{ "name": "pftab", "version": "0.202106.1", "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start", "prod": "next build && next start", "install:full": "yarn install && yarn add:pokemon.json", "lint": "eslint . --fix -c .eslintrc.js --ext js,jsx,ts,tsx --ignore-pattern='!.*'", "add:pokemon.json": "git submodule update --init", "type-check": "tsc" }, "dependencies": { "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "next": "^9.4.4", "partiql-js": "^0.202106.3", "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "@types/node": "^14.0.13", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/use-persisted-state": "^0.3.0", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "@wasm-tool/wasm-pack-plugin": "^1.4.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-react-hooks": "^4.2.0", "typescript": "^4.2.4" }, "license": "MIT" }