-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.1 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
70
71
72
73
74
75
76
{
"name": "sd",
"version": "0.0.1",
"author": "perython",
"scripts": {
"start": "nodemon server.js",
"build": "better-npm-run build"
},
"betterScripts": {
"build": {
"command": "webpack --verbose --colors --display-error-details --config webpack.config.prod.js",
"env": {
"NODE_PATH": "./",
"NODE_ENV": "production"
}
}
},
"dependencies": {
"backbone": "^1.3.2",
"backbone-query-parameters": "git://github.com/jhudson8/backbone-query-parameters",
"backbone-routing": "^0.2.0",
"backbone-service-modals": "^0.2.0",
"backbone.marionette": "^2.4.5",
"backbone.radio": "^1.0.2",
"backbone.service": "^0.5.0",
"backbone.syphon": "^0.6.3",
"bootstrap": "^4.0.0",
"cookie-parser": "^1.4.1",
"font-awesome": "^4.4.0",
"handlebars": "^4.0.5",
"hbsfy": "^2.4.1",
"jquery": "^3.3.1",
"lodash": "^3.10.1",
"metismenu": "^2.5.0",
"moment": "^2.10.6",
"popper.js": "^1.14.1",
"querystring": "^0.2.0",
"request": "^2.72.0",
"sortablejs": "^1.4.2",
"tether": "^1.3.1"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"better-npm-run": "0.0.8",
"bootstrap-loader": "^1.0.10",
"browser-sync": "^2.10.0",
"css-loader": "^0.23.1",
"expect": "^1.6.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"handlebars-loader": "^1.2.0",
"hbsfy": "^2.4.1",
"html-webpack-plugin": "^2.16.0",
"imports-loader": "^0.6.5",
"jshint": "^2.9.1-rc1",
"jshint-stylish": "^2.1.0",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"lodash": "^3.10.1",
"node-libs-browser": "^0.5.2",
"nodemon": "^1.9.2",
"postcss-loader": "^0.8.2",
"resolve-url": "^0.2.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1"
}
}