mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
101 lines
2.9 KiB
JSON
101 lines
2.9 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"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "1.0.4",
|
|
"@emotion/react": "11.1.3",
|
|
"@emotion/server": "11.0.0",
|
|
"@emotion/styled": "11.0.0",
|
|
"@google-cloud/datastore": "6.2.0",
|
|
"@google-cloud/pubsub": "2.6.0",
|
|
"@google-cloud/storage": "5.3.0",
|
|
"bbcode-to-react": "0.2.9",
|
|
"document-register-element": "1.14.10",
|
|
"framer-motion": "3.1.1",
|
|
"next": "10.0.3",
|
|
"nprogress": "0.2.0",
|
|
"pako": "1.0.11",
|
|
"pg": "8.4.1",
|
|
"phin": "3.5.0",
|
|
"puppeteer": "5.3.1",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-icons": "4.1.0",
|
|
"react-map-interaction": "2.0.0",
|
|
"react-markdown": "5.0.1",
|
|
"sharp": "0.26.2",
|
|
"typeorm": "0.2.28",
|
|
"ws": "7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.6",
|
|
"@babel/preset-env": "7.9.6",
|
|
"@babel/preset-react": "7.9.4",
|
|
"@babel/preset-typescript": "7.9.0",
|
|
"@emotion/babel-preset-css-prop": "11.0.0",
|
|
"@nrwl/cli": "10.3.1",
|
|
"@nrwl/cypress": "11.0.16",
|
|
"@nrwl/eslint-plugin-nx": "11.0.16",
|
|
"@nrwl/jest": "11.0.16",
|
|
"@nrwl/next": "11.0.16",
|
|
"@nrwl/node": "11.0.16",
|
|
"@nrwl/react": "11.0.16",
|
|
"@nrwl/web": "11.0.16",
|
|
"@nrwl/workspace": "11.0.16",
|
|
"@testing-library/react": "10.4.1",
|
|
"@types/bbcode-to-react": "0.2.0",
|
|
"@types/jest": "26.0.8",
|
|
"@types/node": "14.14.14",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/pako": "1.0.1",
|
|
"@types/puppeteer": "3.0.2",
|
|
"@types/react": "16.9.53",
|
|
"@types/react-dom": "16.9.8",
|
|
"@types/sharp": "0.26.0",
|
|
"@types/ws": "7.2.7",
|
|
"@typescript-eslint/eslint-plugin": "4.3.0",
|
|
"@typescript-eslint/parser": "4.3.0",
|
|
"babel-jest": "26.2.2",
|
|
"cypress": "4.1.0",
|
|
"dotenv": "6.2.0",
|
|
"eslint": "7.10.0",
|
|
"eslint-config-prettier": "6.0.0",
|
|
"eslint-plugin-cypress": "2.10.3",
|
|
"eslint-plugin-import": "2.21.2",
|
|
"eslint-plugin-jsx-a11y": "6.3.1",
|
|
"eslint-plugin-react": "7.20.0",
|
|
"eslint-plugin-react-hooks": "4.0.4",
|
|
"jest": "26.2.2",
|
|
"prettier": "2.1.2",
|
|
"ts-jest": "26.4.0",
|
|
"ts-node": "9.1.1",
|
|
"tslint": "6.1.3",
|
|
"typescript": "4.1.3"
|
|
}
|
|
}
|