-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 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
{
"name": "mbi",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --progress --open --hot",
"build": "webpack --mode production --progress",
"test": "echo \"Error: no test specified\" && exit 1",
"serve-build": "yarn build && node ./index.js"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
"babel-preset-es2015": "6.24.1",
"clean-webpack-plugin": "0.1.16",
"css-loader": "0.28.4",
"express": "^4.16.4",
"file-loader": "3.0.1",
"html-loader": "0.5.0",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"ng-annotate-loader": "0.6.1",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "3.0.0",
"sass-loader": "6.0.6",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "0.5.9",
"webpack": "4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "3.4.1"
},
"dependencies": {
"angular": "1.7.8",
"angular-toastr": "^2.1.1",
"angular-ui-router": "1.0.22",
"bootstrap": "4.3.1",
"d3": "3.5.17",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"lodash": "^4.17.15",
"mathjs": "^7.0.0",
"popper.js": "1.14.7"
}
}