Update package.json

This commit is contained in:
Djordje Atlialp 2019-02-22 15:22:22 +01:00
parent 7b439b373e
commit 521781d809
2 changed files with 176 additions and 13615 deletions

13744
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,7 @@
"author": "Djordje Atlialp <djordje@atlialp.com>",
"license": "MIT",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"last 2 versions",
@ -14,47 +13,7 @@
"not dead"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-stage-2": "^7.0.0",
"autoprefixer": "^9.4.6",
"babel-eslint": "8.2.1",
"babel-loader": "^8.0.5",
"browserslist": "^4.4.1",
"clean-webpack-plugin": "^0.1.16",
"clipboard": "^2.0.1",
"css-loader": "^1.0.1",
"cssnano": "^4.1.8",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.14",
"postcss-browser-reporter": "^0.5.0",
"postcss-cli": "^6.1.1",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-nested": "^3.0.0",
"postcss-preset-env": "^5.2.2",
"postcss-reporter": "^5.0.0",
"postcss-url": "^7.3.2",
"prettier-eslint-cli": "^4.7.1",
"ramda": "^0.25.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"npm": "^6.7.0",
"yarn": "^1.13.0"
"bulma": "^0.7.4",
"node-sass": "^4.11.0"
}
}