-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.15 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
{
"name": "next-js-ulimtate-tutorial",
"version": "1.0.0",
"description": "Next.js Storyblok Ultimate Tutorial",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "tsc --project tsconfig.json && next build",
"start": "next start",
"type-check": "tsc",
"pull-types": "storyblok pull-components --space 333125 && storyblok generate-typescript-typedefs --sourceFilePaths ./components.333125.json --destinationFilePath ./component-types-sb.d.ts"
},
"dependencies": {
"@fontsource-variable/lora": "^5.2.5",
"@fontsource/cinzel-decorative": "^5.2.5",
"@storyblok/react": "^2.4.7",
"@storyblok/richtext": "^3.2.0",
"cheerio": "^1.1.0",
"date-fns": "^4.1.0",
"next": "^15.3.1",
"react": "18",
"react-datepicker": "^8.4.0",
"react-dom": "18.3.1",
"resend": "^4.5.1",
"storyblok-rich-text-react-renderer": "^2.9.2"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"typescript": "^5.8.3"
},
"packageManager": "yarn@4.9.1"
}