-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.83 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
{
"name": "pro-naive-ui",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"author": "zhengchangfu",
"scripts": {
"dev": "pnpm gen-version && vite",
"clean": "rimraf node_modules pnpm-lock.yaml",
"build:docs": "vite build",
"build:components": "pnpm --filter pro-naive-ui run build",
"test": "pnpm --filter pro-naive-ui run test:all",
"gen-version": "pnpm --filter pro-naive-ui run gen-version",
"lint:fix": "eslint . --fix",
"build:resolver": "pnpm --filter pro-naive-ui-resolver run build",
"release:resolver": "pnpm lint:fix && pnpm build:resolver && pnpm changeset && pnpm changeset version && pnpm changeset publish",
"release:components": "pnpm lint:fix && pnpm changeset && pnpm changeset version && pnpm build:components && pnpm changeset publish"
},
"dependencies": {
"@types/katex": "^0.16.7",
"@vicons/ionicons5": "0.12.0",
"fs-extra": "^11.2.0",
"highlight.js": "11.8.0",
"katex": "^0.16.10",
"lodash-es": "^4.17.21",
"marked": "^12.0.2",
"mockjs": "^1.1.0",
"vfonts": "^0.0.3",
"vooks": "0.2.12",
"vue": "3.5.13",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.5",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^20.14.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"eslint": "^9.17.0",
"naive-ui": "^2.38.2",
"rimraf": "^6.0.1",
"type-fest": "^4.26.1",
"typescript": "5.5.4",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.0",
"vite-bundle-analyzer": "^0.10.5",
"vite-plugin-dts": "^4.0.1",
"vue-tsc": "^2.1.8"
}
}