generated from sanity-io/template-nextjs-personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.75 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
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
93
{
"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 .",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
"type-check": "tsc --noEmit"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@next/env": "14.2.13",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"@sanity/demo": "2.0.0",
"@sanity/icons": "3.4.0",
"@sanity/image-url": "1.0.2",
"@sanity/preview-url-secret": "1.6.21",
"@sanity/react-loader": "1.10.7",
"@sanity/ui": "2.8.9",
"@sanity/vision": "3.58.0",
"@tailwindcss/typography": "0.5.15",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"class-variance-authority": "^0.7.0",
"classnames": "2.5.1",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "3.6.0",
"disqus-react": "^1.1.5",
"eslint-config-next": "^13.0.1",
"framer-motion": "^7.10.3",
"imagemin": "^9.0.0",
"katex": "^0.16.11",
"lucide-react": "^0.452.0",
"next": "14.2.13",
"next-sanity": "9.5.0",
"next-seo": "^6.6.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "^6.1.0",
"react-hooks-global-state": "^2.1.0",
"react-photo-view": "^1.2.6",
"react-swipeable": "^7.0.0",
"react-use-keypress": "^1.3.1",
"rxjs": "7.8.1",
"sanity": "^3.61.0",
"sanity-plugin-asset-source-unsplash": "3.0.1",
"sanity-plugin-cloudinary": "^1.1.3",
"sanity-plugin-latex-input": "^2.0.4",
"sanity-plugin-seo": "^1.2.5",
"server-only": "0.0.1",
"simplex-noise": "^4.0.3",
"sonner": "^1.5.0",
"styled-components": "6.1.13",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-globe": "^2.32.0",
"vaul": "^1.1.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.3.9",
"@types/three": "^0.169.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
}
}