-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
45 lines (45 loc) · 1.08 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
45
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/serve": "*",
"clsx": "^1.2.1",
"etag": "^1.8.1",
"framer-motion": "^10.6.1",
"isbot": "^3.6.5",
"lucide-react": "^0.123.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^6.0.0",
"remix-utils": "^6.0.0"
},
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@tailwindcss/typography": "^0.5.9",
"@types/etag": "^1.8.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-plugin-mdx": "^2.0.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"
}
}