mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
741583f4cf
Bumps [cypress](https://github.com/cypress-io/cypress) from 6.7.1 to 6.8.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v6.7.1...v6.8.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
116 lines
3.4 KiB
JSON
116 lines
3.4 KiB
JSON
{
|
|
"name": "factorio-sites",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"nx": "nx",
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test",
|
|
"lint": "nx workspace-lint && nx 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.3.4",
|
|
"@emotion/react": "11.1.5",
|
|
"@emotion/server": "11.0.0",
|
|
"@emotion/styled": "11.1.5",
|
|
"@fbe/editor": "file:.yalc/@fbe/editor",
|
|
"@google-cloud/datastore": "6.3.1",
|
|
"@google-cloud/pubsub": "2.10.0",
|
|
"@google-cloud/secret-manager": "3.5.0",
|
|
"@google-cloud/storage": "5.8.1",
|
|
"@hookstate/core": "3.0.6",
|
|
"@prisma/client": "2.19.0",
|
|
"bcrypt": "5.0.1",
|
|
"clsx": "1.1.1",
|
|
"cookie": "0.4.1",
|
|
"date-fns": "2.19.0",
|
|
"document-register-element": "1.14.10",
|
|
"formik": "2.2.6",
|
|
"framer-motion": "3.6.7",
|
|
"next": "10.0.7",
|
|
"nprogress": "0.2.0",
|
|
"openid": "2.0.7",
|
|
"pako": "1.0.11",
|
|
"pg": "8.5.1",
|
|
"phin": "3.5.1",
|
|
"puppeteer": "8.0.0",
|
|
"react": "17.0.1",
|
|
"react-cookie": "4.0.3",
|
|
"react-dom": "17.0.1",
|
|
"react-icons": "4.2.0",
|
|
"react-map-interaction": "2.0.0",
|
|
"react-markdown": "5.0.3",
|
|
"react-multi-select-component": "3.1.6",
|
|
"sharp": "0.27.2",
|
|
"ws": "7.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.13.10",
|
|
"@babel/preset-env": "7.13.10",
|
|
"@babel/preset-react": "7.12.13",
|
|
"@babel/preset-typescript": "7.13.0",
|
|
"@nrwl/cli": "11.5.1",
|
|
"@nrwl/cypress": "11.5.1",
|
|
"@nrwl/eslint-plugin-nx": "11.5.1",
|
|
"@nrwl/jest": "11.5.1",
|
|
"@nrwl/next": "11.5.1",
|
|
"@nrwl/node": "11.5.1",
|
|
"@nrwl/react": "11.5.1",
|
|
"@nrwl/web": "11.5.1",
|
|
"@nrwl/workspace": "11.5.1",
|
|
"@testing-library/react": "11.2.5",
|
|
"@types/bcrypt": "3.0.0",
|
|
"@types/cookie": "0.4.0",
|
|
"@types/jest": "26.0.20",
|
|
"@types/node": "14.14.35",
|
|
"@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.2",
|
|
"@types/sharp": "0.27.1",
|
|
"@types/ws": "7.4.0",
|
|
"@typescript-eslint/eslint-plugin": "4.18.0",
|
|
"@typescript-eslint/parser": "4.18.0",
|
|
"babel-jest": "26.6.3",
|
|
"cypress": "6.8.0",
|
|
"dotenv": "8.2.0",
|
|
"eslint": "7.22.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"eslint-plugin-cypress": "2.11.2",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"fork-ts-checker-webpack-plugin": "6.1.1",
|
|
"jest": "26.6.3",
|
|
"prettier": "2.2.1",
|
|
"prisma": "2.19.0",
|
|
"ts-jest": "26.5.3",
|
|
"ts-node": "9.1.1",
|
|
"tslint": "6.1.3",
|
|
"typescript": "4.2.3",
|
|
"wasm-loader": "1.3.0"
|
|
}
|
|
}
|