-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "docsforge-frontend",
"version": "12.0.0",
"private": true,
"description": "DocsForge frontend build dependencies",
"scripts": {
"build": "python build_frontend.py",
"watch": "python build_frontend.py --watch"
},
"dependencies": {
"clipboard": "^2.0.11",
"escape-html": "^1.0.3",
"focus-visible": "^5.2.1",
"lunr": "^2.3.9",
"lunr-languages": "^1.21.0",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@mdi/svg": "^7.4.47",
"@primer/octicons": "^19.33.0",
"@types/clipboard": "^2.0.10",
"@types/escape-html": "^1.0.4",
"@types/lunr": "^2.3.7",
"autoprefixer": "^10.4.23",
"esbuild": "^0.28.2",
"html-minifier-terser": "^7.2.0",
"katex": "^0.18.4",
"lucide-static": "^1.31.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"mermaid": "^11.16.1",
"postcss": "^8.5.26",
"postcss-cli": "^11.0.1",
"postcss-inline-svg": "^6.0.0",
"preact": "^10.28.2",
"sass": "^1.97.2",
"simple-icons": "^16.4.0",
"svgo": "^4.0.2",
"typescript": "^7.0.2"
}
}