-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.48 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.48 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
{
"name": "object-ui-monorepo",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://www.objectui.org",
"packageManager": "pnpm@10.31.0",
"engines": {
"node": ">=22",
"pnpm": ">=9"
},
"workspaces": [
"packages/*",
"examples/*",
"apps/*",
"docs"
],
"scripts": {
"dev": "pnpm --filter @object-ui/console dev",
"start": "pnpm --filter @object-ui/console preview",
"build": "turbo run build --filter=!@object-ui/site",
"build:all": "turbo run build",
"test": "vitest run",
"test:unit": "vitest run --project unit",
"test:integration": "vitest run --project ui",
"site:dev": "pnpm --filter @object-ui/site dev",
"site:build": "pnpm --filter @object-ui/site build",
"site:start": "pnpm --filter @object-ui/site start",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "turbo run lint",
"lint:coverage": "node scripts/check-lint-coverage.mjs",
"type-check": "turbo run type-check",
"type-check:coverage": "node scripts/check-type-check-coverage.mjs",
"check:spec-symbols": "node scripts/check-spec-symbol-derivation.mjs",
"cli": "node packages/cli/dist/cli.js",
"objectui": "node packages/cli/dist/cli.js",
"create-plugin": "node packages/create-plugin/dist/index.js",
"docs:api": "typedoc",
"docs:check-links": "node scripts/check-doc-links.mjs",
"doctor": "node packages/cli/dist/cli.js doctor",
"studio": "node packages/cli/dist/cli.js studio",
"check": "node packages/cli/dist/cli.js check",
"generate": "node packages/cli/dist/cli.js generate",
"g": "node packages/cli/dist/cli.js generate",
"shadcn:analyze": "node scripts/component-analysis.js",
"shadcn:check": "node scripts/shadcn-sync.js --check",
"shadcn:update": "node scripts/shadcn-sync.js --update",
"shadcn:update-all": "node scripts/shadcn-sync.js --update-all --backup",
"build:console": "pnpm --filter @object-ui/console build",
"shadcn:diff": "node scripts/shadcn-sync.js --diff",
"shadcn:list": "node scripts/shadcn-sync.js --list",
"changeset:check": "node scripts/check-changeset-fixed.mjs",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:live": "playwright test --config=playwright.live.config.ts",
"test:e2e:import-harness": "playwright test --config=playwright.import-harness.config.ts",
"test:e2e:import-console": "playwright test --config=playwright.import-console.config.ts"
},
"devDependencies": {
"@changesets/cli": "^2.31.1",
"@eslint/js": "^10.0.1",
"@objectstack/spec": "^17.0.0-rc.1",
"@playwright/test": "^1.62.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/ui": "^4.1.10",
"autoprefixer": "^10.5.4",
"axe-core": "^4.12.1",
"concurrently": "^10.0.4",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.8.0",
"happy-dom": "^20.11.1",
"jsdom": "^30.0.0",
"msw": "^2.15.0",
"playwright": "^1.62.0",
"prettier": "^3.9.6",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-router-dom": "^7.18.1",
"rollup-plugin-visualizer": "^7.0.1",
"tailwindcss": "^4.3.3",
"tslib": "^2.8.1",
"tsx": "^4.23.1",
"turbo": "^2.10.7",
"typedoc": "^0.28.20",
"typedoc-plugin-markdown": "^4.12.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vite-plugin-compression2": "^2.5.3",
"vitest": "^4.1.10",
"vitest-axe": "^0.1.0",
"wait-on": "^9.1.0"
},
"pnpm": {
"overrides": {
"react": "19.2.8",
"react-dom": "19.2.8",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"dompurify": "^3.4.5",
"qs@<6.15.2": "^6.15.2",
"shell-quote@<1.8.4": "^1.8.4",
"tmp@<0.2.6": "^0.2.6",
"uuid@<11.1.1": "^11.1.1"
},
"patchedDependencies": {
"@radix-ui/react-focus-scope": "patches/@radix-ui__react-focus-scope.patch"
}
},
"dependencies": {
"coverage-v8": "0.0.1-security"
},
"msw": {
"workerDirectory": [
"public"
]
}
}