-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.81 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 5.81 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
{
"$schema": "https://json.schemastore.org/package",
"author": "Romain Racamier-Lafon <romain.racamier@gmail.com>",
"bugs": "https://github.com/Shuunen/monorepo/issues",
"description": "the monorepo for my beloved projects",
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@emotion/is-prop-valid": "^1.4.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@happy-dom/global-registrator": "^20.7.0",
"@hookform/resolvers": "^5.2.2",
"@jridgewell/gen-mapping": "^0.3.13",
"@jridgewell/trace-mapping": "^0.3.31",
"@nx/devkit": "22.5.3",
"@nx/js": "22.5.3",
"@nx/playwright": "22.5.3",
"@nx/react": "22.5.3",
"@nx/shared-fs-cache": "^5.0.0",
"@nx/storybook": "22.5.3",
"@nx/vite": "22.5.3",
"@nx/vitest": "22.5.3",
"@nx/web": "22.5.3",
"@nx/workspace": "22.5.3",
"@oxlint/plugins": "^1.51.0",
"@playwright/test": "~1.58.2",
"@storybook/react-vite": "^10.2.14",
"@swc-node/core": "^1.14.1",
"@swc-node/register": "1.11.1",
"@tailwindcss/vite": "~4.2.1",
"@tanstack/react-router": "^1.163.3",
"@testing-library/react": "~16.3.2",
"@types/cli-progress": "^3.11.6",
"@types/node": "~25.3.3",
"@types/react": "~19.2.14",
"@types/react-dom": "~19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260302.1",
"@vitejs/plugin-react": "~5.1.4",
"@vitest/coverage-v8": "^4.0.18",
"appwrite": "^22.4.1",
"bun": "^1.3.10",
"cli-progress": "^3.12.0",
"date-fns": "^4.1.0",
"dequal": "^2.0.3",
"es-toolkit": "^1.45.0",
"happy-dom": "^20.7.0",
"knip": "^5.85.0",
"lucide-react": "^0.576.0",
"nx": "22.5.3",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"react": "~19.2.4",
"react-dom": "~19.2.4",
"react-hook-form": "^7.71.2",
"react-imask": "^7.6.1",
"react-router-dom": "^7.13.1",
"sherif": "^1.10.0",
"side-channel": "^1.1.0",
"storybook": "^10.2.14",
"tailwindcss": "~4.2.1",
"tiny-glob": "~0.2.9",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.18",
"zod": "^4.3.6"
},
"files": [
"apps",
"libs"
],
"homepage": "https://github.com/Shuunen/monorepo",
"keywords": [
"monorepo",
"react",
"vite",
"tailwindcss",
"nx"
],
"license": "MIT",
"name": "@monorepo/source",
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Shuunen/monorepo.git"
},
"scripts": {
"add:app": "bun apps/sample-web-app/src/bin/add-app.cli.ts",
"add:shadcn": "bun libs/components/bin/add.cli.ts",
"build": "nx run-many -t build,list && echo build success",
"check": "pnpm lint && pnpm check:nx && echo check success",
"check:eslint": "bun apps/one-file/src/eslint-cleaner.cli.ts && echo check:eslint success",
"check:lock": "pnpm install && echo check:lock success",
"check:nx": "nx affected -t ts-check,lint,test,build,e2e,list,build-storybook,test-storybook && echo check:nx success",
"check:nx:all": "nx run-many -t ts-check,lint,test,build,e2e,list,build-storybook,test-storybook && echo check:nx:all success",
"check:ts-check": "nx affected -t ts-check && echo check:ts-check success",
"check:ts-check:all": "nx run-many -t ts-check && echo check:ts-check:all success",
"clean": "pnpm clean:nx && pnpm clean:folders && pnpm clean:modules && echo clean success",
"clean:folders": "rm -rf ./*/*/out-tsc ./*/*/test-output ./*/*/dist && echo clean:folders success",
"clean:modules": "rm -rf ./node_modules/ ./*/*/node_modules/ && pnpm install --force && echo clean:modules success",
"clean:nx": "nx reset && echo clean:nx success",
"clean:v2": "rm -rf ./*/*/out-tsc ./*/*/test-output ./*/*/dist && pnpm install --force && echo clean:v2 success",
"cs": "bun apps/config-sync",
"dev": "nx dev components",
"lint": "pnpm lint:oxfmt && pnpm lint:oxlint && pnpm lint:biome && pnpm lint:sherif && echo lint success",
"lint:biome": "biome check --error-on-warnings --write --unsafe && echo lint:biome success",
"lint:ci": "oxfmt --check && oxlint --deny-warnings && biome check --error-on-warnings && echo lint:ci success",
"lint:oxfmt": "oxfmt --write && echo lint:oxfmt success",
"lint:oxlint": "oxlint --deny-warnings --fix --fix-suggestions --fix-dangerously --report-unused-disable-directives && echo lint:oxlint success",
"lint:sherif": "sherif && echo lint:sherif success",
"list": "nx run-many -t list && echo list success",
"postversion": "git push && git push --tags",
"preversion": "pnpm check",
"sb": "pnpm run storybook:run",
"sbt": "pnpm run storybook:test",
"storybook:build": "nx build-storybook components && echo storybook:build success",
"storybook:doctor": "pnpm exec storybook doctor && echo storybook:doctor success",
"storybook:report": "pnpm --dir libs/components exec vite preview --outDir storybook-html-reports",
"storybook:run": "nx run-storybook components --no-version-updates",
"storybook:test": "nx test-storybook components && echo storybook:test success",
"test": "nx run-many -t test && echo test success",
"test:update": "nx run-many -t test --update && echo test:update success",
"up:deps": "pnpm update --recursive --latest && echo up:deps success",
"up:nx": "pnpx nx@latest migrate latest && echo up:nx success",
"up:sb": "pnpx storybook@latest upgrade && echo up:sb success",
"up:shadcn": "bun libs/components/bin/update.cli.ts",
"up:taze": "pnpx taze major --write && echo up:taze success"
},
"sherif": {
"failOnWarnings": true,
"ignorePackage": [
"one-file"
]
},
"version": "1.0.0"
}