-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "sanity-react-router-template",
"private": true,
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"lint": "eslint . --fix",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@portabletext/react": "^3.1.0",
"@react-router/node": "^7.0.1",
"@react-router/serve": "^7.0.1",
"@resvg/resvg-js": "^2.6.2",
"@sanity/asset-utils": "^1.3.2",
"@sanity/block-tools": "^3.65.0",
"@sanity/client": "^6.22.5",
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "^1.1.0",
"@sanity/preview-url-secret": "^2.0.4",
"@sanity/react-loader": "^1.10.21",
"@sanity/schema": "^3.65.0",
"@sanity/ui": "^2.8.25",
"@sanity/vision": "^3.65.0",
"@sanity/visual-editing": "^2.10.0",
"groq": "^3.65.0",
"isbot": "^5.1.17",
"jsdom": "^25.0.1",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.1",
"sanity": "^3.65.0",
"satori": "^0.12.0",
"styled-components": "^6.1.13",
"zod": "^3.23.8"
},
"devDependencies": {
"@react-router/dev": "^7.0.1",
"@tailwindcss/typography": "^0.5.15",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.8",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
},
"engines": {
"node": ">=20.0.0"
}
}