js: use builtin packages for binaries
- add webpack
This commit is contained in:
parent
6b8a5f1b04
commit
6f967a47bf
6 changed files with 3621 additions and 437 deletions
21
package.json
21
package.json
|
|
@ -9,25 +9,28 @@
|
|||
"url" : "https://code.rhodecode.com/rhodecode-enterprise-ce"
|
||||
},
|
||||
"devDependencies": {
|
||||
"appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1",
|
||||
"bower": "^1.8.4",
|
||||
"clipboard": "^2.0.1",
|
||||
"exports-loader": "^0.6.4",
|
||||
"favico.js": "^0.3.10",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-cli": "^1.3.1",
|
||||
"grunt-contrib-concat": "^0.5.1",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-jshint": "^0.12.0",
|
||||
"grunt-contrib-less": "^1.1.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"vulcanize": "^1.16.0",
|
||||
"grunt-vulcanize": "^1.0.0",
|
||||
"node2nix": "^1.0.0",
|
||||
"jshint": "^2.9.1-rc3",
|
||||
"bower": "^1.8.4",
|
||||
"jquery": "1.11.3",
|
||||
"favico.js": "^0.3.10",
|
||||
"clipboard": "^2.0.1",
|
||||
"qrious": "^4.0.2",
|
||||
"jshint": "^2.9.1-rc3",
|
||||
"moment": "^2.18.1",
|
||||
"mousetrap": "^1.6.1",
|
||||
"qrious": "^4.0.2",
|
||||
"sticky-sidebar": "3.3.1",
|
||||
"vulcanize": "^1.16.0",
|
||||
"waypoints": "4.0.1",
|
||||
"appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1"
|
||||
"webpack": "4.23.1",
|
||||
"webpack-cli": "3.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue