-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.21 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.21 KB
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
{
"name": "mintbaseXsupabase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public"
},
"resolutions": {
"webpack": "^5"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.7",
"@chakra-ui/system": "^1.12.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@reduxjs/toolkit": "^1.8.3",
"@supabase/supabase-js": "^1.11.15",
"@supabase/ui": "^0.36.5",
"@tailwindcss/line-clamp": "^0.4.0",
"@uauth/js": "^2.0.0",
"ethers": "^5.6.9",
"framer-motion": "^6",
"graphql": "^16.3.0",
"next": "^12.1.4",
"next-themes": "^0.1.1",
"react": "^17",
"react-dom": "^17",
"react-icons": "^4.3.1",
"react-redux": "^8.0.2",
"timeago-react": "^3.0.4",
"webpack": "^5",
"yarn": "^1.22.18"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@chakra-ui/storybook-addon": "^1.0.3",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.4.20",
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.9",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.4",
"postcss": "^8.4.11",
"prettier": "^2.3.0",
"stylelint": "^14.7.1",
"stylelint-config-prettier": "^9.0.3",
"tailwindcss": "^3.0.13",
"typescript": "^4.6.3"
}
}