forked from onderonur/remix-shows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "remix-shows",
"private": true,
"description": "TV Show guide built with Remix",
"license": "",
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "cross-env NODE_ENV=development netlify dev",
"start": "cross-env NODE_ENV=production netlify dev",
"typecheck": "tsc --noEmit",
"lint": "eslint --fix app"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@netlify/functions": "^0.10.0",
"@remix-run/netlify": "^1.4.0",
"@remix-run/node": "^1.4.0",
"@remix-run/react": "^1.4.0",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-infinite-scroll-hook": "^4.0.3",
"react-masonry-css": "^1.0.16"
},
"devDependencies": {
"@remix-run/dev": "^1.4.0",
"@remix-run/eslint-config": "^1.4.0",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"eslint": "^8.13.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=14"
}
}