-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.18 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
43
44
45
46
47
48
49
50
{
"name": "starknet-react-next",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:docs": "next build && next export",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@starknet-react/core": "^0.13.0",
"all": "^0.0.0",
"axios": "^0.27.2",
"ethers": "^5.6.9",
"framer-motion": "^6.5.1",
"get-starknet": "^1.4.1",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"starknet": "^4",
"store2": "^2.14.2",
"sweetalert2": "^11.4.26",
"wagmi": "^0.6.2"
},
"devDependencies": {
"@redux-devtools/core": "^3.13.1",
"@types/node": "17.0.39",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"node-sass": "^7.0.1",
"typescript": "4.7.3"
},
"eslintConfig": {
"extends": [
"next/core-web-vitals"
]
}
}