-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "movx-v2",
"version": "0.0.1",
"license": "MIT",
"author": "Julius Guevarra",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cd dist && cp index.html 200.html",
"serve": "vite preview"
},
"dependencies": {
"@types/webfontloader": "^1.6.32",
"axios": "^0.21.1",
"history": "4.10.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-collapsible": "^2.8.3",
"react-cool-dimensions": "^2.0.3",
"react-dom": "^17.0.2",
"react-icons": "^4.6.0",
"react-js-pagination": "^3.0.3",
"react-lazy-load": "^3.1.13",
"react-loading-skeleton": "^2.2.0",
"react-modal-video": "^1.2.6",
"react-redux": "^7.2.4",
"react-responsive-modal": "^6.0.1",
"react-router-dom": "^5.2.0",
"react-slick": "^0.28.1",
"react-toastify": "^7.0.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"slick-carousel": "^1.8.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-collapsible": "^2.3.1",
"@types/react-dom": "^17.0.3",
"@types/react-js-pagination": "^3.0.3",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-slick": "^0.23.4",
"@types/redux": "^3.6.0",
"@types/redux-saga": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vitejs/plugin-react-refresh": "^1.3.3",
"autoprefixer": "10.2.5",
"prettier": "^2.2.1",
"sass": "^1.32.13",
"typescript": "^4.2.4",
"vite": "^2.2.4"
}
}