forked from tuist/tuist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "@tuist/docs",
"private": true,
"description": "Tuist's documentation website",
"license": "MIT",
"type": "module",
"devDependencies": {
"@braintree/sanitize-url": "^7.1.1",
"cross-spawn": "^7.0.6",
"cytoscape": "^3.33.1",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.19",
"debug": "^4.4.3",
"ejs": "^3.1.10",
"esbuild": "^0.25.10",
"execa": "^9.6.0",
"fast-glob": "^3.3.3",
"mermaid": "^11.12.2",
"micromatch": "^4.0.8",
"nanoid": "^3.3.11",
"path-to-regexp": "^6.3.0",
"postcss-rtlcss": "^5.7.1",
"tempy": "^3.1.0",
"tidewave": "^0.6.0",
"undici": "^7.16.0",
"vite": "^6.3.6",
"vitepress": "^1.6.4",
"vitepress-plugin-llmstxt": "^0.4.2",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.22",
"wrangler": "^3.114.14"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"deploy": "vitepress build && wrangler pages deploy .vitepress/dist --project-name tuist-docs-next --branch main"
}
}