forked from Carlos-Landerdahl/Carhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "car-app-dh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix . && next lint",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^5.0.0-alpha.150",
"@mui/material": "^5.14.15",
"@mui/x-date-pickers": "^6.16.3",
"cookie": "^0.6.0",
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"js-cookie": "^3.0.5",
"next": "13.5.6",
"next-auth": "^4.24.5",
"qs": "^6.11.2",
"react": "^18",
"react-dom": "^18",
"react-loader-spinner": "^5.4.5",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.9.0",
"yup": "^1.3.2"
},
"devDependencies": {
"axios": "^1.6.2",
"eslint": "^8.52.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"json-server": "^0.17.4",
"prettier": "^3.0.3"
}
}