-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.99 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
{
"name": "frontend-super-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "NODE_ENV=production next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@enzoferey/ethers-error-parser": "^0.2.2",
"@headlessui/react": "^1.7.3",
"@metamask/jazzicon": "^2.0.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@vercel/og": "^0.1.0",
"axios": "^1.3.2",
"classnames": "^2.3.2",
"ethers": "^5.7.1",
"formik": "^2.2.9",
"framer-motion": "^9.0.2",
"heroicons-react": "^1.4.1",
"ipfs-http-client": "^59.0.0",
"jotai": "^1.8.5",
"keccak256": "^1.0.6",
"lodash.debounce": "^4.0.8",
"merkletreejs": "^0.3.9",
"mongoose": "^6.9.1",
"next": "13.1.6",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.37.0",
"react-toastify": "^9.1.1",
"tailwind-merge": "^1.8.0",
"wagmi": "^0.7.5",
"yup": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@svgr/webpack": "^6.4.0",
"@tailwindcss/forms": "^0.5.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"daisyui": "^2.31.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tailwindcss": "^3.6.2",
"eslint-plugin-unicorn": "^44.0.2",
"next-sitemap": "^3.1.24",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"tailwindcss-radix": "^2.6.0",
"typescript": "4.8.4"
}
}