-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 942 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
34
35
36
37
38
39
{
"type": "module",
"name": "stackpress-www",
"version": "0.10.5",
"private": true,
"plugins": [
"./plugins/app/plugin",
"./plugins/home/plugin",
"./plugins/guides/plugin",
"./plugins/api/plugin",
"stackpress"
],
"scripts": {
"build": "tsx scripts/build.ts",
"dev": "stackpress serve --b config/develop -v",
"docs": "http-server -p 8080 -c-1 docs",
"emit": "stackpress emit",
"preview": "stackpress serve --b config/preview -v"
},
"dependencies": {
"mermaid": "10",
"react": "19.2.4",
"react-dom": "19.2.4",
"stackpress": "0.10.5"
},
"devDependencies": {
"@types/node": "25.3.5",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"fast-glob": "3.3.3",
"http-server": "14.1.1",
"ts-node": "10.9.2",
"tsx": "4.21.0",
"typescript": "5.9.3",
"unocss": "66.6.6",
"vite": "7.3.1"
}
}