DDRCompanion/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2024-05-14 21:03:59 +00:00
{
2024-05-15 19:28:21 +00:00
"name": "ddr-companion",
2024-05-14 21:03:59 +00:00
"version": "1.0.0",
"description": "",
2024-05-15 19:28:21 +00:00
"license": "AGPL-3.0-only",
2024-05-14 21:03:59 +00:00
"main": "index.js",
"scripts": {
"dev": "vite",
2024-05-15 17:57:16 +00:00
"build": "vite build",
2024-05-15 22:29:17 +00:00
"preview": "vite preview",
2024-05-15 19:17:01 +00:00
"check": "tsc",
2024-05-15 17:57:16 +00:00
"generate-pwa-assets": "pwa-assets-generator"
2024-05-14 21:03:59 +00:00
},
"type": "module",
"keywords": [],
"author": "",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
2024-05-15 17:57:16 +00:00
"@types/ndjson": "^2.0.4",
2024-05-14 21:03:59 +00:00
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
2024-05-16 01:04:15 +00:00
"@types/sql.js": "^1.4.9",
2024-05-15 17:57:16 +00:00
"@vite-pwa/assets-generator": "^0.2.4",
2024-05-14 21:03:59 +00:00
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.6.0",
2024-05-15 17:57:16 +00:00
"fraction.js": "^4.3.7",
2024-05-15 19:28:21 +00:00
"js-green-licenses": "^4.0.0",
2024-05-14 21:03:59 +00:00
"sass": "^1.77.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pwa": "^0.20.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
2024-05-16 01:04:15 +00:00
"@fontsource/inter": "^5.0.18",
"@jlongster/sql.js": "^1.6.7",
2024-05-14 21:03:59 +00:00
"@mui/icons-material": "^5.15.17",
2024-05-16 01:04:15 +00:00
"@mui/joy": "5.0.0-beta.36",
2024-05-14 21:03:59 +00:00
"@mui/material": "^5.15.17",
2024-05-15 17:57:16 +00:00
"@tanstack/react-query": "^5.36.1",
2024-05-16 01:04:15 +00:00
"@tanstack/react-table": "^8.17.3",
"@zlepper/rpc": "^0.0.10",
"@zlepper/web-worker-rpc": "^0.0.10",
"absurd-sql": "^0.0.54",
2024-05-15 22:29:17 +00:00
"classnames": "^2.5.1",
"jotai": "^2.8.0",
2024-05-15 17:57:16 +00:00
"ndjson": "^2.0.0",
2024-05-14 21:03:59 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.23.1",
2024-05-15 17:57:16 +00:00
"react-router-dom": "^6.23.1",
2024-05-16 01:04:15 +00:00
"stream-json": "^1.8.0",
"worker-rpc": "^0.2.0"
2024-05-14 21:03:59 +00:00
}
}