-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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
{
"name": "geouttag_plugin",
"version": "1.0.0",
"description": "",
"main": "geouttag.js",
"scripts": {
"build": "webpack --config ./tasks/webpack.prod.js && npm run build-sass",
"build-sass": "node-sass --include-path scss scss/geouttag.scss build/css/geouttag.css"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime-corejs2": "^7.1.5",
"ol": "^6.3.1",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"autoprefixer": "^9.3.1",
"babel-eslint": "^8.0.1",
"babel-loader": "^8.0.4",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglify-js": "3.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.11.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.1.2"
}
}