Files
mutiny-web/package.json
2023-03-14 16:25:34 -05:00

37 lines
907 B
JSON

{
"name": "next-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"class-variance-authority": "^0.4.0",
"framer-motion": "^8.5.4",
"nostr-react": "^0.6.4",
"nostr-tools": "^1.3.2",
"qr-scanner": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-linkify": "1.0.0-alpha",
"react-modal-sheet": "^1.10.0",
"react-router-dom": "^6.8.0"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-linkify": "^1.0.1",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.1"
}
}