-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "reactvite-sanity",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@portabletext/react": "^2.0.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.0.0",
"date-fns": "^2.29.3",
"groq": "^3.8.3",
"gsap": "^3.11.5",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"next-api-builder": "^1.0.0",
"next-sanity": "^4.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-img-placeholder": "^0.1.5",
"react-is": "^18.2.0",
"react-router-dom": "^6.10.0",
"sanity": "^3.0.0",
"sass": "^1.60.0",
"styled-components": "^5.2.0",
"three": "^0.151.3"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pages": "^0.29.0"
}
}