-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 892 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 892 Bytes
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
{
"name": "flexflix",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "rm -rf .next && next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ark-ui/react": "^5.9.1",
"@pandacss/dev": "^0.53.6",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"encoding": "^0.1.13",
"lodash": "^4.17.21",
"next": "^15.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"swr": "^2.3.3"
},
"devDependencies": {
"@park-ui/panda-preset": "^0.43.1",
"@types/node": "18.11.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.0",
"@types/lodash": "^4.14.188",
"eslint": "8.25.0",
"eslint-config-next": "^13.4.2",
"typescript": "5.1.3",
"typescript-eslint": "^0.0.1-alpha.0"
}
}