-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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": "yuubin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lint": "^6.5.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.8.1",
"@mantine/form": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/modals": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@reduxjs/toolkit": "^2.0.1",
"@tabler/icons-react": "^2.46.0",
"@tauri-apps/api": "^1.5.2",
"@uiw/codemirror-theme-quietlight": "^4.22.1",
"@uiw/codemirror-theme-tokyo-night-storm": "^4.21.21",
"@uiw/codemirror-theme-vscode": "^4.22.1",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^1.6.2",
"camelcase-keys": "^9.1.3",
"clsx": "^2.1.0",
"i18next": "^23.11.5",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-redux": "^9.0.4",
"react-resizable-panels": "^2.0.16",
"snakecase-keys": "^8.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.0.2",
"vite": "^4.4.4"
}
}