-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
83 lines (83 loc) · 2.4 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "ikuiv",
"packageManager": "[email protected]",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://laine001.github.io/ikun-ui/",
"scripts": {
"play": "vite",
"build": "pnpm build:pkg && pnpm build:theme && pnpm gen",
"build:pkg": "vite build",
"build:theme": "vite build --config ./scripts/build-theme.config.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"netlify:build": "vitepress build docs --env=netlify",
"docs:serve": "vitepress serve docs",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"format": "prettier --write --cache .",
"test:run": "vitest run",
"coverage": "vitest run --coverage",
"prepare": "husky install",
"gen": "node ./scripts/gen.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mdit-vue/plugin-sfc": "^0.12.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/compiler-sfc": "^3.2.39",
"jsdom": "^20.0.0",
"magic-string": "^0.26.4",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"packages": "^0.0.8",
"sass": "1.54.9",
"vite": "^3.1.0",
"vue": "3.4.21"
},
"devDependencies": {
"@ikui/theme": "workspace:^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-istanbul": "^0.30.1",
"@vue/test-utils": "^2.0.2",
"@vueuse/core": "^10.1.2",
"chalk": "^5.2.0",
"chalk-animation": "^2.0.3",
"clear": "^0.1.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.8.0",
"figlet": "^1.6.0",
"gitalk": "^1.8.0",
"husky": "^8.0.2",
"i": "^0.3.7",
"ikuiv": "workspace:0.0.1-alpha.5",
"inquirer": "^9.2.7",
"npm": "^9.6.4",
"prettier": "^2.7.1",
"typescript": "*",
"vanilla-tilt": "^1.8.0",
"vite-plugin-dts": "^1.6.6",
"vitepress": "^1.0.1",
"vitest": "^0.29.8",
"vue-router": "^4.2.2",
"vue3-popper": "^1.5.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}