-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "kassandra",
"version": "0.1.0",
"description": "D-Bug's generic scounting system",
"engines": {
"node": "11.6.0",
"npm": "6.9"
},
"scripts": {
"lint": "eslint --ext .jsx,.js --fix .",
"build": "webpack",
"watch": "webpack --progress --colors --watch",
"dev": "nodemon ./bin/www",
"start": "node ./bin/www",
"heroku-postbuild": "webpack"
},
"author": "Stav Eyal <[email protected]>",
"repository": "https://github.com/team3316/kassandra",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"carbon-components": "^9.91.4",
"carbon-components-react": "^6.115.5",
"carbon-icons": "^7.0.7",
"colors": "^1.3.3",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.6.0",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"express": "^4.17.1",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"pg": "^7.11.0",
"pg-hstore": "^2.3.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sequelize": "^5.3.0",
"svg-inline-react": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.19.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
},
"heroku-run-build-script": true
}