-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "paper-dashboard-react",
"version": "1.0.0",
"private": true,
"homepage": "https://creativetimofficial.github.io/paper-dashboard-react/#/dashboard",
"dependencies": {
"@types/react": "16.4.16",
"bootstrap": "4.1.3",
"chart.js": "2.7.2",
"history": "4.7.2",
"node-sass": "4.9.3",
"perfect-scrollbar": "1.4.0",
"react": "16.5.2",
"react-chartjs-2": "2.7.4",
"react-dom": "16.5.2",
"react-google-maps": "9.4.5",
"react-notification-alert": "0.0.8",
"react-redux": "5.1.1",
"react-router-dom": "4.3.1",
"react-scripts": "2.0.4",
"reactstrap": "6.5.0",
"redux": "4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"scss": "node-sass --include-path ./src --include-path ./node_modules src/ -o src/",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"optionalDependencies": {
"eslint-config-prettier": "3.1.0",
"eslint-plugin-prettier": "3.0.0",
"ajv": "6.0.0",
"@types/googlemaps": "3.30.13",
"@types/markerclustererplus": "2.1.33",
"jquery": "3.3.1"
}
}