{ "name": "bs-school-manager", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@types/node": "18.16.1", "@types/react": "18.2.0", "@types/react-dom": "18.2.1", "autoprefixer": "10.4.14", "eslint": "8.39.0", "eslint-config-next": "13.3.1", "next": "13.3.1", "postcss": "8.4.23", "react": "18.2.0", "react-dom": "18.2.0", "react-phone-number-input": "^3.2.22", "react-select": "^5.7.3", "react-select-country-list": "^2.2.3", "tailwindcss": "3.3.2", "typescript": "5.0.4" } }