36 lines
982 B
JSON
36 lines
982 B
JSON
{
|
|
"name": "@opendaw/app-headless",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.ts\""
|
|
},
|
|
"dependencies": {
|
|
"@opendaw/lib-box": "^0.0.0",
|
|
"@opendaw/lib-dom": "^0.0.0",
|
|
"@opendaw/lib-dsp": "^0.0.0",
|
|
"@opendaw/lib-jsx": "^0.0.0",
|
|
"@opendaw/lib-runtime": "^0.0.0",
|
|
"@opendaw/lib-std": "^0.0.0",
|
|
"@opendaw/studio-adapters": "^0.0.0",
|
|
"@opendaw/studio-boxes": "^0.0.0",
|
|
"@opendaw/studio-core": "^0.0.0",
|
|
"@opendaw/studio-enums": "^0.0.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@opendaw/eslint-config": "^0.0.0",
|
|
"@opendaw/typescript-config": "^0.0.0",
|
|
"@types/node": "^22.15.18",
|
|
"eslint": "^8.57.0",
|
|
"sass": "^1.88.0",
|
|
"vite": "^7.0.2",
|
|
"vite-plugin-cross-origin-isolation": "^0.1.6"
|
|
}
|
|
}
|