pronounsfu/package.json

26 lines
526 B
JSON
Raw Normal View History

{
"name": "pronouns",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2022-05-05 07:33:44 -07:00
"axios": "^0.27.2",
"bulma": "^0.9.3",
"react": "^18.0.0",
2022-05-05 07:33:44 -07:00
"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"
}
}