Files
mutiny-web/package.json
2023-02-11 19:38:30 -06:00

35 lines
856 B
JSON

{
"name": "next-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"bech32": "^2.0.0",
"class-variance-authority": "^0.4.0",
"framer-motion": "^8.5.4",
"linky": "^1.7.0",
"nostr-react": "^0.6.4",
"nostr-tools": "^1.3.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/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@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"
}
}