-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "drops",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && prisma db push && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@erc725/erc725.js": "^0.21.2",
"@lukso/lsp-smart-contracts": "^0.12.1",
"@prisma/client": "^5.5.2",
"deepmerge": "^4.3.1",
"kubo-rpc-client": "^3.0.1",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-select": "^5.8.0",
"react-swr-infinite-scroll": "^1.0.1",
"swr": "^2.2.4",
"timeago-react": "^3.0.6",
"uint8arrays": "^4.0.3",
"use-file-picker": "^2.1.1",
"web3": "~1.10.3",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"prisma": "^5.5.2",
"tailwindcss": "^3",
"ts-node": "^10.9.1",
"typescript": "^5",
"vercel": "^32.5.6"
}
}