CMU Coding Bootcamp
at main 46 lines 1.3 kB view raw
1{ 2 "name": "my-blog", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "vite build", 9 "lint": "eslint .", 10 "preview": "vite preview", 11 "test": "react-scripts test --env=jsdom", 12 "deploy": "node scripts/deploy.js", 13 "generate-sw": "workbox generateSW" 14 }, 15 "dependencies": { 16 "axios": "^1.7.9", 17 "framer-motion": "^11.13.4", 18 "moment": "^2.30.1", 19 "process": "^0.11.10", 20 "react": "^18.3.1", 21 "react-dom": "^18.3.1", 22 "react-error-boundary": "^4.1.2", 23 "react-icons": "^5.3.0", 24 "react-loader-spinner": "^6.1.6", 25 "react-markdown": "^9.0.1", 26 "react-router-dom": "^6.28.0", 27 "react-scripts": "^5.0.1" 28 }, 29 "devDependencies": { 30 "@eslint/js": "^9.13.0", 31 "@testing-library/dom": "^10.4.0", 32 "@testing-library/jest-dom": "^6.6.3", 33 "@testing-library/react": "^16.1.0", 34 "@testing-library/react-hooks": "^8.0.1", 35 "@types/react": "^18.3.12", 36 "@types/react-dom": "^18.3.1", 37 "@vitejs/plugin-react": "^4.3.3", 38 "eslint": "^9.13.0", 39 "eslint-plugin-react": "^7.37.2", 40 "eslint-plugin-react-hooks": "^5.0.0", 41 "eslint-plugin-react-refresh": "^0.4.14", 42 "globals": "^15.11.0", 43 "jest": "^29.7.0", 44 "vite": "^5.4.10" 45 } 46}