css-framework/package.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2021-02-17 23:44:20 +00:00
{
"name": "webpack-static-html",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack serve",
"watch": "webpack --watch --progress",
"build": "webpack --env production"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
2021-02-23 14:10:48 +00:00
"css-minimizer-webpack-plugin": "^1.2.0",
2021-02-17 23:44:20 +00:00
"ejs-compiled-loader": "^3.0.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-webpack-plugin": "^2.4.1",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^1.3.3",
"postcss": "^8.2.2",
"postcss-functions": "^4.0.2",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"postcss-mixins": "^7.0.2",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-simple-vars": "^6.0.2",
2021-02-27 18:54:22 +00:00
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
2021-02-17 23:44:20 +00:00
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"hex-to-hsl": "^1.0.2",
2021-02-17 23:44:20 +00:00
"postcss-custom-media": "^8.0.0"
}
}