43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "decla.red-frontend",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode development",
|
|
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
|
|
"build": "webpack --mode production && find dist -type f -not -name '*.html' | xargs rm"
|
|
},
|
|
"keywords": [],
|
|
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"terser-webpack-plugin": "^2.3.5",
|
|
"webpack-dev-server": "^3.10.3",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"html-webpack-inline-source-plugin": "0.0.10",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"image-webpack-loader": "^6.0.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-loader": "^3.0.0",
|
|
"raw-loader": "^4.0.1",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "^9.0.2",
|
|
"svg-url-loader": "^6.0.0",
|
|
"ts-loader": "^8.0.1"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"sideEffects": [
|
|
"*.scss"
|
|
]
|
|
}
|