-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "dev-boop",
"version": "1.0.0",
"description": "一个功能全面的 Windows 开发工具箱应用程序",
"main": "./out/main/index.js",
"scripts": {
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "electron-vite build",
"test": "vitest --run",
"test:e2e": "playwright test",
"typecheck": "tsc -p tsconfig.node.json --noEmit && tsc -p tsconfig.web.json --noEmit"
},
"keywords": [
"electron",
"toolbox",
"developer",
"windows",
"fluent-ui"
],
"author": "DevBoop",
"license": "MIT",
"devDependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@playwright/test": "^1.41.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^18.19.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"electron": "^28.1.0",
"electron-vite": "^2.0.0",
"jsdom": "^27.4.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^1.2.0"
},
"dependencies": {
"@fluentui/react-components": "^9.46.0",
"@fluentui/react-icons": "^2.0.226",
"@types/js-yaml": "^4.0.9",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.29.2",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"jose": "^6.1.3",
"js-yaml": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^16.5.4",
"tailwind-merge": "^3.4.0",
"zustand": "^4.5.0"
}
}