-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 KB
/
package.json
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
46
47
48
49
50
51
{
"name": "knownledga",
"private": true,
"version": "0.0.1",
"type": "module",
"bin": "dist/server.cjs",
"scripts": {
"app:dev": "vite",
"app:build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"server:dev": "node scripts/watch.js",
"server:build": "node scripts/build.js",
"dev": "run-p server:build app:dev",
"build": "tsc && run-s server:build app:build",
"tauri": "tauri"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/js": "^9.9.0",
"@fastify/cors": "^10.0.1",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/x-tree-view": "^7.18.0",
"@tauri-apps/cli": "^1.6.1",
"@types/node": "^22.7.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@yao-pkg/pkg": "^5.13.0",
"chokidar": "^4.0.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"execa": "^9.3.1",
"fastify": "^5.0.0",
"globals": "^15.9.0",
"npm-run-all": "^4.1.5",
"ora": "^8.1.0",
"pnpm": "^9.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.1.4",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"uuid": "^10.0.0",
"vite": "^5.4.1"
}
}