Skip to content

Commit

Permalink
AAO UI (#11499)
Browse files Browse the repository at this point in the history
Co-authored-by: isaac <[email protected]>
  • Loading branch information
stereosteve and isaacsolo authored Mar 4, 2025
1 parent 09c6315 commit 18a5dea
Show file tree
Hide file tree
Showing 7 changed files with 1,104 additions and 103 deletions.
55 changes: 51 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,28 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "ts-node-dev --respawn ./src/index.ts",
"dev": "ts-node-dev --respawn ./src/server.tsx",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "tsc --noEmit && eslint \"src/**/*.ts*\"",
"start": "node ./dist/index.js",
"start": "node ./dist/server.js",
"test": "jest --detectOpenHandles"
},
"jest": {
"preset": "jest-presets/jest/node"
},
"dependencies": {
"@audius/sdk": "5.0.0",
"@hono/node-server": "^1.13.7",
"@pedalboard/basekit": "*",
"@pedalboard/logger": "*",
"@pedalboard/storage": "*",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.17.1",
"hono": "^4.6.17",
"morgan": "^1.10.0",
"@audius/sdk": "5.0.0"
"postgres": "^3.4.5"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
Expand Down
Loading

0 comments on commit 18a5dea

Please sign in to comment.