-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"commit": "git-cz"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@supabase/supabase-js": "^1.1.2",
"axios": "^0.21.1",
"cookies": "^0.8.0",
"crypto": "^1.0.1",
"material-table": "^1.69.3",
"next": "latest",
"next-iron-session": "^4.1.12",
"next-themes": "^0.0.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.13.1",
"react-hot-toast": "^1.0.1",
"react-if": "^4.0.1",
"react-table": "^7.6.3",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.1",
"twin.macro": "^2.0.6",
"zustand": "^3.2.0"
},
"devDependencies": {
"commitizen": "^4.2.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.23.0",
"file-loader": "^6.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}