-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
76 lines (76 loc) · 2.42 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
76
{
"name": "anol",
"version": "1.0.0",
"description": "Framework to create a cool map with AngularJS, Bootstrap and OpenLayers",
"homepage": "https://github.com/omniscale/anol",
"repository": {
"type": "git",
"url": "git://github.com/omniscale/anol.git"
},
"license": "MIT",
"readme": "README.md",
"dependencies": {
"@types/angular-sanitize": "^1.3.7",
"@types/angular-translate": "^2.16.0",
"@types/angular-ui-bootstrap": "^0.13.47",
"@types/proj4": "^2.3.4",
"angular": ">=1.7.9",
"angular-animate": "~1.3.0",
"angular-mocks": "1.7.3",
"angular-sanitize": "1.7.3",
"angular-translate": "~2.18.1",
"angular-translate-loader-static-files": "~2.8.1",
"angular-ui-bootstrap": "^2.5.6",
"bootstrap": ">=3.4.1",
"buble": "^0.19.3",
"buble-loader": "^0.5.1",
"canonical-path": "0.0.2",
"html-loader": "^0.5.5",
"jasmine-core": "2.4.1",
"jquery": ">=3.5.0",
"karma": "0.13.x",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "1.0.2",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.1",
"karma-safari-launcher": "latest",
"karma-script-launcher": "~0.1.0",
"lint": "^1.1.2",
"lodash": "^4.17.15",
"napa": "^3.0.0",
"ol": "^5.2.0",
"ol-ext": "^3.0.1",
"proj4": "^2.4.4"
},
"scripts": {
"pretest": "npm run lint",
"serve-examples": "webpack-dev-server --config examples/webpack/config.js --mode development --watch",
"build-examples": "webpack --config examples/webpack/config.js --mode production",
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack --watch --mode development"
},
"devDependencies": {
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint-config-angular": "^0.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"file-loader": "^1.1.11",
"front-matter": "^2.3.0",
"handlebars": "^4.0.11",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "^6.7.0"
}
}