-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.15 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.15 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "kuberdock-frontend",
"version": "1.0.0",
"description": "Frontend part of a kuberdock platform",
"author": "Sergey Gruntovsky <sergey.gruntovsky@gmail.com>",
"contributors": [
{
"name": "Sergey Gruntovsky",
"email": "sergey.gruntovsky@gmail.com"
}
],
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"dev": "node ./server.js"
},
"keywords": [
"kuberdock",
"docker",
"cloudlinux"
],
"dependencies": {
"backbone": "1.3.3",
"backbone-associations": "0.6.2",
"backbone.marionette": "2.4.7",
"backbone.paginator": "2.0.5",
"bbcode-parser": "1.0.10",
"bootstrap": "3.2.0",
"bootstrap-3-typeahead": "4.0.1",
"bootstrap-select": "1.11.0",
"jquery": "3.4.1",
"jquery-ui": "1.12.0",
"js-yaml": "3.6.1",
"moment-timezone": "0.5.5",
"notifyjs-browser": "0.4.2",
"numeral": "1.5.3",
"underscore": "1.8.3",
"x-editable": "1.5.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-rewire": "^1.0.0",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-uglify": "^1.0.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"chai": "^3.5.0",
"chai-datetime": "^1.4.1",
"chai-jquery": "^2.0.0",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^0.3.2",
"css-loader": "^0.26.0",
"postcss-minify-params": "1.1.0",
"ejs-loader": "^0.3.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"less-plugin-clean-css": "^1.5.1",
"mocha": "^2.5.3",
"mocha-loader": "^1.0.0",
"morgan": "^1.7.0",
"request": "^2.79.0",
"rewire": "^2.5.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"stack-source-map": "^1.0.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4"
},
"engine": "node 6.4.0",
"private": true,
"license": "UNLICENSED"
}