forked from omniscale/anol
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (77 loc) · 2.38 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
77
{
"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": {
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-mocks": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-translate": "2.18.4",
"angular-translate-loader-static-files": "2.18.4",
"angular-ui-bootstrap": "^2.5.6",
"bootstrap": "3.4.1",
"buble": "^0.20.0",
"buble-loader": "^0.5.1",
"canonical-path": "^1.0.0",
"html-loader": "^0.5.5",
"jquery": ">=3.5.0",
"lint": "^1.1.2",
"lodash": "^4.17.15",
"ol": "^10.2.1",
"ol-ext": "^4.0.24",
"proj4": "^2.4.4",
"voca": "^1.4.0"
},
"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",
"typecheck": "tsc"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@tsconfig/recommended": "^1.0.1",
"@types/angular": "^1.8.3",
"@types/ol": "^6.5.3",
"babel-loader": "^8.2.3",
"core-js": "^3.19.1",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-import": "^2.14.0",
"file-loader": "^1.1.11",
"front-matter": "^2.3.0",
"handlebars": "^4.0.11",
"jasmine-core": "2.4.1",
"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",
"mini-css-extract-plugin": "^0.4.1",
"napa": "^3.0.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.0",
"typescript": "^4.4.4",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4"
}
}