-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "vue-types-monorepo",
"description": "VueTypes Monorepo",
"author": "Marco Solazzi",
"license": "MIT",
"homepage": "https://dwightjack.github.io/vue-types/",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=16.16.0",
"pnpm": "^9.0.0"
},
"scripts": {
"examples:dev": "pnpm --filter=vue-types run build && pnpm --filter=examples start",
"docs:dev": "pnpm --filter=docs run dev",
"ci:version": "pnpm changeset version && pnpm install --lockfile-only",
"ci:publish": "git status && pnpm -r publish"
},
"repository": {
"type": "git",
"url": "https://github.com/dwightjack/vue-types.git"
},
"bugs": "https://github.com/dwightjack/vue-types/issues",
"devDependencies": {
"@changesets/cli": "2.27.8",
"@eslint/js": "9.15.0",
"@vitest/coverage-v8": "2.1.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"happy-dom": "15.11.6",
"lefthook": "1.8.4",
"prettier": "3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0",
"vite": "5.4.11",
"vitest": "2.1.5"
},
"dependencies": {
"eslint": "9.15.0"
}
}