-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.23 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.23 KB
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
{
"homepage": "https://autolib-dz-front.herokuapp.com/",
"name": "auto",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@react-firebase/database": "^0.3.11",
"@react-leaflet/core": "1.0.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"better-docs": "^2.3.2",
"bootstrap": "4.6.0",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"firebase": "^8.6.8",
"gh-pages": "^3.1.0",
"jsdoc": "^3.6.7",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"mdbreact": "^5.0.2",
"moment": "2.29.1",
"mui-datatables": "^3.7.7",
"node-sass": "^6.0.1",
"node-sass-package-importer": "5.3.2",
"nouislider": "14.6.3",
"react": "^17.0.2",
"react-chartjs-2": "2.11.1",
"react-copy-to-clipboard": "5.0.3",
"react-datetime": "3.0.4",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-leaflet": "3.1.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-table": "^7.7.0",
"react-validation": "^3.0.7",
"reactstrap": "8.9.0",
"tailwindcss": "^2.1.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"sass": "^1.32.12",
"sass-loader": "^11.1.0"
},
"optionalDependencies": {
"eslint-plugin-flowtype": "5.2.0",
"jquery": "3.5.1",
"typescript": "4.1.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "json-server --watch db.json --port 5000",
"docs": "jsdoc -c jsdoc.conf.json"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}