-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.73 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.73 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
{
"name": "rozenite-monorepository",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"build:all": "turbo run build",
"typecheck:all": "turbo run typecheck",
"lint:all": "turbo run lint",
"format:all": "prettier --check .",
"format:all:fix": "prettier . --write",
"checks:all": "pnpm typecheck:all && pnpm lint:all && pnpm format:all",
"release:plan": "changeset status",
"start:playground": "pnpm --filter @rozenite/playground start",
"start:playground:android": "pnpm --filter @rozenite/playground android",
"start:playground:ios": "pnpm --filter @rozenite/playground ios"
},
"private": true,
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.8.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "18.16.9",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^3.0.0",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"husky": "^9.1.7",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2",
"tslib": "^2.3.0",
"turbo": "^2.4.0",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "catalog:",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.0"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
"resolutions": {
"@microsoft/api-extractor": "7.48.1"
}
}