Files
WYGIWYH/frontend/package.json
2025-06-29 14:10:38 -03:00

77 lines
2.3 KiB
JSON

{
"name": "python-webpack-boilerplate",
"version": "1.0.1",
"description": "Webpack boilerplate for Django & Flask",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.cjs",
"start": "webpack serve --config webpack/webpack.config.dev.cjs",
"watch": "webpack --watch --config webpack/webpack.config.watch.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/AccordBox/python-webpack-boilerplate"
},
"keywords": [
"webpack",
"startkit",
"frontend"
],
"author": "Michael Yin",
"license": "MIT",
"bugs": {
"url": "https://github.com/AccordBox/python-webpack-boilerplate/issues"
},
"dependencies": {
"@alpinejs/mask": "^3.14.9",
"@babel/core": "^7.27.7",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.27.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@popperjs/core": "^2.11.8",
"@tailwindcss/postcss": "^4.1.11",
"air-datepicker": "^3.6.0",
"alpinejs": "^3.14.9",
"autoprefixer": "^10.4.21",
"autosize": "^6.0.1",
"babel-loader": "^10.0.0",
"bootstrap": "^5.3.7",
"chart.js": "^4.5.0",
"chartjs-chart-sankey": "^0.14.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"core-js": "^3.43.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "^9.30.0",
"eslint-webpack-plugin": "^5.0.2",
"globals": "^16.2.0",
"htmx.org": "^2.0.6",
"hyperscript.org": "^0.9.14",
"jquery": "^3.7.1",
"mathjs": "^14.5.2",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.2.4",
"sass": "~1.89.2",
"sass-loader": "^16.0.5",
"select2-bootstrap-5-theme": "^1.3.0",
"style-loader": "^4.0.0",
"stylelint": "^16.21.0",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-webpack-plugin": "^5.0.1",
"sweetalert2": "^11.22.2",
"tailwindcss": "^4.1.11",
"terser-webpack-plugin": "^5.3.14",
"tom-select": "^2.4.3",
"typer-dot-js": "^0.1.0",
"webpack": "^5.99.9",
"webpack-assets-manifest": "^6.2.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
}
}