forked from vaemusic/datav-vue3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "datav-vue3-monorepo",
"version": "0.1.7",
"description": "Datav for vue3+vite",
"packageManager": "pnpm@9.1.2",
"license": "MIT",
"private": "true",
"homepage": "https://github.com/vaemusic/datav-vue3",
"type": "module",
"scripts": {
"dev": "pnpm run --filter @kjgl77/docs docs:dev",
"dev:docs": "pnpm run --filter @kjgl77/docs dev",
"build:docs": "pnpm run build:lib && pnpm run build",
"build": "pnpm run --filter @kjgl77/docs build",
"build:lib": "pnpm run --filter @kjgl77/datav-vue3 build:lib",
"gen": "node ./script/genNewComp/index.js",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"vue": "^3.4.27"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.43.1",
"@inquirer/prompts": "^5.0.4",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^9.3.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"jsdom": "^24.0.0",
"pnpm": "^9.1.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
},
"eslintConfig": {
"extends": "@antfu"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaemusic/datav-vue3.git"
},
"bugs": {
"url": "https://github.com/vaemusic/datav-vue3/issues"
}
}