-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 742 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 742 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
{
"name": "palpo_website",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rspress build",
"dev": "rspress dev",
"format": "prettier --write .",
"preview": "rspress preview"
},
"devDependencies": {
"@google/genai": "^1.34.0",
"@rspress/core": "2.0.0-rc.3",
"@rspress/plugin-llms": "2.0.0-rc.3",
"@rspress/plugin-preview": "2.0.0-rc.3",
"@rspress/plugin-sitemap": "2.0.0-rc.3",
"@rspress/plugin-twoslash": "2.0.0-rc.3",
"@types/node": "25.0.3",
"@types/react": "^19.2.7",
"openai": "^6.15.0",
"prettier": "^3.7.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rsbuild-plugin-google-analytics": "^1.0.4",
"rsbuild-plugin-open-graph": "^1.1.0"
}
}