-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 943 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 943 Bytes
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
{
"name": "Excel Compare and Import",
"version": "1.0.0",
"type": "module",
"description": "Excel Compare and Import",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"createData": "npx vite-node ./scripts/createTestData.ts -n"
},
"keywords": [],
"author": "qww<497363953@qq.com>",
"license": "MIT",
"dependencies": {
"@lark-base-open/web-api": "^0.2.1",
"@vueuse/core": "^10.3.0",
"dayjs": "^1.11.9",
"element-plus": "^2.3.6",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"devDependencies": {
"@types/node": "^20.4.10",
"@vitejs/plugin-vue": "^3.0.1",
"commander": "^11.0.0",
"mockjs": "^1.1.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^3.0.1",
"vue-tsc": "^1.8.8"
}
}