-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 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
{
"name": "idux-playground",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite --host --open",
"build:dep": "rollup -c",
"build": "pnpm build:dep && vite build",
"type-coverage": "type-coverage --strict --at-least=97",
"lint": "pnpm run ls-lint && pnpm run eslint",
"eslint": "eslint --cache --fix ./src --ext .vue,.js,.ts,.tsx",
"ls-lint": "ls-lint",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@emotion/hash": "^0.9.1",
"@floating-ui/dom": "^1.2.9",
"@ls-lint/ls-lint": "^1.11.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/file-saver": "^2.0.5",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/eslint-config-typescript": "^10.0.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"date-fns": "^2.30.0",
"echarts": "^5.5.1",
"es-module-shims": "^1.7.3",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"lint-staged": "^12.5.0",
"lodash-es": "^4.17.21",
"rollup": "^2.79.1",
"type-coverage": "^2.26.0",
"typescript": "^4.9.5",
"unocss": "^0.22.7",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.21",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.3.15"
},
"dependencies": {
"@idux/cdk": "^1.7.1",
"@idux/components": "^1.7.1",
"@vue/repl": "^1.5.0",
"@vueuse/core": "^7.7.1",
"compare-versions": "^4.1.4",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue": "^3.3.4"
}
}