forked from Elawen-Carl/Cursor_Pro_Helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 Bytes
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
{
"name": "cursor-pro-helper",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/cli": "^2.2.5",
"@vicons/antd": "^0.13.0",
"vfonts": "^0.0.3",
"vue-i18n": "9"
},
"devDependencies": {
"@types/node": "^20.17.13",
"@types/vue": "^1.0.31",
"@vitejs/plugin-vue": "^4.0.0",
"@volar/vue-language-core": "^1.6.5",
"@vue/runtime-core": "^3.5.13",
"@vue/runtime-dom": "^3.5.13",
"naive-ui": "^2.41.0",
"typescript": "^5.7.3",
"unplugin-vue-define-options": "^1.5.3",
"vite": "^4.0.0",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
}
}