Files
dreport/frontend/package.json
2026-04-05 15:10:29 +03:00

39 lines
975 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:visual": "playwright test"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@lezer/highlight": "^1.2.3",
"@lezer/lr": "^1.4.8",
"codemirror": "^6.0.2",
"codemirror-lang-dexpr": "file:../../rust-expr/editor",
"pinia": "^3.0.4",
"vue": "^3.5.31"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.0",
"happy-dom": "^20.8.9",
"typescript": "~6.0.2",
"vite": "^8.0.1",
"vitest": "^4.1.2",
"vue-tsc": "^3.2.5"
}
}