-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 785 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
{
"name": "@examples/preact-compat",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint . --concurrency=auto",
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.29.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "workspace:*",
"@eslint/js": "^10.0.1",
"@preact/preset-vite": "^2.10.5",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^25.9.2",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"typescript": "6.0.3",
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16"
},
"engines": {
"node": ">=22.0.0"
}
}