-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
189 lines (189 loc) · 6.76 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "worksheets",
"version": "0.6.2",
"license": "MIT",
"prisma": {
"schema": "./libs/prisma/src/schemas/main.prisma"
},
"scripts": {
"postinstall": "prisma generate",
"graph": "npx nx graph",
"serve": "npx nx run charity:serve",
"analyze": "ANALYZE=true npx nx run charity:build",
"check": "npx nx affected -t lint --parallel=3 && npx nx affected -t test --parallel=3 --configuration=ci && npx nx affected -t build --parallel=10",
"check:all": "npx nx format:check && npm run check",
"tools:localip": "ifconfig -u | grep 'inet ' | grep -v 127.0.0.1 | cut -d\\ -f2 | head -1",
"env:local": "dotenv -e .env.local --",
"build:games:color-run": "nx build games-color-run --emptyOutDir",
"build:games:dino-dash": "nx build games-dino-dash --emptyOutDir",
"build:games:block-bash": "nx build games-block-bash --emptyOutDir",
"prisma:studio:local": "dotenv -e .env.local -- npx prisma studio",
"prisma:studio:production": "dotenv -e .env.production -- npx prisma studio",
"prisma:generate:local": "dotenv -e .env.local -- npx prisma generate",
"prisma:generate:production": "dotenv -e .env.production -- npx prisma generate",
"prisma:migrate:local": "dotenv -e .env.local -- npx prisma migrate dev",
"prisma:migrate:production": "dotenv -e .env.production -- npx prisma migrate deploy",
"prisma:push:local": "dotenv -e .env.local -- npx prisma db push",
"prisma:push:production": "dotenv -e .env.production -- npx prisma db push",
"prisma:seed:local": "nx build prisma-seed && dotenv -e .env.local -- nx serve prisma-seed",
"prisma:seed:production": "dotenv -e .env.production -- nx serve prisma-seed",
"prisma:statistics:production": "dotenv -e .env.production -- nx serve prisma-statistics",
"prisma:rollback:production": "dotenv -e .env.production -- npx prisma migrate resolve --rolled-back",
"psql:local": "psql -h 192.168.0.26 -p 5432 -U prisma",
"docker:psql:local": "docker run --name postgresql -e POSTGRES_PASSWORD=prisma -e POSTGRES_USER=prisma -e POSTGRES_DB=prisma -d -p 5432:5432 postgres",
"docker:compose:up": "docker-compose up -d"
},
"private": true,
"dependencies": {
"@auth/prisma-adapter": "^1.0.6",
"@emotion/cache": "^11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "11.11.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@fullstory/browser": "^1.7.1",
"@google-cloud/kms": "^4.1.0",
"@google-cloud/storage": "^7.7.0",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@next/bundle-analyzer": "^14.0.3",
"@prisma/client": "^5.18.0",
"@storybook/addon-actions": "7.6.9",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "7.6.9",
"@swc/helpers": "~0.5.11",
"@trpc/client": "^10.31.0",
"@trpc/next": "^10.31.0",
"@trpc/server": "^10.31.0",
"@types/google-publisher-tag": "^1.20240610.0",
"@upstash/ratelimit": "^1.2.1",
"@vercel/kv": "^2.0.0",
"@vercel/og": "^0.6.2",
"clsx": "^1.2.1",
"core-js": "3.36.1",
"framer-motion": "^10.16.5-alpha.0",
"gray-matter": "^4.0.3",
"jimp": "^0.22.10",
"lodash": "^4.17.21",
"next": "^14.2.4",
"next-auth": "^4.24.4",
"next-seo": "^6.4.0",
"nodemailer": "^6.9.9",
"phaser": "^3.80.1",
"phaser3-rex-plugins": "^1.80.5",
"pluralize": "^8.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.3.0",
"random-word-slugs": "^0.1.7",
"react": "18.3.1",
"react-confetti": "^6.1.0",
"react-confetti-explosion": "^2.1.2",
"react-cookie": "^6.1.1",
"react-country-flag": "^3.1.0",
"react-dom": "18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-markdown": "^8.0.7",
"regenerator-runtime": "0.13.7",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"swr": "^2.1.5",
"tslib": "^2.3.0",
"twitter-api-v2": "^1.16.0",
"universal-cookie": "^6.1.1",
"uuid": "^9.0.1",
"videojs-contrib-ads": "^7.5.2",
"videojs-ima": "^2.3.0",
"zod": "^3.21.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nrwl/devkit": "19.4.1",
"@nrwl/js": "19.4.1",
"@nrwl/workspace": "19.4.1",
"@nx/cypress": "19.4.1",
"@nx/devkit": "19.4.1",
"@nx/esbuild": "19.4.1",
"@nx/eslint": "19.4.1",
"@nx/eslint-plugin": "19.4.1",
"@nx/jest": "19.4.1",
"@nx/js": "19.4.1",
"@nx/next": "19.4.1",
"@nx/node": "19.4.1",
"@nx/react": "19.4.1",
"@nx/rollup": "19.4.1",
"@nx/storybook": "19.4.1",
"@nx/vite": "19.4.1",
"@nx/web": "19.4.1",
"@nx/webpack": "19.4.1",
"@nx/workspace": "19.4.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "8.0.2",
"@storybook/addon-essentials": "7.6.9",
"@storybook/core-server": "7.6.9",
"@storybook/react-vite": "7.6.9",
"@svgr/rollup": "8.1.0",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "1.9.2",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/jest": "0.2.36",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.8",
"@types/node": "18.16.9",
"@types/nodemailer": "^6.4.14",
"@types/pluralize": "^0.0.33",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-highlight": "^0.12.5",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitest/ui": "^1.3.1",
"babel-jest": "^29.4.1",
"concurrently": "^8.2.0",
"cypress": "^13.0.0",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-fetch-mock": "^3.0.3",
"jsdom": "22.1.0",
"kill-port": "^2.0.1",
"nx": "19.4.1",
"nx-cloud": "19.0.0",
"prettier": "^2.6.2",
"prisma": "^5.18.0",
"react-refresh": "^0.10.0",
"sass": "1.61.0",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"url-loader": "^4.1.1",
"validate-npm-package-name": "^5.0.0",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"nx": {
"includedScripts": []
}
}