Files
tools/package.json
alex ca0074dcad
Build and Publish Docker Image / build (push) Successful in 33s
init
2026-07-28 02:09:46 -04:00

34 lines
736 B
JSON

{
"name": "tools",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"diff": "^7.0.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/diff": "^5.2.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"allowScripts": {
"esbuild@0.21.5": true
}
}