Current section

Files

Jump to
combo_new templates saas assets admin_web package.json
Raw

templates/saas/assets/admin_web/package.json

{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.6",
"@fontsource-variable/jetbrains-mono": "^5.2.6",
"phoenix": "file:../../deps/phoenix",
"phoenix_html": "file:../../deps/phoenix_html"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"tailwindcss": "^4.1.0",
"vite": "^6.3.0",
"vite-plugin-combo": "^0.1.0"
}
}