mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 01:05:32 +00:00
22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"name": "haweb",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.7",
|
|
"cssnano": "^5.1.11",
|
|
"mark.js": "^8.11.1",
|
|
"postcss": "^8.4.14",
|
|
"postcss-cli": "^9.1.0",
|
|
"postcss-import": "^14.1.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|