-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 979 Bytes
/
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
{
"name": "idesign-vue",
"version": "1.1.7",
"description": "iDesign 前端通用组件库",
"main": "dist/idesign-vue.umd.cjs",
"module": "dist/idesign-vue.js",
"files": [
"dist/*",
"idesign-vue.d.ts"
],
"type": "module",
"scripts": {
"start": "vite",
"build": "vue-tsc --noEmit && vite build",
"docs": "vue-tsc --noEmit && vite build && cd vuepress && yarn && yarn build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"vue": "^3.2.37"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/tinycolor2": "^1.4.3",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/test-utils": "next",
"dayjs": "^1.11.4",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"sass": "^1.53.0",
"tinycolor2": "^1.4.2",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vitest": "^0.23.4",
"vue-tsc": "^0.38.4"
}
}