-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
{
"name": "ohioblackpress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://brot-senpai.github.io/ohioblackpress",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "4.2.1",
"chartist": "0.10.1",
"classnames": "2.2.6",
"d3": "^5.16.0",
"gh-pages": "^3.1.0",
"history": "4.9.0",
"papaparse": "^5.2.0",
"perfect-scrollbar": "1.4.0",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-chartist": "0.13.3",
"react-dom": "16.9.0",
"react-router-dom": "5.0.1",
"react-scripts": "^3.4.1",
"react-swipeable-views": "0.13.3",
"react-viewerjs": "^0.1.9",
"topojson-client": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy":"npm run build",
"deploy": "gh-pages -d build",
"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-css": "cp src/assets/css/material-dashboard-react.css dist/material-dashboard-react.css",
"build-package": "npm run build-package-css && babel src --out-dir dist"
},
"devDependencies": {
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.18.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
},
"author": "Khan Tran",
"license": "ISC"
}