-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.35 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.35 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
{
"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/print-player",
"packages/core",
"tools/cli",
"apps/element-demo",
"apps/esm-player-test"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build --filter=!@pie-element/math-inline --filter=!@pie-element/math-templated",
"test": "vitest run",
"test:unit": "vitest run",
"test:watch": "vitest watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:e2e": "turbo run test:e2e",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"changeset": "changeset",
"version": "changeset version",
"release": "bun run build && bun run cli verify:controllers && changeset publish",
"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:demo": "bun run cli:dev dev:demo",
"examples": "turbo run dev --filter=@pie-examples/*",
"cli": "bun run --cwd tools/cli build && node tools/cli/bin/run.js",
"cli:dev": "bun run --cwd tools/cli build && 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",
"evals": "turbo run test:evals",
"evals:ui": "turbo run test:evals:ui",
"evals:headed": "turbo run test:evals:headed"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.0",
"@biomejs/biome": "^2.3.5",
"@changesets/cli": "^2.29.8",
"@playwright/test": "^1.57.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.51.0",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.2.0",
"@types/glob": "^9.0.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.21",
"@types/node": "^25.0.3",
"@types/prop-types": "^15.7.15",
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.17",
"@vitest/ui": "^4.0.17",
"bun-types": "^1.3.5",
"daisyui": "^5.5.18",
"glob": "^13.0.0",
"happy-dom": "^20.0.11",
"import-meta-resolve": "^4.2.0",
"js-yaml": "^4.1.1",
"lefthook": "^2.0.13",
"lodash-es": "^4.17.21",
"obug": "^2.1.1",
"prosemirror-commands": "^1.7.1",
"prosemirror-history": "^1.5.0",
"prosemirror-keymap": "^1.2.3",
"prosemirror-model": "^1.25.4",
"prosemirror-schema-list": "^1.5.1",
"prosemirror-state": "^1.4.4",
"prosemirror-transform": "^1.11.0",
"prosemirror-view": "^1.41.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^5.51.0",
"tailwindcss": "^4.1.18",
"turbo": "^2.8.8",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.17"
},
"packageManager": "bun@1.3.7",
"engines": {
"node": ">=20.0.0",
"bun": ">=1.3.7"
},
"license": "MIT",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"mathquill": "0.10.1",
"@pie-framework/math-validation": "^1.4.2",
"@tiptap/core": "^3.18.0",
"nested-property": "^4.0.0",
"pluralize": "^8.0.0",
"react-transition-group": "^4.4.5"
}
}