-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
59 lines (59 loc) · 2.16 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
{
"name": "anu-vue",
"version": "0.15.2",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "pnpm --filter @anu-vue/preset-theme-default stub && pnpm --filter anu-vue dev",
"build": "tsx ./scripts/build.ts",
"docs:dev": "pnpm --filter @anu-vue/documentation dev",
"docs:build": "pnpm --filter anu-vue build && pnpm --filter @anu-vue/preset-theme-default build && pnpm --filter @anu-vue/documentation build",
"clean": "rimraf packages/anu-vue/dist && rimraf packages/anu-vue/component-meta && rimraf packages/anu-nuxt/dist && rimraf packages/anu-nuxt/playground/.nuxt && rimraf packages/preset-theme-default/dist && rimraf docs/.vitepress/dist && rimraf packages/.vitepress/cache",
"release": "bumpp package.json packages/**/package.json",
"lint": "pnpm --filter anu-vue lint",
"update-deps": "taze -r -w --install",
"update-deps:major": "taze major -r -w --install",
"test": "nr --filter anu-vue test",
"test-ui": "nr --filter anu-vue test-ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.3",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vue/tsconfig": "^0.4.0",
"bumpp": "^9.1.0",
"concurrently": "^8.1.0",
"defu": "^6.1.2",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.14.1",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"globby": "^13.1.4",
"jiti": "^1.18.2",
"pathe": "^1.1.1",
"pnpm": "^8.6.8",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.1",
"semver": "^7.5.2",
"taze": "^0.10.1",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vue-component-meta": "^1.6.5"
},
"packageManager": "pnpm@8.5.1"
}