-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.94 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
{
"name": "amsterdam-diaries",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"import": "tsx ./importer/import.ts",
"import:test": "vitest --dir ./importer",
"import:validate": "tsx ./importer/validate.ts",
"import:build": "rollup -c rollup.config.js",
"lint": "eslint './**/*.{vue,ts}'",
"lint:fix": "eslint --fix './**/*.{vue,ts}'",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"ts:check": "vue-tsc --noEmit --skipLibCheck"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@nuxtjs/robots": "^3.0.0",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.5",
"jsonld": "^8.3.2",
"leaflet": "^1.9.4",
"mariadb": "^3.3.1",
"nuxt": "^3.13.1",
"openseadragon": "^5.0.0",
"pinch-zoom-js": "^2.3.5",
"ress": "^5.0.2",
"tslib": "^2.7.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@hypernym/nuxt-gsap": "^2.4.2",
"@iconify/vue": "^4.1.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@types/cli-progress": "^3.11.6",
"@types/geojson": "^7946.0.14",
"@types/jsonld": "^1.5.13",
"@types/leaflet": "^1.9.11",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^3.2.5",
"rollup": "^4.21.3",
"sass": "^1.72.0",
"tsx": "^4.19.1",
"typescript": "5.3.3",
"unplugin-auto-import": "^0.18.2",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27"
}
}