forked from prezly/theme-nextjs-bea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.94 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.94 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
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
94
{
"name": "theme-nextjs-bea",
"version": "1.1.0",
"engines": {
"node": "^20.x",
"npm": "^10.x"
},
"devEngines": {
"node": "^20.x",
"npm": "^10.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format .",
"format:fix": "biome format --write .",
"typecheck": "tsc --noEmit --incremental",
"check": "biome check .",
"release": "np --release-draft-only --yolo",
"test": "npx playwright test"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "1.16.0",
"@headlessui/react": "2.2.9",
"@meilisearch/instant-meilisearch": "0.26.0",
"@playwright/test": "^1.50.1",
"@prezly/analytics-nextjs": "4.3.0",
"@prezly/content-renderer-react-js": "0.44.0",
"@prezly/sdk": "23.17.0",
"@prezly/story-content-format": "0.70.0",
"@prezly/theme-kit-nextjs": "10.6.2",
"@prezly/uploadcare": "2.6.0",
"@prezly/uploadcare-image": "0.3.2",
"@react-hookz/web": "14.7.1",
"@sentry/nextjs": "9.12.0",
"@uploadcare/nextjs-loader": "1.0.0",
"classnames": "2.5.1",
"html-to-text": "9.0.5",
"js-cookie": "3.0.5",
"lucide-react": "0.479.0",
"modern-normalize": "3.0.1",
"next": "15.5.12",
"pino": "9.6.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-instantsearch-dom": "6.40.4",
"server-only": "0.0.1",
"social-links": "1.15.1",
"tinycolor2": "1.6.0",
"url-pattern": "1.0.3",
"vanilla-cookieconsent": "3.1.0",
"zod": "3.24.2"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@next/bundle-analyzer": "15.5.12",
"@prezly/biome-config": "1.0.1",
"@svgr/webpack": "8.1.0",
"@types/html-to-text": "9.0.4",
"@types/js-cookie": "3.0.6",
"@types/node": "22.13.5",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@types/react-instantsearch-core": "6.26.10",
"@types/react-instantsearch-dom": "6.12.8",
"@types/tinycolor2": "1.4.6",
"autoprefixer": "10.4.21",
"dotenv": "^16.4.7",
"next-logger": "5.0.1",
"np": "10.2.0",
"postcss": "8.5.3",
"sass": "1.85.1",
"typescript": "5.8.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/prezly/theme-nextjs-bea.git"
},
"bugs": {
"url": "https://github.com/prezly/theme-nextjs-bea/issues"
},
"homepage": "https://github.com/prezly/theme-nextjs-bea#readme",
"pnpm": {
"overrides": {
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3"
}
}
}