Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "demo",
- "version": "1.0.0",
- "description": "WIP",
- "main": "index.js",
- "type": "module",
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start"
- },
- "keywords": [],
- "author": "Supermancho",
- "license": "UNLICENSED",
- "repository": {},
- "dependencies": {
- "@apollo/client": "^3.10.8",
- "@loadable/component": "^5.16.4",
- "@next/eslint-plugin-next": "^14.2.4",
- "body-parser": "^1.20.1",
- "child_process": "^1.0.2",
- "eslint": "^8.33.0",
- "graphql": "^16.9.0",
- "http": "^0.0.1-security",
- "https": "^1.0.0",
- "lodash": "^4.17.21",
- "next": "^14.2.4",
- "nextjs-cors": "^2.2.0",
- "pg": "^8.9.0",
- "postgres": "^3.3.5",
- "prop-types": "^15.8.1",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-query": "^3.39.3",
- "redis": "^4.6.4",
- "simpleflakes": "^2.2.2"
- },
- "devDependencies": {
- "@babel/eslint-parser": "^7.24.7",
- "@getify/eslint-plugin-proper-ternary": "^3.1.1",
- "@types/node": "20.14.9",
- "@types/react": "18.3.3",
- "typescript": "5.5.3"
- },
- "engines": {
- "npm": ">=7.0.0",
- "node": ">=16.0.0"
- },
- "browser": {
- "child_process": false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement