-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.51 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
{
"name": "medstore_et",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.0",
"bootstrap": "^4.5.2",
"form-serialize": "^0.7.2",
"google-map-react": "^2.1.9",
"headroom.js": "^0.11.0",
"history": "^5.0.0",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"nouislider": "^14.6.1",
"nucleo": "0.0.0",
"pure-react-carousel": "^1.27.6",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-multi-carousel": "^2.6.2",
"react-pdf": "^5.2.0",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.13",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"serve": "^11.3.2"
},
"scripts": {
"start": "serve -s build",
"dev": "set PORT=4000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"eject": "react-scripts eject"
},
"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"
]
}
}