-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "car24",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "SET NODE_ENV=development & node ./dev-server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.10",
"@reduxjs/toolkit": "^1.9.2",
"axios": "^1.1.3",
"date-fns": "^2.29.3",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"localstorage-polyfill": "^1.0.1",
"next": "12.3.1",
"next-auth": "^4.19.2",
"next-session": "^4.0.5",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-datepicker": "^4.8.0",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.38.0",
"react-input-mask": "^2.0.4",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-table": "^7.8.0",
"react-toastify": "^9.0.8",
"react-verification-code-input": "^1.2.9",
"react-yandex-maps": "^4.6.0",
"react-zoom-pan-pinch": "^2.1.3",
"swiper": "^8.4.4"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@svgr/webpack": "^6.5.0",
"@types/node": "18.11.3",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.21",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.6",
"@types/react-input-mask": "^3.0.1",
"@types/react-table": "^7.7.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}