-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 971 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 971 Bytes
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
{
"name": "CeylonGuides-Web",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@nuxt/eslint": "^1.12.1",
"@nuxt/fonts": "^0.12.1",
"@nuxt/image": "^2.0.0",
"@types/marked": "^5.0.2",
"jspdf": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"marked": "^17.0.1",
"nuxt": "^4.2.2",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/leaflet": "^1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"@types/node": "^25.0.3",
"@vue/test-utils": "^2.4.3",
"happy-dom": "^12.10.3",
"typescript": "^5.7.3",
"vitest": "^2.0.0",
"vue-tsc": "^2.1.10"
}
}