-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "perak-frontend",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"prettier": "prettier --write .",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"postinstall": "husky install"
},
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@date-io/moment": "^2.11.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@headlessui/react": "^1.4.2",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.62",
"@mui/material": "^5.2.6",
"@prisma/client": "^3.7.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"axios": "^0.24.0",
"firebase": "^9.6.1",
"little-state-machine": "^4.2.0",
"moment": "^2.29.1",
"next": "^12.0.7",
"next-use-posthog": "^1.16.0",
"nookies": "^2.5.2",
"notistack": "^2.0.3",
"prisma": "^3.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.22.5",
"react-tooltip": "^4.2.21",
"swr": "^1.1.2",
"ts-node": "^10.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/brainhubeu__react-carousel": "^2.0.5",
"@types/node": "^17.0.8",
"@types/react": "17.0.37",
"@types/uuid": "^8.3.3",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.1",
"typescript": "^4.5.4"
}
}