-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "starscrowding",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"ethers": "^5.6.5",
"classnames": "^2.3.1",
"crypto-js": "^4.2.0",
"mongoose": "^6.12.8",
"next": "12.1.0",
"next-themes": "^0.0.15",
"nft.storage": "^6.1.0",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-avatar-editor": "^12.0.0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"swr": "^1.2.2",
"three": "^0.138.3"
},
"devDependencies": {
"@nextui-org/react": "1.0.2-beta.3",
"@types/crypto-js": "^4.1.1",
"@types/mongoose": "^5.11.97",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@types/react-avatar-editor": "^12.0.0",
"@types/three": "^0.138.0",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"prettier": "^1.19.1",
"prettier-airbnb-config": "^1.0.0",
"sass": "1.49.7",
"typescript": "4.5.5"
}
}