-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "tire-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@googlemaps/react-wrapper": "^1.1.35",
"animate.css": "^4.1.1",
"antd": "^5.6.1",
"aos": "^2.3.4",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.7",
"eslint": "^8.31.0",
"eslint-config-next": "^13.4.5",
"google-map-react": "^2.2.0",
"highcharts": "^10.3.2",
"highcharts-react-official": "^3.1.0",
"highcharts-release": "^6.0.4",
"html-to-formatted-text": "^2.7.0",
"html-to-text": "^9.0.3",
"i": "^0.3.7",
"javascript-time-ago": "^2.5.9",
"moment": "^2.29.4",
"next": "^13.4.5",
"npm": "^9.7.1",
"react": "^18.2.0",
"react-content-loader": "^6.2.1",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-image-gallery": "^1.2.12",
"react-js-pagination": "^3.0.3",
"react-router-dom": "^6.6.1",
"react-time-ago": "^7.2.1",
"react-toastify": "^9.1.1",
"swiper": "^8.4.5"
},
"devDependencies": {
"video.js": "^8.3.0"
}
}