generated from fleekxyz/nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
package.json
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
{
"name": "next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@privy-io/react-auth": "^1.72.0",
"@supabase/supabase-js": "^2.44.0",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@zoralabs/protocol-deployments": "^0.1.13",
"autoprefixer": "10.4.14",
"date-fns": "^3.6.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"framer-motion": "^11.2.10",
"next": "^13.4.2",
"papaparse": "^5.4.1",
"postcss": "8.4.23",
"postgres": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"typescript": "5.0.4",
"uuid": "^10.0.0",
"viem": "^2.16.2"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"file-loader": "^6.2.0"
}
}