-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1018 Bytes
/
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
{
"name": "remix-contentful",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"predev": "rimraf ./public/_redirects",
"dev": "remix dev",
"start": "netlify serve",
"typecheck": "tsc -b"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.0",
"@netlify/functions": "^1.3.0",
"@netlify/remix-adapter": "^1.0.0",
"@remix-run/react": "^2.2.0",
"cross-env": "^7.0.3",
"framer-motion": "^10.16.4",
"plaiceholder": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0"
},
"devDependencies": {
"@remix-run/dev": "^2.2.0",
"@remix-run/eslint-config": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"remix-development-tools": "^3.4.0",
"rimraf": "^4.1.4",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.0"
},
"engines": {
"node": ">=18"
}
}