-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.04 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nextjs-tailwindcss-typescript-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@rpldy/upload-drop-zone": "^0.18.0",
"@rpldy/uploady": "^0.18.0",
"@samuelmeuli/font-manager": "^1.4.0",
"@solana/web3.js": "^1.36.0",
"@tailwindcss/forms": "^0.4.0",
"@types/nodemailer": "^6.4.4",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.6",
"@types/react-lottie": "^1.2.6",
"@walletconnect/web3-provider": "^1.7.5",
"@web3auth/web3auth": "^0.6.3",
"airtable": "^0.11.2",
"arweave": "^1.10.23",
"axios": "^0.26.0",
"canvas": "^2.9.0",
"file-saver": "^2.0.5",
"firebase": "8.10.0",
"firebase-admin": "^10.0.2",
"googleapis": "^97.0.0",
"iron-session": "^6.0.5",
"jszip": "^3.7.1",
"magic-sdk": "^8.1.0",
"moment": "^2.29.1",
"moralis": "^1.5.5",
"next": "12.0.7",
"nextjs-progressbar": "^0.0.14",
"nodemailer": "^6.7.2",
"prop-types": "^15.8.1",
"rc-select": "^14.0.0",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.3.1",
"react-firebase-hooks": "^3.0.4",
"react-hook-form": "^7.27.1",
"react-hot-toast": "^2.2.0",
"react-images-uploading": "^3.1.3",
"react-lottie": "^1.2.3",
"react-marquee": "^1.0.0",
"react-moralis": "^1.3.4",
"sha1": "^1.1.1"
},
"devDependencies": {
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.5",
"typescript": "^4.5.4"
}
}