-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "cxx2flow-gui",
"private": true,
"version": "0.1.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"format": "prettier --write src/",
"postinstall": "patch-package"
},
"dependencies": {
"@hpcc-js/wasm": "^2.14.1",
"@tauri-apps/api": "^1.5.1",
"@vueuse/core": "^10.5.0",
"@vueuse/shared": "^10.5.0",
"codemirror": "^5.65.15",
"codemirror-editor-vue3": "^2.4.1",
"split.js": "^1.6.5",
"vue": "^3.3.8"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@tauri-apps/cli": "^1.5.6",
"@types/codemirror": "^5.60.13",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
}
}