-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.51 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
{
"name": "estimate-it",
"version": "0.1.0",
"private": true,
"homepage": "https://tatomyr.github.io/estimate-it/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npm run analyze",
"lint": "eslint src/",
"test": "react-scripts test --env=jsdom --coverage",
"precommit": "npm run lint && npm run test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"analyze": "source-map-explorer build/static/js/main.*",
"eject": "react-scripts eject"
},
"dependencies": {
"bootstrap": "^4.1.2",
"discrete-uniform-distribution": "git+https://[email protected]/tatomyr/discrete-uniform-distribution.git",
"font-awesome": "^4.7.0",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-fontawesome": "^1.6.1",
"react-highcharts": "^13.0.0",
"react-monaco-editor": "^0.17.2",
"react-redux": "^5.0.7",
"react-redux-toastr": "^7.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.0.14",
"reactstrap": "^6.3.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0",
"gh-pages": "^1.2.0",
"husky": "^0.14.3",
"react-test-renderer": "^16.4.2",
"source-map-explorer": "^1.5.0"
}
}