-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 1.54 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
{
"name": "assets-tracker",
"version": "0.0.0",
"description": "assets tracker",
"main": "server.js",
"scripts": {
"webpack": "webpack",
"start": "node server.js"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bootstrap-select": "^1.12.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"es6-promise": "^4.1.0",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"fuse": "^0.4.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"morgan": "^1.8.1",
"node-jsx": "^0.13.3",
"path": "^0.12.7",
"pg": "^6.1.5",
"pg-promise": "^5.6.4",
"react": "^15.5.3",
"react-datepicker": "^0.48.0",
"react-dom": "^15.5.3",
"react-paginate": "^4.4.3",
"react-router": "^3.0.2",
"react-select-search": "^0.5.5",
"react-slider": "^0.6.1",
"request": "^2.81.0",
"serve-favicon": "^2.4.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-util": "^3.0.8",
"style-loader": "^0.18.2",
"webpack": "^1.14.0"
},
"xo": {
"esnext": true,
"space": 2,
"globals": [
"window",
"document",
"fetch"
],
"extends": [
"xo",
"xo-react/space"
]
}
}