Files
box-manifest-android/web/package.json
T

28 lines
625 B
JSON

{
"name": "box-manifest-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"typecheck": "tsc --noEmit --pretty false",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/inter": "^5.3.0",
"jspdf": "^4.2.1",
"qrcode": "^1.5.4",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.0",
"typescript": "^7.0.2",
"vite": "^8.2.2"
}
}