-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.09 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
{
"name": "wikiwakacje-2017-map",
"version": "20.09.01",
"private": true,
"description": "",
"main": "src/index.js",
"repository": "",
"scripts": {
"start-live": "webpack-dev-server --content-base app --progress --colors",
"start": "webpack --watch --content-base app --progress --colors",
"build": "webpack --content-base src --progress",
"build-prod": "NODE_ENV=prod webpack --content-base src --progress",
"test": "echo OK"
},
"keywords": [],
"author": "",
"license": "",
"devDependencies": {
"angular-formly": "^4.0.8",
"api-check": "^6.0.10",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.16.3",
"babel-runtime": "^6.11.6",
"css-loader": "^0.23.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-angular": "^0.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-angular": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^2.29.0",
"json-loader": "^0.5.4",
"ng-annotate-loader": "^0.1.0",
"ng-annotate-webpack-plugin": "^0.1.3",
"nib": "^1.1.0",
"node-sass": "^4.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"stylus": "^0.49.3",
"stylus-loader": "^0.6.0",
"url-loader": "^0.5.5",
"webpack": "^1.13.1",
"webpack-core": "^0.5.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-leaflet-directive": "^0.10.0",
"angular-material": "^1.0.0",
"angular-messages": "1.5.9",
"angular-ui-router": "0.4.2",
"babel-polyfill": "^6.16.0",
"babel-runtime": "^6.23.0",
"jquery": "^3.0.0",
"leaflet": "^1.0.2",
"leaflet.markercluster": "^1.0.0",
"material-design-icons": "^2.2.3",
"proj4": "^2.3.14"
}
}