-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
94 lines (94 loc) · 3.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "vite-primevue-starter",
"version": "2.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"preview": "vite build && vite preview",
"preview-https": "serve dist",
"start": "pnpm dev & wait-on tcp:3333 -v",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"test:unit": "vitest --run --reporter verbose",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
},
"devDependencies": {
"@antfu/eslint-config": "4.1.1",
"@iconify/json": "^2.2.304",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@primevue/themes": "^4.2.5",
"@sfxcode/formkit-primevue": "^2.7.5",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/vue-3": "^2.11.5",
"@types/markdown-it-link-attributes": "^3.0.5",
"@unocss/eslint-config": "^65.4.3",
"@unocss/preset-attributify": "^65.4.3",
"@unocss/preset-icons": "^65.4.3",
"@unocss/preset-typography": "^65.4.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^3.0.5",
"@vue/server-renderer": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"@vuedx/typecheck": "~0.7.6",
"@vuedx/typescript-plugin-vue": "~0.7.6",
"@vueuse/core": "^12.5.0",
"@vueuse/head": "~2.0.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.20",
"c8": "^10.1.3",
"changelogen": "^0.5.7",
"chart.js": "^4.4.7",
"consola": "^3.4.0",
"cross-env": "^7.0.3",
"eslint": "^9.20.0",
"happy-dom": "^17.0.2",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"pinia": "~2.3.1",
"pinia-cached-store": "^0.6.6",
"pnpm": "^10.2.1",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"prism-theme-vars": "^0.2.5",
"quill": "^2.0.3",
"rxjs": "^7.8.1",
"sass": "1.78.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-markdown": "^28.3.0",
"vite": "^6.1.0",
"vite-plugin-inspect": "^10.1.1",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-restart": "^0.4.2",
"vite-plugin-vue-devtools": "^7.7.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^25.0.0",
"vitest": "^3.0.5",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"vue-sidebar-menu": "^5.4.2",
"vue-tsc": "^2.2.0",
"wait-on": "~8.0.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
},
"packageManager": "[email protected]+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}