forked from halo-sigs/plugin-moments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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
54
55
56
57
58
59
{
"type": "module",
"scripts": {
"dev": "vite build --mode development --watch",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prettier": "prettier --write src/"
},
"dependencies": {
"@halo-dev/api-client": "^2.18.0",
"@halo-dev/components": "^2.18.0",
"@halo-dev/console-shared": "^2.18.0",
"@halo-dev/richtext-editor": "^2.18.0",
"@tanstack/vue-query": "^4.37.1",
"@tiptap/suggestion": "^2.5.9",
"@vueuse/core": "^9.13.0",
"@vueuse/router": "^10.11.1",
"axios": "^1.7.3",
"dayjs": "^1.11.12",
"floating-vue": "2.0.0-beta.20",
"highlight.js": "^11.10.0",
"lodash-es": "^4.17.21",
"tippy.js": "^6.3.7",
"vue": "^3.4.37",
"vue-datepicker-next": "^1.0.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^2.18.0",
"@iconify/json": "^2.2.235",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/jsdom": "^16.2.15",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.9",
"@unocss/eslint-config": "^0.61.9",
"@vitejs/plugin-vue": "^5.1.2",
"@tsconfig/node20": "^20.1.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^8.7.1",
"jsdom": "^19.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.77.8",
"typescript": "~5.5.4",
"unocss": "^0.61.9",
"unplugin-icons": "^0.15.3",
"vite": "^5.4.0",
"vitest": "^0.13.1",
"vue-tsc": "^2.0.24"
}
}