You've already forked agentic-coding-workflow
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "eslint .",
|
|
"format": "prettier -w .",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"analyze": "vite-bundle-visualizer"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.32.1",
|
|
"dependencies": {
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"markdown-it": "^14.1.1",
|
|
"naive-ui": "^2.44.1",
|
|
"pinia": "^3.0.4",
|
|
"smol-toml": "^1.6.1",
|
|
"vue": "^3.5.33",
|
|
"vue-router": "^5.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^25.6.0",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vue/test-utils": "^2.4.9",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-vue": "^10.9.0",
|
|
"happy-dom": "^20.9.0",
|
|
"prettier": "^3.8.3",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.59.1",
|
|
"vite": "^8.0.10",
|
|
"vite-bundle-visualizer": "^1.2.1",
|
|
"vitest": "^4.1.5",
|
|
"vue-eslint-parser": "^10.4.0",
|
|
"vue-tsc": "^3.2.7"
|
|
}
|
|
}
|