-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 KB
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
56
57
58
59
60
{
"name": "open-fermentor-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"chart.js": "^2.7.2",
"classnames": "^2.2.5",
"file-saver": "^1.3.3",
"humps": "^2.0.1",
"jest-cli": "^21.2.1",
"json2csv": "^3.9.1",
"localforage": "^1.5.0",
"lodash": "^4.17.4",
"memoizee": "^0.4.9",
"moment": "^2.18.1",
"query-string": "^5.0.0",
"react": "^15.6.1",
"react-chartjs-2": "^2.7.0",
"react-dom": "^15.6.1",
"react-draggable": "^2.2.6",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-scripts": "1.1.1",
"react-tagsinput": "^3.19.0",
"reduce-reducers": "^0.1.2",
"redux": "^3.7.1",
"redux-saga": "^0.15.4",
"reselect": "^3.0.1",
"seamless-immutable": "^7.1.2",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.72.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test-coverage": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"lint": "standard --verbose | snazzy",
"lint-fix": "standard --fix",
"precommit": "npm run git-hook",
"prepush": "npm run git-hook",
"git-hook": "npm run lint"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.14.3",
"redux-devtools": "^3.4.0",
"redux-devtools-dispatch": "^2.2.1",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-devtools-multiple-monitors": "^1.0.1",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
}
}