-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
71 lines (71 loc) · 1.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "personal-knowledge",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@antv/x6": "^2.13.1",
"@antv/x6-plugin-export": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.3",
"@antv/x6-plugin-keyboard": "^2.2.1",
"@antv/x6-plugin-selection": "^2.1.7",
"@antv/x6-vue-shape": "^2.1.1",
"@iconify-icons/bi": "^1.2.17",
"@microsoft/fetch-event-source": "^2.0.1",
"@vueuse/core": "^10.4.1",
"@xianjianlf2/vue-pdf-viewer": "^0.1.2",
"await-to-js": "^3.0.0",
"axios": "^1.5.0",
"dompurify": "^3.0.5",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2",
"pinia": "^2.1.6",
"router-view": "^1.1.7",
"vue": "^3.3.4",
"vue-router": "4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@antv/hierarchy": "^0.6.11",
"@antv/x6-plugin-snapline": "^2.1.7",
"@iconify-icons/ant-design": "^1.2.7",
"@iconify-icons/carbon": "^1.2.19",
"@iconify-icons/mdi": "^1.2.47",
"@iconify/vue": "^4.1.1",
"@types/d3": "^7.4.0",
"@types/dompurify": "^3.0.2",
"@types/lodash": "^4.14.197",
"@types/marked": "^5.0.1",
"@types/node": "^20.5.7",
"@types/uuid": "^9.0.2",
"@unocss/reset": "^0.55.3",
"@vitejs/plugin-vue": "^4.3.3",
"eslint": "^8.48.0",
"lint-staged": "^14.0.1",
"marked": "^7.0.5",
"naive-ui": "^2.34.4",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2",
"unocss": "^0.55.3",
"unplugin-vue-components": "^0.25.1",
"uuid": "^9.0.0",
"vfonts": "^0.0.3",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}