-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "drawly",
"version": "0.2",
"description": "An app for daily drawing practice",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@supabase/supabase-js": "^2.38.4",
"@upstash/redis": "^1.24.3",
"@vercel/analytics": "^1.1.1",
"@wellyshen/use-web-animations": "^0.9.1",
"class-variance-authority": "^0.7.0",
"lena-ts": "^0.1.21",
"next": "14.0.1",
"next-cookie": "^2.8.0",
"pexels": "^1.4.0",
"react": "18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "18.2.0",
"react-select": "^5.7.7",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react-inner-image-zoom": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwind-css": "^1.5.0",
"supabase": "^1.110.1",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}