-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
{
"private": true,
"scripts": {
"dev": "blitz dev",
"build": "next build",
"start": "blitz start"
},
"prisma": {
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.0-beta.4",
"@blitzjs/next": "2.0.0-beta.4",
"@blitzjs/rpc": "2.0.0-beta.4",
"@carbon/charts-react": "^0.57.0",
"@hookform/resolvers": "2.8.8",
"@mantine/core": "^4.1.3",
"@mantine/hooks": "^4.1.3",
"@mantine/notifications": "^4.1.3",
"@prisma/client": "4.4.0",
"@types/ws": "8.5.8",
"axios": "0.26.1",
"blitz": "2.0.0-beta.4",
"carbon-components": "^10.56.0",
"d3": "^7.4.4",
"next": "12.2.5",
"prisma": "4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.29.0",
"recharts": "2.1.9",
"ts-node": "10.7.0",
"ws": "8.14.2",
"zod": "3.17.3"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.8",
"@types/jest": "27.4.1",
"@types/node": "17.0.16",
"@types/preview-email": "2.0.1",
"@types/react": "18.0.17",
"@typescript-eslint/eslint-plugin": "5.9.1",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "8.5.0",
"husky": "7.0.4",
"jest": "27.5.1",
"lint-staged": "12.1.7",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"prettier-plugin-prisma": "3.8.0",
"pretty-quick": "3.1.3",
"preview-email": "3.x",
"tailwindcss": "^3.0.0",
"typescript": "^4.5.3"
}
}