-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 933 Bytes
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
{
"name": "floren",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"deploy": "node --env-file=.env.production --no-warnings scripts/deploy.js",
"dev": "next dev",
"prebuild": "node --env-file=.env.production --no-warnings scripts/prebuild.js",
"preview": "node --env-file=.env.production --no-warnings scripts/preview.js"
},
"dependencies": {
"@floren/website": "file:./packages/website",
"@next/third-parties": "^16.2.0",
"@opennextjs/cloudflare": "^1.19.0",
"next": "^16.2.0",
"nextra": "^4.6.0",
"nextra-theme-docs": "^4.6.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.0",
"cloudflare": "^6.0.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.2.0",
"wrangler": "^4.87.0"
},
"overrides": {
"zod": "4.3.6"
}
}