-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
75 lines (75 loc) · 2.19 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
{
"name": "evtviewer",
"version": "0.0.1",
"devDependencies": {
"@babel/core": "7.4.5",
"angular": "1.3.15",
"angular-mocks": "^1.3.0",
"angular-scenario": "^1.3.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.0.0",
"gem": "2.4.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jshint-stylish": "~2.2.1",
"karma": "~4.1.0",
"karma-jasmine": "~2.0.1",
"karma-phantomjs-launcher": "~1.0.4",
"load-grunt-tasks": "~5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"preprocess": "3.1.0",
"raw-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"serve-static": "^1.14.1",
"style-loader": "^0.23.1",
"susy": "2.2.2",
"tapable": "1.1.3",
"time-grunt": "~2.0.0",
"url-loader": "^2.0.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-file-preprocessor-plugin": "0.0.1",
"webpack-jquery-ui": "^2.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"build": "webpack --config webpack.config.js",
"build:prod": "webpack --config webpack.config.js -p",
"start": "webpack-dev-server --config webpack.config.js --open --display-error-details"
},
"dependencies": {
"angular-animate": "1.3.0",
"angular-cookies": "1.3.0",
"angular-messages": "1.3.0",
"angular-pretty-xml": "^0.1.1",
"angular-resource": "1.3.0",
"angular-route": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-simple-logger": "^0.1.7",
"angular-touch": "1.3.15",
"angular-translate": "^2.18.2",
"angular-translate-loader-static-files": "^2.18.2",
"angular-xml": "1.0.7",
"angular-xslt": "^0.2.1",
"angularjs-slider": "^6.5.1",
"leaflet": "0.7.7",
"lunr": "^2.3.5",
"mark.js": "^8.11.1",
"ng-infinite-scroll": "^1.3.0",
"oclazyload": "^1.1.0",
"openseadragon": "^2.4.1",
"ui-leaflet": "^1.0.3",
"virtual-keyboard": "^1.30.1"
}
}