forked from tbrasington/the-post-chaise-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 KB
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
{
"name": "frame-it-wright-photography",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.2.1",
"@sanity/client": "^7.2.1",
"@sanity/image-url": "1",
"@sanity/preview-url-secret": "^2.1.4",
"@sanity/react-loader": "^1.10.46",
"@sanity/vision": "^4.22.0",
"@sanity/visual-editing": "^2.13.6",
"@tailwindcss/postcss": "^4.0.8",
"dms-conversion": "^3.1.3",
"motion": "^12.4.7",
"next": "16.1.1",
"next-plausible": "^3.12.4",
"next-sanity": "^11.6.12",
"next-sanity-image": "^6.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sanity": "^4.22.0",
"sanity-plugin-media": "^3.0.2",
"styled-components": "6",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.15.17",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.26.0",
"eslint-config-next": "15.3.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.6",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}