mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-12 14:49:45 -06:00
CI keeps changing prettier's SCSS formatting. Specify the exact version of prettier that it was first installed with, to maintain a consistent style. Previously, it was only installed as a transitive dependency.
36 lines
865 B
JSON
36 lines
865 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.17.1",
|
|
"alpinejs": "^3.14.8",
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.4.7",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"dayjs": "^1.11.13",
|
|
"laravel-echo": "^1.17.1",
|
|
"laravel-echo-server": "^1.6.3",
|
|
"laravel-mix-purgecss": "^6.0.0",
|
|
"postcss": "^8.4.49",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.83.0",
|
|
"sass-loader": "^16.0.4",
|
|
"socket.io": "2.4.0",
|
|
"socket.io-client": "2.3.1",
|
|
"sweetalert2": "^11.15.10",
|
|
"virtual-select-plugin": "^1.0.46"
|
|
},
|
|
"devDependencies": {
|
|
"laravel-vite-plugin": "^1.1.1",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-blade": "2.0.0",
|
|
"vite": "^6.0.6",
|
|
"vite-plugin-static-copy": "^2.2.0"
|
|
},
|
|
"type": "module"
|
|
}
|