-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "vue-components",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.33.0",
"description": "",
"author": "aibayanyu20 <aibayanyu@qq.com>",
"license": "MIT",
"keywords": [],
"scripts": {
"dev": "histoire dev",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"build": "pnpm run -r build",
"test": "vitest",
"test:u": "vitest -u",
"lint": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@histoire/plugin-vue": "1.0.0-alpha.4",
"@types/node": "^20.19.24",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"@vue/test-utils": "^2.4.6",
"axios": "^1.15.0",
"bootstrap": "^5.3.8",
"bumpp": "^10.3.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.19",
"eslint": "^9.39.0",
"fast-glob": "^3.3.3",
"flexsearch": "^0.7.43",
"histoire": "1.0.0-alpha.4",
"jiti": "^2.6.1",
"jsdom": "^22.1.0",
"less": "^4.4.2",
"npm-run-all": "^4.1.5",
"shiki-es": "^0.14.0",
"tsdown": "^0.16.4",
"tsup": "^8.5.0",
"typescript": "^5.9.3",
"vite": "^8.0.8",
"vite-plugin-dayjs": "^1.0.1",
"vite-plugin-dts": "^5.0.0-beta.6",
"vite-plugin-tsx-resolve-types": "^1.0.1",
"vitest": "^3.2.4",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.2.1",
"vue": "^3.5.22"
}
}