-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@pinata/sdk": "^2.1.0",
"@tailwindcss/forms": "^0.5.7",
"@thirdweb-dev/react": "^3.6.3",
"@thirdweb-dev/sdk": "^3.6.3",
"@types/formidable": "^3.4.5",
"ethers": "^5.7.2",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"next": "^13.4.3",
"next-pwa": "^5.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-infinite-scroll-component": "^6.1.0",
"react-loader-spinner": "^5.4.5",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}