-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 935 Bytes
/
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
{
"name": "admeta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "PORT=3002 next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@fleekhq/fleek-storage-js": "^1.0.21",
"@polkadot/api": "^8.8.2",
"@polkadot/extension-dapp": "^0.44.1",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^10.0.2",
"antd": "^4.21.2",
"axios": "^0.27.2",
"express": "^4.18.1",
"moment": "^2.29.3",
"mongodb": "^4.8.0",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"request-ip": "^3.3.0",
"sass": "^1.52.3"
},
"devDependencies": {
"@types/node": "17.0.43",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/request-ip": "^0.0.37",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
}
}