-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
{
"name": "executemyjobs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./server/bin/www",
"startDB": "mongod --dbpath C:/data/db",
"startWebpack": "webpack -w",
"startDev": "start npm run startDB && start nodemon start && start npm run startWebpack"
},
"dependencies": {
"agenda": "^0.9.1",
"agendash": "^0.4.0",
"autobind-decorator": "^2.1.0",
"axios": "^0.16.1",
"babel-polyfill": "^6.23.0",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "^2.6.8",
"express": "~4.15.2",
"hbs": "~4.0.1",
"kue": "^0.11.5",
"lodash": "^4.17.4",
"mobx": "^3.2.1",
"mobx-react": "^4.2.2",
"mongoose": "^4.9.7",
"morgan": "~1.8.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router-dom": "^4.1.1",
"react-sortable-hoc": "^0.6.5",
"react-table": "^6.5.1",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.68.5",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.1",
"eslint": "^4.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.17.0",
"url-loader": "^0.5.9",
"webpack": "^2.5.0"
}
}