52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/preset-react": "^7.22.15",
|
|
"@hotwired/stimulus": "^3.0.0",
|
|
"@symfony/stimulus-bridge": "^3.2.0",
|
|
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
|
|
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
|
|
"@symfony/ux-react": "file:vendor/symfony/ux-react/assets",
|
|
"@symfony/webpack-encore": "^1.8.2",
|
|
"chart.js": "^3.4.1",
|
|
"core-js": "^3.0.0",
|
|
"react": "^18.0",
|
|
"react-dom": "^18.0",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"sass": "^1.51.0",
|
|
"sass-loader": "^12.0.0",
|
|
"webpack-notifier": "^1.6.0"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev-server": "encore dev-server",
|
|
"dev": "encore dev",
|
|
"watch": "encore dev --watch",
|
|
"build": "encore production --progress"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.2",
|
|
"@popperjs/core": "^2.11.5",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.1",
|
|
"chosen-js": "^1.8.7",
|
|
"codemirror": "^5.63.3",
|
|
"datatables": "^1.10.18",
|
|
"date-fns": "^2.30.0",
|
|
"htmx.org": "^1.7.0",
|
|
"jquery": "^3.6.0",
|
|
"jquery-validation": "^1.19.3",
|
|
"pdfmake": "^0.2.2",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-select": "^5.7.7",
|
|
"react-toastify": "^9.1.3",
|
|
"summernote": "^0.8.20",
|
|
"sweetalert2": "^11.4.33",
|
|
"toastify-js": "^1.12.0",
|
|
"tom-select": "^2.2.1",
|
|
"uuid": "^9.0.1",
|
|
"webpack-jquery-ui": "^2.0.1"
|
|
}
|
|
}
|