ImageUploader

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

package.json (781B)


      1 {
      2   "name": "image-uploader",
      3   "version": "0.1.0",
      4   "private": true,
      5   "scripts": {
      6     "dev": "next dev",
      7     "build": "next build",
      8     "start": "next start",
      9     "lint": "next lint"
     10   },
     11   "dependencies": {
     12     "@emotion/cache": "^11.14.0",
     13     "@emotion/react": "^11.14.0",
     14     "@emotion/styled": "^11.14.0",
     15     "@mui/icons-material": "^6.3.1",
     16     "@mui/material": "^6.3.1",
     17     "@mui/material-nextjs": "^6.3.1",
     18     "next": "15.1.3",
     19     "react": "^19.0.0",
     20     "react-dom": "^19.0.0",
     21     "react-dropzone": "^14.3.5"
     22   },
     23   "devDependencies": {
     24     "@types/node": "^22.10.5",
     25     "@types/react": "^19.0.3",
     26     "@types/react-dom": "^19.0.2",
     27     "eslint": "^9.17.0",
     28     "eslint-config-next": "15.1.3",
     29     "typescript": "^5.7.2"
     30   },
     31   "packageManager": "pnpm@9.15.3"
     32 }