-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"build:netlify": "cross-env NETLIFY=prod remix build",
"dev": "remix dev --port 3001",
"dev:start": "remix-serve build",
"start": "cross-env NODE_ENV=production NETLIFY=prod netlify dev"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@mantine/core": "5.1.4",
"@mantine/dropzone": "5.1.4",
"@mantine/hooks": "5.1.4",
"@mantine/notifications": "5.1.5",
"@mantine/remix": "^5.1.4",
"@mantine/ssr": "4.2.x",
"@remix-run/netlify": "^1.6.7",
"@remix-run/node": "^1.6.7",
"@remix-run/react": "^1.6.7",
"@remix-run/serve": "^1.6.7",
"@remix-run/vercel": "^1.6.7",
"@tabler/icons": "^1.78.1",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"dataloader": "^2.1.0",
"dayjs": "^1.11.4",
"jsonwebtoken": "^8.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-youtube": "^10.0.0",
"sitemap": "^7.1.1"
},
"devDependencies": {
"@remix-run/dev": "^1.6.5",
"@remix-run/eslint-config": "^1.6.5",
"@types/jsonwebtoken": "^8.5.8",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.15.0",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=16"
}
}