{ "name": "factorio-sites", "version": "0.0.0", "license": "MIT", "private": true, "scripts": { "nx": "nx", "start": "nx serve", "build": "nx build", "test": "nx run-many --all --target=test", "lint": "nx workspace-lint && nx run-many --all --target=lint", "e2e": "nx e2e", "affected:apps": "nx affected:apps", "affected:libs": "nx affected:libs", "affected:build": "nx affected:build", "affected:e2e": "nx affected:e2e", "affected:test": "nx affected:test", "affected:lint": "nx affected:lint", "affected:dep-graph": "nx affected:dep-graph", "affected": "nx affected", "format": "nx format:write", "format:write": "nx format:write", "format:check": "nx format:check", "update": "nx migrate latest", "workspace-schematic": "nx workspace-schematic", "dep-graph": "nx dep-graph", "help": "nx help", "db-gen": "npx prisma generate --schema=./apps/blueprints/prisma/schema.prisma" }, "dependencies": { "@chakra-ui/react": "1.5.2", "@emotion/react": "11.1.5", "@emotion/server": "11.0.0", "@emotion/styled": "11.3.0", "@fbe/editor": "file:.yalc/@fbe/editor", "@google-cloud/datastore": "6.3.1", "@google-cloud/pubsub": "2.11.0", "@google-cloud/secret-manager": "3.6.0", "@google-cloud/storage": "5.8.3", "@hookstate/core": "3.0.6", "@prisma/client": "2.21.2", "bcrypt": "5.0.1", "clsx": "1.1.1", "cookie": "0.4.1", "date-fns": "2.21.1", "document-register-element": "1.14.10", "factorio-wasm": "file:.yalc/factorio-wasm", "formik": "2.2.6", "framer-motion": "4.1.8", "next": "10.1.3", "nprogress": "0.2.0", "openid": "2.0.8", "pako": "1.0.11", "pg": "8.6.0", "phin": "3.5.1", "puppeteer": "8.0.0", "react": "17.0.2", "react-cookie": "4.0.3", "react-dom": "17.0.2", "react-icons": "4.2.0", "react-map-interaction": "file:.yalc/react-map-interaction", "react-markdown": "6.0.0", "react-multi-select-component": "4.0.1", "react-paginate": "7.1.2", "react-simplemde-editor": "4.1.3", "rehype-raw": "5.1.0", "rehype-sanitize": "4.0.0", "sharp": "0.28.1", "ws": "7.4.4" }, "devDependencies": { "@babel/core": "7.13.15", "@babel/preset-env": "7.13.15", "@babel/preset-react": "7.13.13", "@babel/preset-typescript": "7.13.0", "@emotion/jest": "11.3.0", "@next/eslint-plugin-next": "10.1.3", "@nrwl/cli": "12.0.6", "@nrwl/cypress": "12.0.6", "@nrwl/eslint-plugin-nx": "12.0.6", "@nrwl/jest": "12.0.6", "@nrwl/next": "12.0.6", "@nrwl/node": "12.0.6", "@nrwl/react": "12.0.6", "@nrwl/web": "12.0.6", "@nrwl/workspace": "12.0.6", "@testing-library/react": "11.2.6", "@types/bcrypt": "3.0.1", "@types/cookie": "0.4.0", "@types/jest": "26.0.22", "@types/node": "14.14.41", "@types/nprogress": "0.2.0", "@types/openid": "2.0.1", "@types/pako": "1.0.1", "@types/puppeteer": "5.4.3", "@types/react": "17.0.3", "@types/react-dom": "17.0.3", "@types/react-paginate": "6.2.1", "@types/sharp": "0.28.0", "@types/ws": "7.4.1", "@typescript-eslint/eslint-plugin": "4.22.0", "@typescript-eslint/parser": "4.22.0", "babel-jest": "26.6.3", "cypress": "7.1.0", "dotenv": "8.2.0", "eslint": "7.24.0", "eslint-config-prettier": "8.2.0", "eslint-plugin-cypress": "2.11.2", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.23.2", "eslint-plugin-react-hooks": "4.2.0", "fork-ts-checker-webpack-plugin": "6.2.1", "jest": "26.6.3", "prettier": "2.2.1", "prisma": "2.21.2", "ts-jest": "26.5.5", "ts-node": "9.1.1", "tslint": "6.1.3", "typescript": "4.2.4", "wasm-loader": "1.3.0" } }