-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·60 lines (60 loc) · 1.85 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
{
"name": "taxiservice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/jalaali": "^2.16.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.10.9",
"@mui/styled-engine-sc": "^5.10.6",
"@mui/x-data-grid": "^5.17.9",
"@mui/x-date-pickers": "^5.0.4",
"@prisma/client": "^4.10.1",
"axios": "^1.1.2",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
"install": "^0.13.0",
"leaflet": "^1.9.2",
"memory-cache": "^0.2.0",
"moment": "^2.29.4",
"moment-jalaali": "^0.9.6",
"next": "^12.3.1",
"next-auth": "^4.13.0",
"next-axiom": "^0.14.0",
"nodemailer": "^6.8.0",
"prisma": "^4.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.4.0",
"react-leaflet": "^4.1.0",
"sharp": "^0.31.1",
"styled-components": "^5.3.6",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/leaflet": "^1.8.0",
"@types/memory-cache": "^0.2.2",
"@types/moment-jalaali": "^0.7.5",
"@types/node": "^18.8.4",
"@types/nodemailer": "^6.4.6",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-google-recaptcha": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-next": "^12.3.1",
"typescript": "^4.8.4",
"yarn-upgrade-all": "^0.7.2"
}
}