-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 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
{
"name": "resolid-react-ui",
"private": true,
"homepage": "https://ui.resolid.tech",
"repository": {
"type": "git",
"url": "https://github.com/resolid/react-ui.git"
},
"type": "module",
"scripts": {
"build": "pnpm run --filter website... build",
"build:packages": "pnpm run --filter @resolid/* build",
"build:vercel": "VERCEL=1 pnpm run --filter website... build",
"dev": "pnpm run --filter website dev",
"changeset": "changeset",
"format": "oxfmt",
"preinstall": "npx only-allow pnpm",
"lint": "pnpm run -r --if-present lint",
"start": "pnpm run --filter website start",
"test:packages": "pnpm run --filter @resolid/* test",
"typecheck": "pnpm run -r --if-present typecheck"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@resolid/config": "^5.3.15",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@tailwindcss/language-server": "^0.14.29",
"@types/node": "^24.12.3",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-you-might-not-need-an-effect": "^0.10.1",
"lefthook": "^2.1.6",
"oxfmt": "^0.49.0",
"oxlint": "^1.64.0",
"oxlint-tsgolint": "^0.22.1",
"typescript": "^6.0.3"
},
"engines": {
"node": "^22.13.0 || >=24"
},
"packageManager": "pnpm@11.1.0"
}