Spaces:
Paused
Paused
alessandro trinca tornidor
feat: add support for compiling a custom frontend using pnpm and nodejs v18 from debian packages
c13c67e
| { | |
| "name": "vue3-tailwindcss", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "rm -rf ./dist/* && vite", | |
| "build": "rm -rf ./dist/* && vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "vue": "^3.4.31" | |
| }, | |
| "devDependencies": { | |
| "@vitejs/plugin-vue": "^5.0.5", | |
| "autoprefixer": "^10.4.19", | |
| "postcss": "^8.4.39", | |
| "tailwindcss": "^3.4.4", | |
| "typescript": "^5.5.3", | |
| "vite": "^5.3.3" | |
| } | |
| } | |