-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.77 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
{
"name": "flexible-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@public-assembly/builder-utils": "^0.1.18",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-tooltip": "^1.0.3",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"connectkit": "1.4.0",
"cva": "npm:class-variance-authority@^0.4.0",
"framer-motion": "^10.0.1",
"html-react-parser": "^3.0.15",
"lodash": "^4.17.21",
"next": "^13.4.7",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-wrap-balancer": "^0.4.0",
"rehype-raw": "^6.1.1",
"swr": "^1.3.0",
"tailwind-merge": "^1.9.1",
"tailwindcss-radix": "^2.7.0",
"tinycolor2": "^1.6.0",
"viem": "^1.5.4",
"wagmi": "1.3.9",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.3",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/tinycolor2": "^1.4.3",
"autoprefixer": "^10.4.14",
"date-fns": "^2.29.3",
"eslint": "8.33.0",
"eslint-config-next": "13.4.7",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"graphql-tag": "^2.12.6",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"webpack-env": "^0.8.0"
}
}