forked from vueuse/vueuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.07 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 5.07 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@vueuse/monorepo",
"type": "module",
"version": "14.0.0-beta.1",
"private": true,
"packageManager": "pnpm@10.17.1",
"description": "Collection of essential Vue Composition Utilities",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"scripts": {
"up": "nlx taze && nr size",
"build": "nr update && nr build:packages",
"build:packages": "turbo run build",
"build:redirects": "tsx scripts/redirects.ts",
"build:types": "vue-tsc --emitDeclarationOnly",
"clean": "tsx scripts/clean.ts",
"dev": "nr update && nr docs",
"docs": "vitepress dev packages --open",
"docs:build": "nr update:full && nr build:packages && turbo run docs:build:vitepress && nr build:redirects",
"docs:build:vitepress": "NODE_OPTIONS=\"--max-old-space-size=5120\" ROLLDOWN_OPTIONS_VALIDATION=loose vitepress build packages",
"docs:serve": "vitepress serve packages",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"publish:ci": "tsx scripts/publish.ts",
"install-fonts": "gfi install Inter && gfi install Fira Code",
"release": "bumpp --execute=\"npm run release:prepare\" --all",
"release:prepare": "npm run build:types && npm run update",
"size": "tsx scripts/export-size.ts",
"test": "nr test:unit",
"test:cov": "vitest run --coverage --project=\"browser (chromium)\" --project=unit",
"test:server": "vitest --project=\"server*\"",
"test:browser": "vitest --project=\"browser*\"",
"test:firefox": "vitest --project=\"browser (firefox)\"",
"test:chromium": "vitest --project=\"browser (chromium)\"",
"test:unit": "vitest --project unit",
"test:attw": "pnpm -r test:attw",
"typecheck": "vue-tsc --noEmit",
"update": "turbo run update -F @vueuse/metadata && tsx scripts/update.ts",
"update:full": "nr update && nr build:types",
"watch": "turbo watch build",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:dev",
"@antfu/ni": "catalog:dev",
"@arethetypeswrong/cli": "catalog:test",
"@iconify/json": "catalog:dev",
"@shikijs/vitepress-twoslash": "catalog:docs",
"@type-challenges/utils": "catalog:types",
"@types/md5": "catalog:types",
"@types/node": "catalog:types",
"@types/remove-markdown": "catalog:types",
"@types/semver": "catalog:types",
"@vite-pwa/vitepress": "catalog:docs",
"@vitejs/plugin-vue": "catalog:dev",
"@vitest/browser": "catalog:test",
"@vitest/coverage-v8": "catalog:test",
"@vitest/ui": "catalog:test",
"@vue/compiler-sfc": "catalog:dev",
"@vue/repl": "catalog:docs",
"@vue/test-utils": "catalog:test",
"@vueuse/core": "workspace:*",
"@vueuse/integrations": "workspace:*",
"@vueuse/math": "workspace:*",
"@vueuse/metadata": "workspace:*",
"@vueuse/nuxt": "workspace:*",
"@vueuse/rxjs": "workspace:*",
"@vueuse/shared": "workspace:*",
"axios": "catalog:integrations",
"bumpp": "catalog:dev",
"consola": "catalog:dev",
"eslint": "catalog:dev",
"eslint-factory": "catalog:dev",
"eslint-plugin-format": "catalog:dev",
"eslint-plugin-unimport": "catalog:dev",
"export-size": "catalog:dev",
"fake-indexeddb": "catalog:test",
"firebase": "catalog:integrations",
"fuse.js": "catalog:integrations",
"google-font-installer": "catalog:docs",
"gray-matter": "catalog:docs",
"jsdom": "catalog:dev",
"lint-staged": "catalog:dev",
"markdown-table": "catalog:docs",
"md5": "catalog:docs",
"msw": "catalog:test",
"ofetch": "catalog:dev",
"playwright": "catalog:test",
"pnpm": "catalog:dev",
"postcss": "catalog:dev",
"postcss-nested": "catalog:dev",
"prettier": "catalog:dev",
"remove-markdown": "catalog:docs",
"rolldown-vite": "catalog:dev",
"sharp": "catalog:dev",
"simple-git": "catalog:dev",
"simple-git-hooks": "catalog:dev",
"taze": "catalog:dev",
"tinyglobby": "catalog:dev",
"tsdown": "catalog:dev",
"tsx": "catalog:dev",
"turbo": "catalog:dev",
"typescript": "catalog:dev",
"unocss": "catalog:dev",
"unplugin-icons": "catalog:docs",
"unplugin-vue-components": "catalog:docs",
"vite": "catalog:dev",
"vite-plugin-inspect": "catalog:dev",
"vite-plugin-pwa": "catalog:docs",
"vitepress": "catalog:docs",
"vitest": "catalog:test",
"vitest-browser-vue": "catalog:test",
"vitest-package-exports": "catalog:test",
"vue": "catalog:dev",
"vue-tsc": "catalog:dev",
"yaml": "catalog:docs"
},
"resolutions": {
"@vueuse/core": "workspace:*",
"@vueuse/integrations": "workspace:*",
"@vueuse/math": "workspace:*",
"@vueuse/metadata": "workspace:*",
"@vueuse/nuxt": "workspace:*",
"@vueuse/rxjs": "workspace:*",
"@vueuse/shared": "workspace:*",
"eslint": "catalog:dev",
"vite": "catalog:dev",
"vite-plugin-pwa": "catalog:docs",
"vitepress>vite": "npm:rolldown-vite@latest",
"vue": "catalog:dev"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md,json}": [
"eslint --cache --fix"
]
}
}