-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "internsystem_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prismapush": "dotenv -e .env.local npx prisma db push",
"prismapull": "dotenv -e .env.local npx prisma db pull"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/x-date-pickers": "^7.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.9.0",
"@sanity/client": "^6.20.1",
"@sanity/image-url": "^1.0.2",
"@sanity/orderable-document-list": "^1.2.1",
"@sanity/react-loader": "^1.10.4",
"@sanity/structure": "^2.36.2",
"@sanity/vision": "^3.31.0",
"@sanity/visual-editing": "^2.1.6",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"dotenv-cli": "^7.3.0",
"mui-image": "^1.0.7",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-sanity": "^7.1.4",
"nodemailer": "^6.9.14",
"pm2": "^5.3.1",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.31.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"prisma": "^5.9.0",
"react-uuid": "^2.0.0",
"typescript": "5.3.3"
}
}