mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-07-16 09:37:23 +00:00
21 lines
387 B
JSON
21 lines
387 B
JSON
{
|
|
"name": "pipeline-results-viewer",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sql.js": "^1.4.11",
|
|
"sass": "^1.101.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.12"
|
|
},
|
|
"dependencies": {
|
|
"sql.js": "^1.14.1"
|
|
}
|
|
}
|