-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
127 lines (127 loc) · 3.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"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",
"postinstall": "npx prisma generate --schema=./apps/blueprints/prisma/schema.prisma"
},
"dependencies": {
"@chakra-ui/react": "1.7.2",
"@emotion/react": "11.7.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.6.0",
"@fbe/editor": "file:.yalc/@fbe/editor",
"@google-cloud/datastore": "6.6.2",
"@google-cloud/pubsub": "2.18.3",
"@google-cloud/secret-manager": "3.10.1",
"@google-cloud/storage": "5.16.1",
"@hookstate/core": "3.0.13",
"@prisma/client": "4.6.1",
"bcrypt": "5.0.1",
"clsx": "1.1.1",
"cookie": "0.4.1",
"date-fns": "2.27.0",
"document-register-element": "1.14.10",
"easymde": "2.15.0",
"factorio-wasm": "file:.yalc/factorio-wasm",
"formik": "2.2.9",
"framer-motion": "5.3.3",
"next": "12.0.4",
"nprogress": "0.2.0",
"openid": "2.0.10",
"pako": "1.0.11",
"pg": "8.7.1",
"phin": "3.6.1",
"puppeteer": "12.0.1",
"react": "17.0.2",
"react-cookie": "4.1.1",
"react-dom": "17.0.2",
"react-hook-form": "7.39.5",
"react-icons": "4.3.1",
"react-map-interaction": "file:.yalc/react-map-interaction",
"react-markdown": "7.1.1",
"react-multi-select-component": "4.1.14",
"react-paginate": "8.0.2",
"react-simplemde-editor": "5.0.2",
"rehype-raw": "6.1.0",
"rehype-sanitize": "5.0.0",
"sharp": "0.29.3",
"ws": "8.3.0"
},
"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.6.0",
"@next/eslint-plugin-next": "10.1.3",
"@nrwl/cli": "13.2.1",
"@nrwl/cypress": "13.2.1",
"@nrwl/eslint-plugin-nx": "13.2.1",
"@nrwl/jest": "13.2.1",
"@nrwl/next": "13.2.1",
"@nrwl/node": "13.2.1",
"@nrwl/react": "13.2.1",
"@nrwl/web": "13.2.1",
"@nrwl/workspace": "13.2.1",
"@pulumi/gcp": "5.0.0",
"@pulumi/pulumi": "3.0.0",
"@testing-library/react": "12.1.2",
"@types/bcrypt": "5.0.0",
"@types/cookie": "0.4.1",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/nprogress": "0.2.0",
"@types/openid": "2.0.2",
"@types/pako": "1.0.2",
"@types/puppeteer": "5.4.4",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/react-paginate": "7.1.1",
"@types/sharp": "0.29.4",
"@types/ws": "8.2.1",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"babel-jest": "27.4.2",
"cypress": "7.1.0",
"dotenv": "10.0.0",
"eslint": "7.24.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"fork-ts-checker-webpack-plugin": "6.5.0",
"jest": "27.4.3",
"prettier": "2.5.1",
"prisma": "4.6.1",
"ts-jest": "27.0.7",
"ts-node": "10.4.0",
"tslint": "6.1.3",
"typescript": "4.5.2",
"wasm-loader": "1.3.0"
}
}