-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
{
"name": "penio",
"private": true,
"version": "0.1.0",
"type": "module",
"workspaces": [
"src/packages/excalidraw/packages/excalidraw",
"src/packages/excalidraw/packages/utils",
"src/packages/excalidraw/packages/math"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@blueprintjs/core": "^6.4.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/fira-code": "^5.2.7",
"@fontsource/noto-sans": "^5.2.10",
"@fontsource/noto-sans-sc": "^5.2.9",
"@fontsource/noto-sans-tc": "^5.2.9",
"@mojs/core": "^1.7.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-cli": "~2",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-http": "^2.5.4",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "^2.3.3",
"@tauri-apps/plugin-store": "^2.4.1",
"@uiw/color-convert": "^2.9.2",
"@uiw/react-color-sketch": "^2.9.2",
"ahooks": "^3.9.6",
"axios": "^1.13.2",
"i18next": "^25.7.4",
"points-on-curve": "^1.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^16.5.3",
"tauri-plugin-macos-permissions-api": "^2.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"sass": "^1.80.0",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}