Update package.json
This commit is contained in:
parent
6d54735507
commit
704ffcaed8
2 changed files with 176 additions and 13615 deletions
13744
package-lock.json
generated
13744
package-lock.json
generated
File diff suppressed because it is too large
Load diff
47
package.json
47
package.json
|
@ -5,8 +5,7 @@
|
||||||
"author": "Djordje Atlialp <djordje@atlialp.com>",
|
"author": "Djordje Atlialp <djordje@atlialp.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack --mode=development --watch",
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
"build": "webpack --mode=production"
|
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
|
@ -14,47 +13,7 @@
|
||||||
"not dead"
|
"not dead"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.2.3",
|
"bulma": "^0.7.4",
|
||||||
"@babel/core": "^7.2.2",
|
"node-sass": "^4.11.0"
|
||||||
"@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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue