33 lines
766 B
JSON
33 lines
766 B
JSON
{
|
|
"name": "dashlio",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.102",
|
|
"@iconify-json/simple-icons": "^1.2.78",
|
|
"@nuxt/ui": "^4.6.1",
|
|
"js-yaml": "^4.1.1",
|
|
"nuxt": "^4.4.2",
|
|
"tailwindcss": "^4.2.2",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@modyfi/vite-plugin-yaml": "^1.1.1",
|
|
"@nuxt/eslint": "^1.15.2",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"eslint": "^10.2.0",
|
|
"typescript": "^6.0.2",
|
|
"vue-tsc": "^3.2.6"
|
|
},
|
|
"packageManager": "pnpm@10.33.0"
|
|
}
|