-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.54 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@psr-framework/vue3-plugin",
"version": "1.5.3",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"pub": "npm publish",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@antv/g6": "^5.0.32",
"@element-plus/icons-vue": "2.3.1",
"@joint/core": "4.0.4",
"@pansy/amap-types": "^2.22.0",
"@primevue/themes": "4.1.1",
"@psr-framework/typescript-utils": "^1.6.4",
"@types/three": "^0.169.0",
"@types/three162": "npm:@types/three@0.162.0",
"@vue-office/docx": "^1.6.2",
"@vue-office/excel": "^1.7.11",
"echarts": "^5.5.1",
"element-plus": "2.8.6",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"pinia": "^2.2.4",
"primeflex": "3.3.1",
"primeicons": "7.0.0",
"primevue": "4.1.1",
"three": "^0.169.0",
"three162": "npm:three@0.162.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@types/node": "^22.7.9",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitepress-demo-preview/component": "^2.3.2",
"@vitepress-demo-preview/plugin": "^1.2.3",
"bootstrap": "5.3.3",
"highlight.js": "^11.10.0",
"jsbarcode": "^3.11.6",
"leader-line-new": "^1.1.9",
"markdown-it": "^14.1.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"postcss": "^8.4.47",
"qrcode": "^1.5.4",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.3",
"sass-loader": "^16.0.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-lib-inject-css": "^2.1.1",
"vitepress": "^1.4.1",
"vue-tsc": "^2.1.6"
},
"author": "zhoudingding",
"description": "vue3.x 插件",
"publishConfig": {
"registry": "https://packages.aliyun.com/5ea982f438076f00011bc29a/npm/npm-registry/"
},
"files": [
"declares",
"package.json",
"README.md",
"dist"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./style.css": "./dist/style.css"
}
}