-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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": "paper-dashboard-react",
"version": "1.1.0",
"private": true,
"homepage": "https://demos.creative-tim.com/paper-dashboard-react/#/dashboard",
"dependencies": {
"bootstrap": "4.3.1",
"chart.js": "2.8.0",
"history": "4.9.0",
"node-sass": "4.12.0",
"perfect-scrollbar": "1.4.0",
"react": "16.8.6",
"react-chartjs-2": "2.7.6",
"react-dom": "16.8.6",
"react-google-maps": "9.4.5",
"react-notification-alert": "0.0.12",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-scripts": "3.0.1",
"reactstrap": "8.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.css",
"minify-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"optionalDependencies": {
"@types/googlemaps": "3.36.2",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.19",
"ajv": "6.10.0",
"jquery": "3.4.1",
"typescript": "3.4.5"
},
"devDependencies": {
"@testing-library/dom": "^7.1.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
"jest-canvas-mock": "^2.2.0",
"jsdom": "^16.2.1",
"jsdom-global": "^3.0.2"
}
}