-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@react-google-maps/api": "^2.18.1",
"@react-spring/parallax": "^9.7.1",
"@react-spring/web": "^9.7.1",
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"antd": "^5.3.0",
"axios": "^1.3.4",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"js-sha1": "^0.6.0",
"lodash": "^4.17.21",
"next": "13.2.3",
"next-redux-wrapper": "^8.1.0",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-video-js-player": "^1.1.1",
"redux-persist": "^6.0.0",
"sass": "^1.58.3",
"styled-components": "^5.3.8",
"swiper": "^9.2.4",
"typescript": "4.9.5",
"videojs": "^1.0.0"
},
"devDependencies": {
"@types/js-sha1": "^0.6.0",
"@types/styled-components": "^5.1.26",
"video.js": "^8.3.0"
}
}