generated from mattiapomelli/web3-frontend-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.95 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"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",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@bundlr-network/client": "^0.11.2",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.18",
"@lens-protocol/client": "^1.0.1",
"@lens-protocol/react-web": "^1.0.1",
"@lens-protocol/wagmi": "^1.0.1",
"@metamask/eth-sig-util": "^5.1.0",
"@metamask/jazzicon": "^2.0.0",
"@noble/ed25519": "^2.0.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@railgun-community/engine": "^4.3.5",
"@railgun-community/quickstart": "^4.4.3",
"@railgun-community/shared-models": "^4.2.2",
"@rainbow-me/rainbowkit": "^0.12.7",
"@react-spring/web": "^9.7.2",
"@sismo-core/sismo-connect-react": "^0.0.13",
"@sismo-core/sismo-connect-server": "^0.0.11",
"@t3-oss/env-nextjs": "^0.3.1",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"ethers": "^5.7.1",
"ipfs-http-client": "^60.0.0",
"level-js": "^6.1.0",
"localforage": "^1.10.0",
"next": "^13.4.2",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.37.0",
"tailwind-merge": "^1.8.0",
"uuid": "^9.0.0",
"wagmi": "^0.12.10",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/level-js": "^4.0.2",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.1",
"@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-storybook": "^0.6.4",
"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",
"storybook-addon-next": "^1.6.9",
"storybook-addon-theme-changer": "^0.1.2",
"tailwindcss": "^3.1.8",
"tailwindcss-radix": "^2.6.0",
"typescript": "4.8.4"
}
}