-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
46
47
48
49
50
{
"name": "austinpoor-dot-com",
"type": "module",
"version": "0.1.0",
"scripts": {
"build": "cross-env NODE_ENV=production react-router build",
"dev": "react-router dev",
"start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@markdoc/markdoc": "^0.4.0",
"@mdx-js/rollup": "^3.1.0",
"@phosphor-icons/react": "^2.1.7",
"@react-router/fs-routes": "^7.1.3",
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"@sentry/react": "^8.47.0",
"@sentry/vite-plugin": "^2.22.7",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"fuse.js": "^7.0.0",
"isbot": "^5.1.17",
"moment": "^2.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"@react-router/dev": "^7.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"js-yaml": "^4.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^3.87.0"
}
}