mirror of
https://github.com/ponysb/91Writing.git
synced 2026-09-01 15:35:57 +08:00
36 lines
1001 B
JSON
36 lines
1001 B
JSON
{
|
|
"name": "ai-novel-generator",
|
|
"version": "0.4.0",
|
|
"description": "AI小说写作工具",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@vueuse/core": "^10.5.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.6.0",
|
|
"element-plus": "^2.4.2",
|
|
"file-saver": "^2.0.5",
|
|
"highlight.js": "^11.9.0",
|
|
"marked": "^9.1.6",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.3.8",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.4.1",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"prettier": "^3.1.0",
|
|
"unplugin-auto-import": "^0.16.7",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite": "^4.5.0"
|
|
}
|
|
} |