-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
{
"name": "hello",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
},
"dependencies": {
"@nuxt/a11y": "^1.0.0-alpha.1",
"@nuxt/eslint": "^1.15.2",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^0.13.2",
"@nuxt/ui": "^4.6.0",
"@nuxtjs/robots": "^6.0.6",
"@nuxtjs/sitemap": "^8.0.12",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/starter-kit": "^3.22.2",
"@tiptap/vue-3": "^3.22.2",
"cronstrue": "^3.14.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"marked": "^17.0.6",
"node-html-parser": "^7.1.0",
"nuxt": "^4.4.2",
"svgo": "^4.0.1",
"tailwindcss": "^4.2.2",
"tiptap-markdown": "^0.9.0",
"vue": "^3.5.30",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/test-utils": "^4.0.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.5.0",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.8.9",
"vitest": "^4.1.2"
}
}