-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 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": "cairo1-js",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"@starknet-io/get-starknet-discovery": "^5.0.0",
"@starknet-io/get-starknet-wallet-standard": "^5.0.0",
"@starknet-io/types-js": "0.10.0",
"@wallet-standard/features": "^1.1.0",
"lucide-react": "^0.556.0",
"next": "^16.0.8",
"next-themes": "^0.4.6",
"react": "^19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"sharp": "^0.34.5",
"starknet": "^9.1.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/node": "24.10.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"simple-zustand-devtools": "^1.1.0",
"typescript": "^5.9.3"
}
}