-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"name": "spring-boot-admin-server-ui-javamelody",
"version": "1.5.7",
"scripts": {
"build": "npm run build:js",
"build:js": "webpack -p",
"watch:js": "webpack -d --watch",
"dev-server": "webpack-dev-server --port 9090"
},
"dependencies": {
"d3": "3.5.17",
"jquery": "3.1.1",
"microtemplates": "0.1.0"
},
"devDependencies": {
"clean-webpack-plugin": "0.1.14",
"copy-webpack-plugin": "4.0.0",
"css-loader": "0.25.0",
"eslint": "3.9.1",
"eslint-loader": "1.6.1",
"exports-loader": "0.6.3",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"glob": "7.1.1",
"imports-loader": "0.6.5",
"ng-annotate": "1.2.1",
"ng-annotate-loader": "0.2.0",
"ng-annotate-webpack-plugin": "0.1.3",
"raw-loader": "0.5.1",
"regexp-replace-loader": "0.0.1",
"style-loader": "0.13.1",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2",
"webpack-sources": "0.1.2",
"yargs": "6.3.0"
}
}