No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 289B

12345678910111213141516
  1. {
  2. "version": "0.0.0",
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "vite build",
  6. "serve": "vite preview"
  7. },
  8. "dependencies": {
  9. "react": "^17.0.0",
  10. "react-dom": "^17.0.0"
  11. },
  12. "devDependencies": {
  13. "@vitejs/plugin-react-refresh": "^1.3.1",
  14. "vite": "^2.3.5"
  15. }
  16. }