{ "name": "pronouns", "private": true, "version": "0.0.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "axios": "^0.27.2", "bulma": "^0.9.3", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "6", "recoil": "^0.7.2" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^1.3.0", "typescript": "^4.6.3", "vite": "^2.9.7" } }