-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
43
44
45
{
"private": true,
"version": "0.1.0",
"scripts": {
"transpile": "dotnet fable src -e fs.jsx --noCache",
"dev": "vite dev",
"start": "vite dev",
"build": "pnpm transpile && vite build",
"preview": "vite preview",
"clean": "dotnet fable clean src -e fs.jsx --yes",
"test": "pnpm clean && pnpm transpile && vitest run"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.2.1",
"@types/react": "^19.2.13",
"@vitejs/plugin-react": "^5.1.3",
"jsdom": "^28.0.0",
"vite": "^8.0.0-beta.13",
"vite-plugin-fable": "^0.2.1",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc",
"pnpm": {
"overrides": {
"vite": "8.0.0-beta.13"
},
"onlyBuiltDependencies": [
"esbuild",
"vite-plugin-fable"
]
}
}