-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
60 lines (60 loc) · 1.91 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.1.8",
"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": "^3.9.1",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/prime": "^1.2.1",
"@iconify-json/twemoji": "^1.2.1",
"@intlify/core": "9.14.0",
"@nuxt/content": "2.13.4",
"@nuxt/devtools": "^1.6.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/test-utils": "^3.14.4",
"@pinia/nuxt": "^0.7.0",
"@primevue/themes": "^4.2.2",
"@sfxcode/formkit-primevue-nuxt": "^1.2.2",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@unocss/nuxt": "^0.64.1",
"@vitest/ui": "^2.1.5",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^11.2.0",
"c8": "^10.1.2",
"changelogen": "^0.5.7",
"eslint": "^9.15.0",
"happy-dom": "^15.11.6",
"jsdom": "^25.0.1",
"nuxt": "^3.14.159",
"sass": "1.78.0",
"typescript": "^5.6.3",
"unstorage": "^1.13.1",
"vitest": "^2.1.5",
"vue-sidebar-menu": "^5.4.2"
},
"packageManager": "[email protected]+sha256.ccce81bf7498c5f0f80e31749c1f8f03baba99d168f64590fc7e13fad3ea1938"
}