Update to webpack 4.0
This commit is contained in:
parent
e4d07436c7
commit
e3d8b9978d
116 changed files with 5446 additions and 781 deletions
32
package.json
32
package.json
|
@ -5,40 +5,40 @@
|
|||
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
||||
"license": "CC0-1.0",
|
||||
"dependencies": {
|
||||
"a11y.css": "^4.4.0",
|
||||
"a11y.css": "^4.5.0",
|
||||
"alertify.js": "^1.0.12",
|
||||
"mapbox-gl": "^0.44.1",
|
||||
"marked": "^0.3.15",
|
||||
"marked": "^0.3.17",
|
||||
"normalize.css": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "^6.1.1",
|
||||
"@babel/core": "^7.0.0-beta.40",
|
||||
"@babel/preset-env": "^7.0.0-beta.40",
|
||||
"ajv": "^6.2.0",
|
||||
"ajv-keywords": "^3.1.0",
|
||||
"autoprefixer": "^8.0.0",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-loader": "^8.0.0-beta.2",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-latest": "^6.16.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"dotenv-webpack": "^1.5.4",
|
||||
"eslint": "^4.18.0",
|
||||
"dotenv-webpack": "^1.5.5",
|
||||
"eslint": "^4.18.1",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-node": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"eslint-plugin-node": "^6.0.1",
|
||||
"eslint-plugin-promise": "^3.6.0",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"husky": "^0.15.0-rc.8",
|
||||
"lint-staged": "^6.1.1",
|
||||
"lint-staged": "^7.0.0",
|
||||
"postcss-cli": "^5.0.0",
|
||||
"postcss-sass": "^0.3.0",
|
||||
"pre-commit": "^1.1.3",
|
||||
"source-list-map": "^2.0.0",
|
||||
"stylelint": "^9.0.0",
|
||||
"stylelint-config-standard": "^18.1.0",
|
||||
"uglify-js": "^3.3.11",
|
||||
"webpack": "^3.11.0",
|
||||
"stylelint": "^9.1.1",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"uglify-js": "^3.3.12",
|
||||
"webpack": "^4.0.1",
|
||||
"webpack-cli": "^2.0.9",
|
||||
"webpack-sources": "^1.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue