-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
51
52
53
{
"name": "sui hack 2023",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.0",
"@chakra-ui/system": "^2.5.8",
"@chakra-ui/theme": "^3.1.2",
"@chakra-ui/theme-tools": "^2.0.18",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.10.4",
"@mysten/sui.js": "^0.41.2",
"@mysten/wallet-kit": "^0.7.2",
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"axios": "^1.4.0",
"bignumber.js": "^9.1.2",
"classnames": "^2.3.1",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"framer-motion": "^7.5.1",
"i18n": "0.14.2",
"js-sha3": "^0.9.1",
"next": "^13.4.4",
"next-compose-plugins": "^2.2.1",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-query": "^3.39.3",
"sass": "^1.62.1",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=16",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=7.1.0"
}
}