mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-01-12 09:24:14 +00:00
- 添加演练场(Playground)文档导航区到主 README - 新增 Python 解析器文档链接(开发指南、测试报告、LSP集成) - 更新前端版本号至 0.1.9b19p - 补充 Python 解析器 requests 库使用章节和官方文档链接 - 添加 JavaScript 和 Python 解析器的语言版本和官方文档 - 优化文档结构,分类为项目文档和外部资源
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "nfd-web",
|
|
"version": "0.1.9",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build && node scripts/compress-vs.js",
|
|
"build:no-compress": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@monaco-editor/loader": "^1.4.0",
|
|
"@vueuse/core": "^11.2.0",
|
|
"axios": "1.12.0",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.8.3",
|
|
"element-plus": "2.11.3",
|
|
"monaco-editor": "^0.55.1",
|
|
"qrcode": "^1.5.4",
|
|
"sockjs-client": "^1.6.1",
|
|
"splitpanes": "^4.0.4",
|
|
"vue": "^3.5.12",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-router": "^4.5.1",
|
|
"vue3-json-viewer": "2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/eslint-parser": "^7.25.9",
|
|
"@babel/plugin-transform-class-properties": "^7.26.0",
|
|
"@babel/plugin-transform-class-static-block": "^7.26.0",
|
|
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-vue": "^9.30.0",
|
|
"filemanager-webpack-plugin": "8.0.0",
|
|
"monaco-editor-webpack-plugin": "^7.1.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0 <=22.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"overrides": {
|
|
"eslint": "^9.0.0"
|
|
}
|
|
}
|