-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "sui-web3-template",
"version": "0.1.0",
"description": "Template for Sui Web3 Apps",
"author": "Nightly Labs",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mysten/sui.js": "^0.48.1",
"@mysten/wallet-standard": "^0.9.0",
"@nightlylabs/wallet-selector-sui": "^0.4.2",
"@react-spring/three": "9.1.1",
"@react-spring/web": "9.1.1",
"@react-three/drei": "4.1.8",
"@react-three/fiber": "6.0.14",
"@svgr/webpack": "^8.1.0",
"@types/node": "20.6.2",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"babel-plugin-macros": "^3.1.0",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"next": "13.5.1",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "^1.0.2",
"styled-components": "5.2.3",
"tailwindcss": "3.3.3",
"three": "0.127.0",
"typescript": "5.2.2",
"wouter": "2.7.4"
},
"overrides": {
"babel-plugin-macros": "^3.0.1"
},
"devDependencies": {
"@types/three": "^0.156.0",
"encoding": "^0.1.13"
}
}