package.json
1 { 2 "name": "sharedride", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "next build", 8 "package": "BACKEND_URL=https://api.welkedeelauto.nl open-next build", 9 "start": "next start", 10 "lint": "next lint", 11 "prettier-format": "prettier app/**/*.{js,css} --write" 12 }, 13 "dependencies": { 14 "@ducanh2912/next-pwa": "^10.2.5", 15 "@react-google-maps/api": "^2.19.2", 16 "@types/react": "^18.2.37", 17 "next": "14.1.4", 18 "nextjs-current-url": "^1.0.3", 19 "open-next": "^2.3.8", 20 "react": "^18", 21 "react-copy-to-clipboard": "^5.1.0", 22 "react-dom": "^18", 23 "request": "^2.88.2", 24 "use-immer": "^0.9.0" 25 }, 26 "devDependencies": { 27 "autoprefixer": "^10.0.1", 28 "eslint": "8.53.0", 29 "eslint-config-next": "14.0.1", 30 "postcss": "^8", 31 "prettier": "^2.7.1", 32 "prettier-plugin-tailwindcss": "^0.1.13", 33 "tailwindcss": "^3.3.0", 34 "webpack": "^5.91.0" 35 } 36 }