-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "fe33finalproject",
"version": "0.1.0",
"private": true,
"homepage": "http://thanhchi274.github.io/FinalProjectFE33BT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.44",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^3.26.7",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"browser-history": "^1.0.1",
"depcheck": "^0.9.2",
"gh-pages": "^3.1.0",
"history": "^4.10.1",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"material-table": "^1.57.2",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"paginate-array": "^2.1.0",
"popper.js": "^1.16.0",
"prismic-reactjs": "^1.2.0",
"react": "^16.12.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-blur": "^0.6.0",
"react-countdown": "^2.2.0",
"react-date-picker": "^7.10.0",
"react-dom": "^16.12.0",
"react-fade-in": "^0.1.7",
"react-id-swiper": "^2.4.0",
"react-lazy-load-image-component": "^1.4.0",
"react-lazyload": "^2.6.5",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^1.3.0",
"react-lottie": "^1.2.3",
"react-material-ui-form-validator": "^2.0.10",
"react-modal-image": "^2.5.0",
"react-modal-video": "^1.2.3",
"react-paginate": "^6.3.2",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.3",
"react-scroll": "^1.7.16",
"react-slick": "^0.25.2",
"react-swipeable-views": "^0.13.8",
"react-transition-group": "^4.3.0",
"react-validation": "^3.0.7",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"swiper": "^5.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "index.js",
"repository": "https://github.com/thanhchi274/FinalProject-FE_33BT.git",
"author": "congminhle44 <[email protected]>",
"license": "MIT"
}