|
@@ -4,20 +4,23 @@
|
|
|
"url": "https://github.com/jonathan-grah/lofig/issues"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "whatwg-fetch": "^2.0.1"
|
|
|
+ "whatwg-fetch": "^3.0.0"
|
|
|
},
|
|
|
"description": "Like the Config package, but for client side JavaScript",
|
|
|
"devDependencies": {
|
|
|
- "babel-cli": "^6.18.0",
|
|
|
- "babel-core": "^6.20.0",
|
|
|
- "babel-loader": "^6.2.9",
|
|
|
- "babel-polyfill": "^6.20.0",
|
|
|
- "babel-preset-es2015": "^6.18.0",
|
|
|
- "bluebird": "^3.4.6",
|
|
|
- "exports-loader": "^0.6.3",
|
|
|
- "imports-loader": "^0.7.0",
|
|
|
- "webpack": "^1.14.0",
|
|
|
- "webpack-dev-server": "^1.12.1"
|
|
|
+ "@babel/core": "^7.6.0",
|
|
|
+ "@babel/preset-env": "^7.6.0",
|
|
|
+ "babel-cli": "^6.26.0",
|
|
|
+ "babel-core": "^6.26.3",
|
|
|
+ "babel-loader": "^8.0.6",
|
|
|
+ "babel-polyfill": "^6.26.0",
|
|
|
+ "babel-preset-es2015": "^6.24.1",
|
|
|
+ "bluebird": "^3.5.5",
|
|
|
+ "exports-loader": "^0.7.0",
|
|
|
+ "imports-loader": "^0.8.0",
|
|
|
+ "webpack": "^4.28.4",
|
|
|
+ "webpack-cli": "^3.3.8",
|
|
|
+ "webpack-dev-server": "^3.8.0"
|
|
|
},
|
|
|
"homepage": "https://github.com/jonathan-grah/lofig",
|
|
|
"license": "MIT",
|
|
@@ -28,7 +31,8 @@
|
|
|
"url": "git+https://github.com/jonathan-grah/lofig.git"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "dev": "webpack-dev-server --inline --hot --content-base example"
|
|
|
+ "dev": "webpack-dev-server --inline --hot --content-base example",
|
|
|
+ "build": "webpack --mode=production"
|
|
|
},
|
|
|
"version": "1.1.2"
|
|
|
}
|