-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.74 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
{
"name": "cplanner",
"version": "1.1.0",
"scripts": {
"ts-check": "tsc --noEmit --incremental false",
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"lint": "next lint",
"db:studio": "prisma studio",
"export": "next export",
"format": "prettier --write ."
},
"dependencies": {
"@carbon/icons-react": "10.46.0",
"@mantine/core": "4.0.9",
"@mantine/dates": "4.0.9",
"@mantine/hooks": "4.0.9",
"@mantine/modals": "4.0.9",
"@mantine/next": "4.0.9",
"@mantine/notifications": "4.0.9",
"@next-auth/prisma-adapter": "1.0.3",
"@prisma/client": "3.9.2",
"@react-pdf/renderer": "2.1.1",
"@stitches/react": "1.2.8",
"axios": "0.26.1",
"bcryptjs": "2.4.3",
"clsx": "1.1.1",
"dayjs": "1.10.8",
"destyle.css": "3.0.2",
"generate-password": "1.7.0",
"http-status-codes": "2.2.0",
"iconv-lite": "0.6.3",
"mime-types": "2.1.35",
"next": "12.0.10",
"next-auth": "4.2.1",
"next-seo": "5.1.0",
"open-color": "1.9.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "1.2.2",
"xlsx": "0.18.5",
"zod": "3.11.6"
},
"devDependencies": {
"@types/bcryptjs": "2.4.2",
"@types/carbon__icons-react": "10.31.2",
"@types/mime-types": "2.1.1",
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "5.12.1",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"prettier": "2.5.1",
"prisma": "3.9.2",
"typescript": "4.5.5"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"engines": {
"yarn": "^1.22.0"
}
}