-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.2 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "cre8ors",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings 0",
"lint:fix": "next lint --fix",
"prettier:fix": "npx prettier --write components lib pages utils",
"format": "yarn run prettier:fix && yarn run lint:fix"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.0",
"@heroicons/react": "^2.0.16",
"@rainbow-me/rainbowkit": "^1.0.8",
"@tailwindcss/forms": "^0.5.3",
"@thirdweb-dev/react": "^3.6.7",
"@thirdweb-dev/sdk": "^3.6.7",
"@typeform/embed-react": "^2.11.0",
"@types/mongoose": "^5.11.97",
"@vercel/analytics": "^1.0.1",
"@wagmi/core": "^1.3.3",
"@zoralabs/zorb": "^0.1.0",
"axios": "^1.2.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-multicall": "^2.21.0",
"ethers": "^5.0.0",
"express": "^4.18.2",
"firebase": "10.3.0",
"framer-motion": "^9.0.2",
"lodash": "^4.17.21",
"mongodb": "^4.12.1",
"mongoose": "^6.8.0",
"next": "^12.2.2",
"next-api-decorators": "^2.0.0",
"next-auth": "^4.20.1",
"react": "^18.1.0",
"react-confetti": "^6.1.0",
"react-csv": "^2.2.2",
"react-dom": "^18.1.0",
"react-icons": "^4.11.0",
"react-img-mapper": "^1.5.0",
"react-table": "^7.8.0",
"react-toastify": "^9.1.1",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.4.0",
"swiper": "^9.4.1",
"tslog": "^4.8.2",
"twitter-api-v2": "^1.14.2",
"typewriter-effect": "^2.20.1",
"usehooks-ts": "^2.9.1",
"viem": "^1.5.3",
"wagmi": "^1.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@types/express": "^4.17.15",
"@types/node": "^18.11.15",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.1.6"
}
}