forked from piyush97/Mineset-regional-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
{
"name": "mineset-regional-dashboard",
"version": "1.5.0",
"description": "MineSet Regional Dashboard",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@material-ui/core": "3.1.0",
"@material-ui/icons": "3.0.1",
"@types/googlemaps": "3.30.13",
"@types/markerclustererplus": "2.1.33",
"ajv": "^5.0.0",
"chartist": "0.10.1",
"classnames": "2.2.6",
"npm-run-all": "4.1.3",
"perfect-scrollbar": "1.4.0",
"react": "16.5.2",
"react-chartist": "0.13.1",
"react-dom": "16.5.2",
"react-google-maps": "9.4.5",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.5",
"react-swipeable-views": "0.12.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package": "babel src --out-dir dist"
},
"keywords": [],
"author": "Piyush Mehta",
"license": "ISC",
"optionalDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.19.1",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.11.1",
"prettier": "1.14.3"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-import-rename": "1.0.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "6.24.1"
}
}