-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.34 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
78
79
{
"name": "aeromap",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base dist/",
"build": "webpack"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.0.0",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-duplicate-keys": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-proto-to-assign": "^6.9.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"bootstrap": "^3.3.6",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.3.0",
"babel-register": "^6.26.0",
"parallel-webpack": "^2.2.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-merge": "^4.1.2",
"clean-webpack-plugin": "^0.1.18",
"string-replace-webpack-plugin": "^0.1.3",
"remove-webpack-plugin": "^1.2.2",
"eslint": "^4.18.2",
"eslint-plugin-babel": "^4.1.2",
"file-loader": "^1.1.9",
"on-build-webpack": "^0.1.0",
"copy-webpack-plugin": "^4.4.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"style-loader": "^0.20.2",
"node-sass": "^4.7.2",
"resolve-url-loader": "^2.2.1",
"replace": "^0.3.0",
"sass-loader": "^6.0.6",
"extract-text-webpack-plugin": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrs-eload/aeromap.git"
},
"keywords": [
"javascript",
"map",
"googlemap",
"api",
"aviation",
"airspaces"
],
"author": "mrs-eload",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mrs-eload/aeromap/issues"
},
"homepage": "https://github.com/mrs-eload/aeromap#readme",
"dependencies": {
"@material/fab": "^0.31.0",
"material-design-icons": "^3.0.1"
}
}