-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.46 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
{
"name": "effective",
"version": "0.1.0",
"private": true,
"dependencies": {
"glamor": "^2.20.40",
"prismjs": "^1.15.0",
"react": "^15.6.1",
"react-animated-number": "^0.4.3",
"react-big-calendar": "^0.19.0",
"react-bootstrap": "^0.31.3",
"react-datepicker": "^0.56.0",
"react-dom": "^15.6.1",
"react-dom-confetti": "0.0.10",
"react-icons": "^2.2.7",
"react-markdown": "^2.5.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-toastify": "^2.2.0",
"react-vis-force": "^0.3.1",
"redux": "^3.7.2",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "^2.2.0",
"string.prototype.startswith": "^0.2.0"
},
"devDependencies": {
"eslint-config-prettier": "^2.7.0",
"prettier": "^1.8.2",
"react-scripts": "1.0.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max-old-space-size=800 build",
"test": "react-scripts test --env=jsdom",
"watch": "node scripts/watch.js",
"eject": "react-scripts eject",
"lint": "npm run verify-eslint-rules && eslint --fix ./src && npm run format",
"lint:check": "eslint ./src",
"format": "prettier --write ./src/**/*.js",
"format:check": "prettier -l ./src/**/*.js",
"verify-eslint-rules": "eslint --print-config .eslintrc | eslint-config-prettier-check",
"ci": "npm run verify-eslint-rules && npm run format:check && npm run lint:check"
},
"proxy": "http://localhost:8082/"
}