-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.13 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.13 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
{
"private": true,
"scripts": {
"start": "npm install && dotnet fable watch ./src/Docs --outDir ./src/Docs/output --run vite serve",
"build": "npm install && dotnet fable ./src/Docs --outDir ./src/Docs/output --run vite build"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.27.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4",
"@vitejs/plugin-react": "^4.3.4",
"core-js": "^3.3.2",
"daisyui": "5.0.27",
"highlight.js": "^11.11.1",
"http-proxy-middleware": "^3.0.3",
"i18next": "^20.3.5",
"open-sans-fonts": "^1.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-highlight": "0.15.0",
"selfsigned": "^2.0.1",
"serve-static": "^1.10.2",
"tailwindcss": "^4.1.4",
"vite": "^6.3.2"
},
"dependencies": {
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5"
}
}