forked from PhilippeR26/Cairo1JS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1006 Bytes
/
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
{
"name": "cairo1-js",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"axios": "^1.6.7",
"dotenv": "^16.4.2",
"framer-motion": "^11.0.3",
"material-react-toastify": "^2.0.1",
"next": "^14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"starknet": "^6.8.0",
"swr": "^2.2.4",
"typescript": "^5.3.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"encoding": "^0.1.13",
"simple-zustand-devtools": "^1.1.0"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}