-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "translator-cheatsheet",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:build": "tauri build",
"tauri:dev": "tauri dev"
},
"dependencies": {
"@arco-design/web-vue": "~2.52.1",
"@arco-plugins/vite-vue": "^1.4.5",
"@tauri-apps/api": "^1.5.3",
"@vitejs/plugin-legacy": "^5.2.0",
"@vueuse/core": "^10.7.1",
"autoprefixer": "~10.4.16",
"axios": "^1.6.3",
"fastest-levenshtein": "^1.0.16",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"pinyin-pro": "^3.18.5",
"postcss": "~8.4.32",
"postcss-plugin-px2rem": "^0.8.1",
"postcss-preset-env": "^9.3.0",
"tailwindcss": "~3.3.7",
"tauri-settings": "^0.3.4",
"terser": "^5.26.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vue": "^3.3.13"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^5.0.0",
"eslint": "^9.0.0",
"husky": "^9.0.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-tsc": "^2.0.0"
}
}