-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.03 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ador-nft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev-custom": "NODE_OPTIONS='--max-old-space-size=4096' next dev",
"dev": "next dev",
"create-prod-env": "node create.production.env.js",
"build-with-env": "yarn create-prod-env && yarn build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@fontsource/quicksand": "^5.0.3",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@pinata/sdk": "^2.1.0",
"@types/identicon.js": "^2.3.1",
"@types/node": "20.2.5",
"@types/nodemailer": "^6.4.11",
"@types/react": "18.2.8",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.4",
"@types/react-modal": "^3.16.0",
"autoprefixer": "^10.4.14",
"bootstrap-icons": "^1.11.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"ethers": "^6.6.3",
"identicon.js": "^2.3.3",
"jotai": "^2.2.2",
"mongodb-memory-server": "^8.13.0",
"mongoose": "^7.2.2",
"next": "13.5.6",
"next-auth": "^4.24.5",
"node-file-copier": "^1.0.1",
"nodemailer": "^6.9.5",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-confetti": "^6.1.0",
"react-confetti-explosion": "^2.1.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-modal": "^3.16.1",
"react-use": "^17.4.0",
"readable-web-to-node-stream": "^3.0.2",
"sharp": "^0.32.6",
"siwe": "^2",
"striptags": "^3.2.0",
"swr": "^2.2.0",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3",
"use-local-storage": "^3.0.0",
"viem": "^1.2.13",
"wagmi": "^1.4.12",
"winston": "^3.10.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/webpack-env": "^1.18.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.1.0"
}
}