-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 876 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.13",
"@remix-run/node": "^1.8.2",
"@remix-run/react": "^1.8.2",
"@remix-run/serve": "^1.8.2",
"@remix-run/vercel": "^1.8.2",
"@vercel/node": "^2.8.0",
"isbot": "^3.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@remix-run/dev": "^1.8.2",
"@remix-run/eslint-config": "^1.8.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/tinycolor2": "^1.4.3",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"
}
}