-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.14 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
{
"name": "web-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export && create-ads-txt",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.2.1",
"@formkit/auto-animate": "^0.8.1",
"@heroicons/react": "^2.0.16",
"@next/font": "^14.1.0",
"@portabletext/react": "^2.0.3",
"@react-three/fiber": "^8.15.9",
"@sanity/client": "^6.10.0",
"@sanity/code-input": "^4.1.3",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.9.3",
"@sanity/vision": "^3.0.0",
"@sendgrid/mail": "^8.1.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "18.15.10",
"clsx": "^2.1.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^11.0.5",
"framer-motion-3d": "^10.16.4",
"get-youtube-id": "^1.0.1",
"next": "^13.5.6",
"next-google-adsense": "^1.0.6",
"next-sanity": "^4.1.6",
"next-theme": "^0.1.5",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^5.0.1",
"react-lite-youtube-embed": "^2.3.52",
"react-loader-spinner": "^6.1.6",
"react-portable-text": "^0.6.0",
"react-refractor": "^2.1.7",
"react-reveal": "^1.2.2",
"react-social-icons": "^5.15.0",
"react-spinners": "^0.13.8",
"react-use-measure": "^2.1.1",
"react-youtube": "^9.0.3",
"sanity": "^3.16.7",
"sanity-plugin-iframe-pane": "^2.3.0",
"slate": "^0.102.0",
"slate-react": "^0.102.0",
"stripe": "^14.18.0",
"styled-components": "^5.2.0",
"tailwind-merge": "^2.2.1",
"three": "^0.158.0",
"typescript": "5.0.2"
},
"devDependencies": {
"@sanity/cli": "^3.16.7",
"@sanity/eslint-config-studio": "^2.0.1",
"@types/antd": "^1.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/refractor": "^3.4.1",
"autoprefixer": "^10.4.14",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}