63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "my-v0",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "run-s \"lint:*\"",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"format": "prettier --write --experimental-cli src/"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"axios": "^1.19.0",
|
|
"echarts": "^6.1.0",
|
|
"element-plus": "^2.14.4",
|
|
"markstream-vue": "^2.0.6",
|
|
"mockjs": "^1.1.0",
|
|
"monaco-editor": "0.55.1",
|
|
"pinia": "^4.0.2",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^4.3.3",
|
|
"vue": "^3.5.40",
|
|
"vue-draggable-plus": "^0.6.1",
|
|
"vue-router": "^5.2.0",
|
|
"vue3-moveable": "^0.28.0",
|
|
"vue3-selecto": "^1.12.3",
|
|
"vue3-sketch-ruler": "2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^5.0.1",
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/mockjs": "^1.0.10",
|
|
"@types/node": "^24.13.3",
|
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
"@vue/eslint-config-typescript": "^14.9.0",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.7.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-oxlint": "~1.73.0",
|
|
"eslint-plugin-vue": "~10.9.2",
|
|
"jiti": "^2.7.0",
|
|
"npm-run-all2": "^9.0.2",
|
|
"oxlint": "~1.74.0",
|
|
"prettier": "3.9.5",
|
|
"typescript": "~6.0.0",
|
|
"unplugin-auto-import": "^21.1.0",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite": "^8.1.5",
|
|
"vite-plugin-vue-devtools": "^8.1.5",
|
|
"vue-eslint-parser": "^10.4.1",
|
|
"vue-tsc": "^3.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^22.18.0 || >=24.12.0"
|
|
}
|
|
}
|