forked from open-sauced/landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run build:types && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:types": "sanity schema extract && sanity typegen generate"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@portabletext/react": "^1.0.6",
"@sanity/client": "^3.2.2",
"@sanity/vision": "^3.48.1",
"easymde": "^2.18.0",
"framer-motion": "^10.12.10",
"moment": "^2.30.1",
"next": "^14.1.1",
"posthog-js": "^1.57.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^8.0.5",
"react-player": "^2.12.0",
"react-slideshow-image": "^4.0.5",
"rss": "^1.2.2",
"sanity": "^3.48.1",
"sanity-plugin-markdown": "^4.1.2",
"styled-components": "^6.1.12"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.24.7",
"@catherineriver/sanity-plugin-generate-ogimage": "^1.0.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "17.0.21",
"@types/react": "^18.2.6",
"@types/rss": "^0.0.30",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "^13.4.2",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.1.1",
"typescript": "5.4.2"
}
}