forked from cars10/elasticvue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
52
53
{
"name": "elasticvue",
"private": true,
"version": "1.0.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"tsc": "tsc --noEmit && vue-tsc",
"lint": "eslint --ext .js,.vue,.ts src",
"test:unit": "vitest run tests/unit",
"test:e2e": "playwright test --project=chromium",
"test:e2e:all": "playwright test",
"test:e2e:watch": "PWTEST_WATCH=1 playwright test --project=chromium",
"test:e2e:report": "playwright show-report",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"bundle:report": "vite-bundle-visualizer"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/extras": "^1.16.9",
"@tauri-apps/api": "^1.5.3",
"codemirror": "^6.0.1",
"idb": "^8.0.0",
"json-bigint": "^1.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"pretty-bytes": "^6.1.1",
"quasar": "^2.14.2",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue-resizable": "^2.1.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@quasar/vite-plugin": "^1.6.0",
"@tauri-apps/cli": "^1.5.9",
"@types/json-bigint": "^1.0.4",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-bundle-visualizer": "^1.0.0",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.27"
}
}