-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
61
{
"name": "transform-dashboard",
"version": "2.0.0",
"private": true,
"engines": {
"node": "11.10.1",
"yarn": "1.13.0"
},
"dependencies": {
"amazon-cognito-identity-js": "^1.19.0",
"axios": "^0.16.0",
"chart.js": "^2.5.0",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"event-stream": "^3.3.4",
"express": "^4.16.4",
"googleapis": "27",
"lebab": "^3.0.3",
"moment": "^2.24.0",
"node-fetch": "^2.1.2",
"prop-types": "^15.6.2",
"react": "^15.4.2",
"react-chartjs-2": "^2.0.5",
"react-cognito": "^1.5.0",
"react-dom": "^15.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.1.2",
"react-toastify": "^4.5.2",
"redux": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.0.0-rc.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.7.1",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"prettier": "^1.16.4",
"react-scripts": "0.9.5",
"sass-loader": "^7.1.0"
},
"scripts": {
"start": "BASE_API_URL=http://et-dash-dev.eu-west-2.elasticbeanstalk.com react-scripts start | npm run serve",
"react-start": "react-scripts start",
"docker-start": "npm run serve",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve": "node server/server.js",
"dev-start": "BASE_API_URL=http://localhost:8081 npm run react-start | nodemon server/server.js"
}
}