-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "fe-mindmap",
"version": "1.0.0",
"type": "module",
"private": false,
"author": "纵倾童鞋",
"description": "纵倾童鞋的前端知识学习图谱,根据前端领域学习过程总结,用思维导图的方式总结个人所学知识和整个技能体系,方便梳理知识点、结构化输出、总结核心技术点等",
"homepage": "https://github.com/super456/FE-MindMap",
"bugs": {
"url": "https://github.com/super456/FE-MindMap/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:super456/FE-MindMap.git"
},
"scripts": {
"dev": "vite",
"build": "pnpm run gxmind && vue-tsc && vite build",
"gxmind": "node scripts/generateResources.js",
"greadme": "node scripts/generateReadme.js",
"preview": "vite serve docs",
"prettier": "prettier --write \"README.md\""
},
"dependencies": {
"@floating-ui/vue": "^0.2.1",
"vue": "^3.2.47",
"xmind-embed-viewer": "^1.1.0"
},
"devDependencies": {
"@femm/prettier": "^1.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"execa": "^6.1.0",
"fs-extra": "^10.0.1",
"globby": "^13.1.3",
"lodash-es": "^4.17.21",
"prettier": "^2.6.1",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vue-tsc": "^1.2.0"
},
"prettier": "@femm/prettier"
}