generated from alanlu-dev/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.8 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
{
"name": "@alanlu-dev/elements",
"type": "commonjs",
"private": true,
"packageManager": "[email protected]",
"description": "A collection of web components.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alanlu-dev/elements.git"
},
"bugs": {
"url": "https://github.com/alanlu-dev/elements/issues"
},
"engines": {
"node": ">=20.11.1",
"pnpm": ">=8.15.5",
"npm": "use pnpm please!",
"yarn": "use pnpm please!"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky && pnpm packages:prepare && pnpm apps:prepare",
"packages:prepare": "turbo run pkg:prepare",
"apps:prepare": "turbo run app:prepare",
"apps:cleanup": "turbo run cleanup",
"turbo:clean": "npx rimraf --glob ./**/.turbo",
"modules:clean": "npx rimraf --glob ./**/node_modules ./pnpm-lock.yaml",
"pnpm:clean": "pnpm store prune",
"build:clean": "turbo run build:clean --filter=./packages/**",
"build": "turbo run build",
"rebuild:all": "pnpm build:clean && turbo run build --force --no-cache",
"check": "turbo run test lint typecheck --parallel && pnpm lint:cspell",
"test": "turbo run test",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"coverage": "turbo run coverage",
"lint:cspell": "pnpm cspell . --unique --no-progress --no-must-find-files",
"lint:cspell:only-changed": "git diff --name-only | npx cspell --file-list stdin",
"nuxt-demo": "pnpm --filter=@alanlu-dev/nuxt-demo",
"nuxt-demo:dev": "turbo run dev --filter=@alanlu-dev/nuxt-demo --filter=./packages/**",
"taze": "npx taze",
"change": "changeset",
"change:commit": "pnpm auto-changeset",
"update:version": "changeset version",
"publish": "pnpm release:only",
"release:only": "changeset publish",
"commit": "czg",
"commit:changeset": "czg :changeset"
},
"devDependencies": {
"@alanlu-dev/changeset": "^1.0.1",
"@alanlu-dev/commitlint-config": "^1.0.0",
"@alanlu-dev/eslint-config-base": "^1.0.0",
"@alanlu-dev/lint-staged-config": "^1.0.0",
"@alanlu-dev/markdownlint-config": "^1.0.0",
"@alanlu-dev/mastercss-config": "^1.0.1",
"@alanlu-dev/prettier-config": "^1.0.0",
"@alanlu-dev/stylelint-config": "^1.0.0",
"@alanlu-dev/tsconfig": "^1.0.0",
"@alanlu-dev/types": "^1.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4",
"cspell": "^8.6.1",
"dotenv": "^16.4.5",
"happy-dom": "^14.3.9",
"husky": "^9.0.11",
"playwright-core": "^1.42.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"turbo": "^1.13.0",
"unbuild": "3.0.0-rc.1",
"vite": "^5.2.14",
"vitest": "^1.4.0"
}
}