-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "cross-env NODE_ENV=production netlify dev",
"typecheck": "tsc -b"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@netlify/functions": "^1.3.0",
"@remix-run/netlify": "^1.8.2",
"@remix-run/node": "^1.8.2",
"@remix-run/react": "^1.8.2",
"@types/nodemailer": "^6.4.7",
"cross-env": "^7.0.3",
"formik": "^2.2.9",
"logrocket": "^8.1.0",
"nodemailer": "^6.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-uuid": "^2.0.0",
"tss-react": "^4.5.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@remix-run/dev": "^1.8.2",
"@remix-run/eslint-config": "^1.8.2",
"@remix-run/serve": "^1.8.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.31.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"
}
}