mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-19 15:21:31 +02:00
feat: automated replacement
This commit is contained in:
@@ -1,76 +1,44 @@
|
||||
{
|
||||
"name": "python-webpack-boilerplate",
|
||||
"name": "wygiwyh_frontend",
|
||||
"version": "1.0.1",
|
||||
"description": "Webpack boilerplate for Django & Flask",
|
||||
"description": "Frontend stuff",
|
||||
"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"
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"startkit",
|
||||
"frontend"
|
||||
],
|
||||
"author": "Michael Yin",
|
||||
"license": "MIT",
|
||||
"author": "Herculino Trotta",
|
||||
"license": "AGPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/AccordBox/python-webpack-boilerplate/issues"
|
||||
"url": "https://github.com/eitchtee/WYGIWYH"
|
||||
},
|
||||
"type": "module",
|
||||
"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",
|
||||
"@rollup/plugin-commonjs": "^28.0.9",
|
||||
"@tailwindcss/vite": "^4.1.13",
|
||||
"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",
|
||||
"bootstrap": "^5.3.8",
|
||||
"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",
|
||||
"daisyui": "^5.1.21",
|
||||
"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",
|
||||
"mathjs": "^14.9.1",
|
||||
"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",
|
||||
"sass": "^1.93.2",
|
||||
"sweetalert2": "^11.22.2",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"terser-webpack-plugin": "^5.3.14",
|
||||
"tailwindcss": "^4.1.13",
|
||||
"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"
|
||||
"tw-bootstrap-grid": "^1.2.3",
|
||||
"vite": "7.1.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user