mind-map/web3/apps/web/package.json
2025-04-29 17:06:34 +08:00

33 lines
800 B
JSON

{
"name": "@test/mind-map",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.vue"
},
"dependencies": {
"@mind-map/component": "workspace:*",
"autoprefixer": "^10.4.14",
"pinia": "^2.1.6",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"sass": "^1.64.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
}