forked from Ugo-X/mobile_app
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "starknet-react-kit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cartridge/connector": "^0.3.46",
"@cartridge/controller": "^0.3.46",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@starknet-react/chains": "^0.1.5",
"@starknet-react/core": "^2.9.0",
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"framer-motion": "^11.5.2",
"next": "^13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"starknet": "^6.11.0",
"starknetkit": "^1.1.3"
}
}