{ "name": "plane", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@headlessui/react": "^1.7.3", "@heroicons/react": "^2.0.12", "axios": "^1.1.3", "js-cookie": "^3.0.1", "next": "12.2.2", "prosemirror-example-setup": "^1.2.1", "prosemirror-model": "^1.18.1", "prosemirror-schema-basic": "^1.2.0", "prosemirror-schema-list": "^1.2.2", "prosemirror-state": "^1.4.2", "prosemirror-view": "^1.29.0", "react": "18.2.0", "react-beautiful-dnd": "^13.1.1", "react-color": "^2.19.3", "react-dom": "18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.38.0", "swr": "^1.3.0", "uuid": "^9.0.0" }, "devDependencies": { "@types/js-cookie": "^3.0.2", "@types/lodash": "^4.14.188", "@types/node": "18.0.6", "@types/react": "18.0.15", "@types/react-beautiful-dnd": "^13.1.2", "@types/react-color": "^3.0.6", "@types/react-dom": "18.0.6", "@types/uuid": "^8.3.4", "autoprefixer": "^10.4.7", "eslint": "8.20.0", "eslint-config-next": "12.2.2", "postcss": "^8.4.14", "tailwindcss": "^3.1.6", "typescript": "4.7.4" } }