-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "avnu-dapp-workshop",
"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.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@starknet-react/core": "^1.0.2",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"encoding": "^0.1.13",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint-config-sznm": "^1.1.1",
"framer-motion": "^10.12.18",
"get-starknet": "^3.0.1",
"next": "13.4.8",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.63.6",
"starknet": "^5.14.1",
"starknetid.js": "^1.5.0",
"typescript": "5.1.6"
}
}