{ "name": "landing", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "axios": "^0.19.2", "classnames": "^2.2.6", "js-cookie": "^2.2.1", "next": "9.4.4", "react": "16.13.1", "react-dom": "16.13.1", "sass": "^1.26.9", "shortid": "^2.2.15" }, "devDependencies": { "@types/node": "^14.0.14", "@types/react": "^16.9.41", "typescript": "^3.9.5" } }