-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
60 lines (60 loc) · 1.97 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
{
"name": "nuxt3-primevue-starter",
"type": "module",
"version": "2.2.6",
"license": "MIT",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"info": "nuxi info",
"generate": "nuxi generate",
"preview": "nuxi preview",
"module": "nuxi init -t module my-module",
"start": "node .output/server/index.mjs",
"lint": "eslint ./app",
"lint:fix": "eslint --fix ./app",
"test:ui": "vitest --ui",
"test:unit": "vitest --run --reporter verbose",
"test:coverage": "vitest run --coverage",
"postinstall": "nuxt prepare",
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/prime": "^1.2.2",
"@iconify-json/twemoji": "^1.2.2",
"@nuxt/content": "^3.1.0",
"@nuxt/devtools": "2.0.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/test-utils": "^3.15.4",
"@pinia/nuxt": "^0.9.0",
"@primevue/themes": "^4.2.5",
"@sfxcode/formkit-primevue-nuxt": "^1.2.12",
"@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",
"@unocss/nuxt": "^65.4.3",
"@vitest/ui": "^3.0.5",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^12.5.0",
"c8": "^10.1.3",
"changelogen": "^0.5.7",
"eslint": "^9.20.0",
"happy-dom": "^17.0.0",
"jsdom": "^26.0.0",
"nuxt": "^3.15.4",
"sass": "1.78.0",
"typescript": "^5.7.3",
"unstorage": "^1.14.4",
"vitest": "^3.0.5",
"vue-router": "^4.5.0",
"vue-sidebar-menu": "^5.4.2"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}