-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 907 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 907 Bytes
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
{
"name": "ddxx7",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"validate:fm:prepare": "node validation/scripts/prepare_reference.mjs",
"validate:fm:render": "node validation/scripts/render_reference_dx7.mjs && node validation/scripts/render_ddxx7.mjs",
"validate:fm:analyze": "node validation/scripts/audit_fm_impl.mjs && node validation/scripts/run_audio_ear.mjs && python3 validation/scripts/aggregate_results.py",
"validate:fm": "npm run validate:fm:prepare && npm run validate:fm:render && npm run validate:fm:analyze"
},
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"playwright": "^1.56.1",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}