DDRCompanion/package.json
Michael Zhang cb553b52bd
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
wip
2024-05-15 13:57:16 -04:00

44 lines
1.1 KiB
JSON

{
"name": "DDRCompanion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"generate-pwa-assets": "pwa-assets-generator"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/ndjson": "^2.0.4",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"fraction.js": "^4.3.7",
"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",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@tanstack/react-query": "^5.36.1",
"can-ndjson-stream": "^1.0.2",
"ndjson": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"stream-json": "^1.8.0"
}
}