forked from geek-fun/sqlkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.74 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
59
{
"name": "sqlkit",
"type": "module",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"tauri": "tauri",
"lint:check": "eslint ./",
"lint:fix": "eslint --fix ./",
"test": "jest --runInBand --coverage --coverageReporters json-summary text html lcov",
"test:ci": "jest --runInBand --ci --coverage --coverageReporters json-summary text html lcov"
},
"dependencies": {
"@monaco-editor/loader": "^1.7.0",
"@tanstack/vue-virtual": "^3.13.28",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "^2.4.3",
"@tauri-apps/plugin-updater": "^2.10.1",
"@vueuse/core": "^14.1.0",
"json-with-bigint": "^3.5.8",
"json5": "^2.2.3",
"lodash": "^4.18.1",
"monaco-editor": "^0.55.1",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"radix-vue": "^1.9.17",
"ulidx": "^2.4.1",
"vue": "^3.5.13",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@antfu/eslint-config": "^7.0.1",
"@iconify/json": "^2.2.482",
"@tauri-apps/cli": "^2",
"@types/jest": "^30.0.0",
"@unocss/eslint-plugin": "^66.6.0",
"@vitejs/plugin-vue": "^5.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.3.1",
"husky": "^9.1.7",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"typescript": "~5.6.2",
"unocss": "^66.6.0",
"unocss-preset-shadcn": "^1.0.1",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}