-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 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
{
"name": "effective-waffle",
"version": "0.1.1",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"common-tags": "^1.6.0",
"config": "^1.28.1",
"express-request-id": "^1.4.0",
"express-session": "^1.15.6",
"humanize-duration": "^3.12.0",
"jira-connector": "^2.7.0",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.22",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.19.3",
"parse-duration": "^0.1.1",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.17",
"recharts": "^1.0.0-beta.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"request-ip": "^2.0.2",
"reselect": "^3.0.1",
"serialize-error": "^2.1.0",
"session-file-store": "^1.2.0",
"typeface-roboto": "^0.0.45",
"validate.js": "^0.12.0"
},
"scripts": {
"back:dev": "node --inspect backend/index",
"back:prod": "node $PWD/backend/index >> logs/backend.log 2>&1 &",
"back:docker": "node backend/index",
"webpack": "PORT=6613 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"zip": "zip -FS --quiet --symlinks --recurse-paths prod.zip . --exclude @distrib.exclude",
"distrib": "yarn install && yarn build && yarn zip"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-disable": "^1.0.0"
}
}