mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
Brings in the dev-side prose / bib / math fixes that landed since the
yaml-audit branch was cut, and resolves three small conflicts:
* interviews/vault-cli/scripts/archive/split_corpus.py
origin/dev deleted it (archive cleanup); we honor the deletion.
* interviews/vault-cli/scripts/validate_drafts.py
origin/dev removed a leftover no-op statement; took theirs.
* interviews/vault-cli/scripts/summarize_proposed_chains.py
origin/dev renamed loop var lvl→level; took theirs.
The two protected qmds (data_selection.qmd, model_compression.qmd)
are temp-stashed before the merge to honor the 'do not touch' rule;
restored after the merge commit lands.
After this commit, yaml-audit contains every commit on origin/dev as
an ancestor, so dev can fast-forward to yaml-audit's tip when the
maintainer is ready to merge.
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "staffml",
|
|
"version": "0.0.1-dev",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "node scripts/sync-periodic-table.mjs && node scripts/build-local-corpus.mjs",
|
|
"dev": "next dev",
|
|
"prebuild": "node scripts/sync-periodic-table.mjs",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"sync:periodic-table": "node scripts/sync-periodic-table.mjs",
|
|
"build:local-corpus": "node scripts/build-local-corpus.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@react-sigma/core": "^5.0.6",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.38.0",
|
|
"graphology": "^0.26.0",
|
|
"graphology-layout-forceatlas2": "^0.10.1",
|
|
"lucide-react": "^1.14.0",
|
|
"next": "^16.2.4",
|
|
"react": "^19",
|
|
"react-dom": "^19",
|
|
"react-medium-image-zoom": "^5.4.5",
|
|
"sigma": "^3.0.3"
|
|
},
|
|
"overrides": {
|
|
"picomatch": ">=2.3.2",
|
|
"postcss": "^8.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@tailwindcss/postcss": "^4.2.4",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^25",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"autoprefixer": "^10.4.27",
|
|
"eslint": "10.3.0",
|
|
"eslint-config-next": "16.2.4",
|
|
"js-yaml": "^4.1.1",
|
|
"jsdom": "^29.1.1",
|
|
"postcss": "^8.5.12",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "^6",
|
|
"vitest": "^4.1.5"
|
|
}
|
|
}
|