-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.9 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "sanity-template-template-nextjs-personal-website",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"format": "npx prettier --write . --ignore-path .gitignore",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
"type-check": "tsc --noEmit"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"keywords": [
"sanity"
],
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@mux/blurhash": "^0.1.2",
"@mux/mux-audio-react": "^0.10.0",
"@mux/mux-player-react": "^2.3.2",
"@mux/mux-video-react": "^0.8.2",
"@portabletext/react": "3.0.11",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@react-hook/mouse-position": "^4.1.3",
"@sanity/assist": "^1.2.15-lang.7",
"@sanity/code-input": "^4.0.0",
"@sanity/demo": "1.0.2",
"@sanity/document-internationalization": "^2.0.1",
"@sanity/eslint-config-studio": "^2.0.0",
"@sanity/image-url": "1.0.2",
"@sanity/language-filter": "^3.1.2",
"@sanity/orderable-document-list": "^1.2.1",
"@sanity/overlays": "2.3.9",
"@sanity/preview-url-secret": "1.5.5",
"@sanity/react-loader": "1.8.1",
"@sanity/vision": "^3.4.0",
"@tailwindcss/typography": "0.5.10",
"@vercel/stega": "^0.1.2",
"class-variance-authority": "^0.7.0",
"classnames": "2.5.1",
"clsx": "^2.1.0",
"date-fns": "2.30.0",
"framer-motion": "^11.0.5",
"groq": "^3.27.1",
"lucide-react": "^0.341.0",
"negotiator": "^0.6.3",
"next": "14.1.0",
"next-sanity": "7.0.17",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"sanity": "^3.18.0",
"sanity-plugin-asset-source-unsplash": "1.1.2",
"sanity-plugin-documents-pane": "^2.0.0",
"sanity-plugin-google-translate": "^3.0.0",
"sanity-plugin-iframe-pane": "^2.0.0",
"sanity-plugin-internationalized-array": "^1.10.5",
"sanity-plugin-media": "^2.2.5",
"sanity-plugin-mux-input": "^2.2.4",
"sanity-plugin-transifex": "^3.0.0",
"server-only": "0.0.1",
"styled-components": "6.1.11",
"swiper": "^11.0.6",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.12.1"
},
"devDependencies": {
"@types/react": "18.2.48",
"@types/styled-components": "^5.1.26",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.10",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}