47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "webapp",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:check": "vue-tsc -b && vite build",
|
|
"type-check": "vue-tsc -b",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/basic-setup": "^0.20.0",
|
|
"@codemirror/commands": "^6.10.1",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lint": "^6.9.2",
|
|
"@codemirror/state": "^6.5.3",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.39.9",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@tabler/icons-vue": "^3.36.1",
|
|
"@types/dompurify": "^3.2.0",
|
|
"axios": "^1.13.2",
|
|
"dompurify": "^3.3.1",
|
|
"marked": "^17.0.1",
|
|
"pdfjs-dist": "^5.4.530",
|
|
"pinia": "^2.0.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.23",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "~10.6.2",
|
|
"postcss": "^8.5.6",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0",
|
|
"vue-tsc": "^2.2.4"
|
|
}
|
|
}
|