40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "webpack-static-html",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack serve",
|
|
"build": "webpack --env production"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^5.0.1",
|
|
"cssnano-webpack-plugin": "^1.0.3",
|
|
"ejs-compiled-loader": "^3.0.0",
|
|
"html-webpack-plugin": "^4.5.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",
|
|
"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"
|
|
}
|
|
}
|