-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
{
"scripts": {
"build": "remix build",
"deploy": "remix build && fly deploy --remote-only",
"dev": "remix dev",
"start": "remix-serve build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/cache": "^11.10.3",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@hookform/resolvers": "^2.9.0",
"@mapbox/geo-viewport": "~0.4.1",
"@mui/material": "^5.14.18",
"@prisma/client": "^4.4.0",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@sendgrid/mail": "^7.7.0",
"aws-sdk": "^2.780.0",
"date-fns": "^2.16.1",
"diff": "^5.1.0",
"discord.js": "^14.12.1",
"enquire.js": "^2.1.6",
"framer-motion": "^6.2.9",
"igdb-api-node": "^5.0.1",
"jimp": "^0.16.1",
"lodash.debounce": "^4.0.8",
"memoize-one": "^6.0.0",
"memory-cache": "^0.2.0",
"pg-tsquery": "^8.4.0",
"pigeon-maps": "^0.21.6",
"pigeon-marker": "^0.3.4",
"posthog-js": "^1.35.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.0.1",
"react-hook-form": "^7.31.3",
"react-slick": "^0.29.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"remarkable": "^2.0.1",
"remarkable-react": "^1.4.3",
"remix-auth": "^3.5.1",
"remix-auth-form": "^1.3.0",
"remix-auth-oauth2": "^1.8.0",
"remix-auth-socials": "^2.0.5",
"remix-auth-steam": "^1.0.4",
"slick-carousel": "^1.8.1",
"supercluster": "^7.1.5",
"use-debounce": "^8.0.3",
"yup": "^0.32.9"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"eslint": "^8.11.0",
"prisma": "^4.3.1"
}
}