-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 761 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 761 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
33
34
35
36
{
"name": "eigen",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"lint": "oxlint",
"format": "oxfmt",
"format:check": "oxfmt --check",
"test": "vitest run packages/"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.1",
"h3": "2.0.1-rc.20",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"vite": "^8.0.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite-plugin-inspect": "^11.3.3",
"vitest": "^4.1.0"
},
"packageManager": "pnpm@10.32.1"
}