-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "online-collections-components",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@tailwindcss/forms": "^0.5.9",
"@types/openseadragon": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"vite-plugin-svg-icons": "^2.0.1"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.2",
"@nuxtjs/i18n": "^9.0.0",
"@nuxtjs/sitemap": "^6.1.1",
"@vueform/slider": "^2.1.10",
"@vueuse/core": "^11.1.0",
"@yeger/vue-masonry-wall": "^5.0.15",
"floating-vue": "^5.2.2",
"http-proxy-middleware": "^3.0.2",
"nuxt": "^3.13.0",
"openseadragon": "^5.0.0",
"vue": "latest",
"vue-router": "latest",
"vue3-carousel-nuxt": "^1.1.3",
"zod": "^3.23.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.13.0"
}
}