-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 6.82 KB
/
Copy pathpackage.json
File metadata and controls
143 lines (143 loc) · 6.82 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
139
140
141
142
143
{
"name": "pie-element",
"version": "0.0.0",
"private": true,
"description": "Modern PIE elements implementation with Svelte 5, Bun, and Turbo",
"workspaces": [
"packages/shared/*",
"packages/elements-react/*",
"packages/elements-react/*/demo",
"packages/elements-svelte/*",
"packages/lib-react/*",
"packages/lib-svelte/*",
"packages/element-player",
"packages/element-theme",
"packages/element-theme-daisyui",
"packages/print-player",
"packages/core",
"tools/cli",
"apps/element-demo",
"apps/element-a11y-demo",
"apps/learnosity-parity-demo",
"apps/esm-player-test"
],
"scripts": {
"postinstall": "lefthook install",
"hooks:install": "lefthook install",
"dev": "turbo run dev",
"build": "turbo run build",
"test": "vitest run",
"test:unit": "vitest run",
"test:watch": "vitest watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:e2e": "bun run --cwd apps/element-demo test:e2e",
"test:e2e:all": "turbo run test:e2e",
"test:a11y": "bun run --cwd apps/element-a11y-demo test:a11y",
"test:a11y:inventory": "bun run --cwd apps/element-a11y-demo test:a11y:inventory",
"test:a11y:ui": "bun run --cwd apps/element-a11y-demo test:a11y:ui",
"test:a11y:headed": "bun run --cwd apps/element-a11y-demo test:a11y:headed",
"a11y:confluence:check": "node scripts/a11y-confluence-sync.mjs check",
"a11y:confluence:dry-run": "node scripts/a11y-confluence-sync.mjs dry-run",
"a11y:confluence:bootstrap": "node scripts/a11y-confluence-sync.mjs bootstrap",
"a11y:confluence:push": "node scripts/a11y-confluence-sync.mjs push",
"a11y:confluence:pull-status": "node scripts/a11y-confluence-sync.mjs pull-status",
"test:iife": "node scripts/run-iife-suite.mjs",
"test:iife:bundle": "bun run --cwd apps/element-demo test:iife:bundle",
"test:iife:e2e": "bun run --cwd apps/element-demo test:e2e:iife:suite",
"test:iife:e2e:orchestrated": "bun run --cwd apps/element-demo test:e2e:iife:suite:orchestrated",
"lint": "biome check . && node scripts/verify-no-svelte-custom-element-tag.mjs",
"lint:all": "bun run lint && bun run verify:element-contracts",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"changeset": "changeset",
"changeset:plan": "node ./scripts/create-package-changeset.mjs",
"version": "changeset version",
"release": "bun run release:publish",
"release:publish": "bun run build && bun run verify:element-contracts && node ./scripts/changeset-publish-resolved-workspaces.mjs",
"release:publish:checked": "bun run verify:element-contracts && node ./scripts/changeset-publish-resolved-workspaces.mjs",
"release:manual": "bun run release:publish",
"release:publish:packages": "node ./scripts/release-publish-selective.mjs",
"release:publish:packages:env-token": "sh ./scripts/publish-with-env-token.sh",
"release:dist-tags:audit": "node ./scripts/backfill-dist-tags.mjs",
"release:dist-tags:apply": "node ./scripts/backfill-dist-tags.mjs --apply",
"release:label": "node ./scripts/create-release-label.mjs",
"release:label:push": "node ./scripts/create-release-label.mjs --push",
"clean": "turbo run clean && rm -rf node_modules",
"dev:element-demo": "bun run --cwd apps/element-demo dev",
"dev:element-demo:iife-local": "bun run --cwd apps/element-demo dev:iife:local",
"dev:element-demo:iife-hosted": "bun run --cwd apps/element-demo dev:iife:hosted",
"dev:a11y": "bun run --cwd apps/element-a11y-demo dev",
"dev:demo": "bun run cli:dev dev:demo",
"examples": "turbo run dev --filter=@pie-examples/*",
"cli": "turbo run build --filter=@pie-element/cli --log-order=stream && node tools/cli/bin/run.js",
"cli:dev": "turbo run build --filter=@pie-element/cli --log-order=stream && node tools/cli/bin/dev.js",
"upstream:check": "bun run cli upstream:check",
"upstream:check:verbose": "bun run cli upstream:check --verbose",
"upstream:track": "bun run cli upstream:track show",
"upstream:track:record": "bun run cli upstream:track record",
"upstream:deps": "bun run cli upstream:deps",
"upstream:status": "bun run cli upstream:track show && bun run cli upstream:check && bun run cli upstream:deps",
"upstream:analyze-esm": "bun run cli upstream:analyze-esm",
"upstream:analyze-esm:verbose": "bun run cli upstream:analyze-esm --verbose",
"upstream:sync": "bun run cli upstream:sync",
"upstream:sync:dry": "bun run cli upstream:sync --dry-run",
"upstream:sync:element": "bun run cli upstream:sync --element",
"upstream:update": "bun run cli upstream:update",
"upstream:update:dry": "bun run cli upstream:update --dry-run",
"verify:no-local-paths": "node scripts/check-no-local-paths.mjs",
"verify:runtime-support": "node scripts/verify-runtime-support-exports.mjs",
"verify:element-contracts": "bun ./scripts/verify-element-contracts.mjs",
"check:publish-surface": "bun ./scripts/check-publish-surface.mjs",
"check:sourcemaps": "bun ./scripts/check-sourcemap-sources.mjs",
"verify:dependency-integrity": "bun run cli verify:dependency-integrity",
"evals": "turbo run test:evals",
"evals:ui": "turbo run test:evals:ui",
"evals:headed": "turbo run test:evals:headed",
"dev:learnosity-parity": "bun run --cwd apps/learnosity-parity-demo dev",
"test:learnosity-parity": "bun run --cwd apps/learnosity-parity-demo test:e2e",
"test:learnosity-parity:ui": "bun run --cwd apps/learnosity-parity-demo test:e2e:ui",
"test:learnosity-parity:headed": "bun run --cwd apps/learnosity-parity-demo test:e2e:headed",
"learnosity:capture-baselines": "bun run --cwd apps/learnosity-parity-demo capture:baselines"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.0",
"@biomejs/biome": "^2.3.5",
"@changesets/cli": "^2.29.8",
"@playwright/test": "^1.57.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/dompurify": "^3.2.0",
"@types/glob": "^9.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.0.3",
"@types/prop-types": "^15.7.15",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"bun-types": "^1.3.11",
"glob": "^13.0.0",
"happy-dom": "^20.0.11",
"import-meta-resolve": "^4.2.0",
"js-yaml": "^4.1.1",
"lefthook": "^2.0.13",
"obug": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^5.54.0",
"turbo": "^2.9.9",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"vitest": "^4.1.0"
},
"packageManager": "bun@1.3.11",
"engines": {
"node": ">=20.0.0",
"bun": ">=1.3.11"
},
"license": "MIT",
"dependencies": {},
"patchedDependencies": {
"@pie-framework/mathquill@1.2.1-beta.1": "patches/@pie-framework%2Fmathquill@1.2.1-beta.1.patch"
}
}