generated from kurone-kito/vpm-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 3.32 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
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
{
"name": "@kurone-kito/launchpad-icons-root",
"version": "0.8.2",
"private": true,
"description": "the icons VPM asset like the VRChat LaunchPad for the VRChat and Web",
"keywords": [
"Icons",
"LaunchPad",
"VRChat"
],
"homepage": "https://github.com/kurone-kito/launchpad-icons#readme",
"bugs": "https://github.com/kurone-kito/launchpad-icons/issues",
"repository": "github:kurone-kito/launchpad-icons",
"license": "CC-BY-NC-4.0",
"author": "kurone-kito <krone@kit.black> (https://kit.black/)",
"type": "module",
"files": [],
"workspaces": {
"packages": [
"./nodePackages/*"
]
},
"scripts": {
"build": "pnpm run -r build",
"build:min": "pnpm --filter \"@kurone-kito/launchpad-icons-web^...\" run build",
"clean": "pnpm run --no-bail \"/^clean:.+/\"",
"clean:root": "rimraf -g .eslintcache \"*.tgz\" \"*.tsbuildinfo\" node_modules/.cache",
"clean:sub": "pnpm run -r clean",
"lint": "pnpm run \"/lint:.+:check/\"",
"lint:cspell:check": "cspell lint --no-progress --show-suggestions -u \"./**/*\"",
"lint:eslint:check": "eslint --cache --cache-location node_modules/.cache/eslint/ --cache-strategy=content -f codeframe \"./**/*\"",
"lint:eslint:fix": "pnpm run lint:eslint:check --fix",
"lint:fix": "pnpm run lint:cspell:check && pnpm run \"/lint:.+:fix/\"",
"lint:markdown:check": "markdownlint-cli2 \"**/*.md\"",
"lint:markdown:fix": "markdownlint-cli2 --fix \"**/*.md\"",
"lint:oxlint:check": "oxlint",
"lint:oxlint:fix": "oxlint --fix",
"lint:prettier:check": "pnpm run prettier -cu",
"lint:prettier:fix": "pnpm run prettier -uw",
"prepare": "husky",
"prettier": "prettier --cache --log-level=warn \"./**/*\"",
"publish": "pnpm --filter '*builder' run build && pnpm -r publish",
"publish:next": "pnpm run publish --no-git-check --tag next",
"prestart": "pnpm --filter='!*web' run build",
"start": "pnpm run --parallel -r start",
"test": "pnpm run -r test"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@cspell/cspell-types": "^8.17.3",
"@kurone-kito/commitlint-config": "^0.17.2",
"@kurone-kito/cspell-config": "^0.17.2",
"@kurone-kito/eslint-config-solid": "^0.17.2",
"@kurone-kito/lint-staged-config": "^0.17.2",
"@kurone-kito/prettier-config": "^0.17.2",
"@kurone-kito/typescript-config": "^0.17.2",
"@typescript-eslint/parser": "^8.22.0",
"cspell": "^8.17.3",
"eslint": "^9.19.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"markdownlint-cli2": "^0.17.2",
"oxlint": "^0.15.8",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.8",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^5.0.10",
"typescript": "~5.7.3",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"engines": {
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"react": "18.3.1"
}
}
}