{ "private": true, "name": "lucid-creations-media-website", "homepage": "https://github.com/LucidCreationsMedia/LucidCreationsWebsite", "version": "0.1.0", "author": { "name": "Lucid Creations Media", "url": "https://lucidcreations.media", "email": "social@lucidcreations.media" }, "scripts": { "dev": "next", "build": "next build", "start": "next start", "type-check": "tsc", "lint": "next lint" }, "dependencies": { "next": "^11.1.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@types/node": "^16.4.13", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "eslint": "^7.32.0", "eslint-config-next": "^11.0.1", "prisma": "^3.0.2", "typescript": "4.3.5" }, "license": "MIT" }