forked from 0xPrimordia/impact-stream-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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": "impact-voice",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"@privy-io/react-auth": "^1.59.5",
"@privy-io/wagmi-connector": "^0.1.13",
"@supabase/supabase-js": "^2.26.0",
"@web3-storage/w3up-client": "12.4.1",
"cookies-next": "^2.1.2",
"framer-motion": "11.0.20",
"jose": "^4.14.4",
"lucide-react": "0.363.0",
"nanoid": "^4.0.2",
"next": "14.1.4",
"next-intl": "^3.10.0",
"preline": "2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-tailwindcss-select": "^1.8.5",
"viem": "^2.8.16",
"wagmi": "1.4.13",
"web3.storage": "^4.5.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/addon-mdx-gfm": "^8.0.4",
"@storybook/addon-onboarding": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/nextjs": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/test": "^8.0.4",
"@tailwindcss/forms": "0.5.7",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "8.4.24",
"prettier": "3.2.5",
"storybook": "^8.0.4",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"plugin:storybook/recommended"
]
}
}