-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.34 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@rezozero/nuxt-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
"stories": "nuxi dev stories",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"prepare": "nuxi prepare",
"postinstall": "nuxi prepare && husky",
"generate:maintenance": "nuxt generate --maintenance",
"lint": "pnpm lint:js && pnpm lint:css",
"lint-fix": "pnpm lint:js --fix && pnpm lint:css --fix",
"lint:js": "eslint .",
"lint:css": "stylelint \"**/*.{vue,css,scss}\"",
"xilo": "node ./node_modules/@rezo-zero/xilofone-fetch/dist/index.js"
},
"devDependencies": {
"@nuxt/eslint": "^1.16.0",
"@nuxt/icon": "^2.2.3",
"@nuxt/image": "^2.0.0",
"@nuxtjs/i18n": "10.2.4",
"@nuxtjs/robots": "^6.1.1",
"@nuxtjs/sitemap": "^8.2.1",
"@rezo-zero/intervention-request-provider": "^2.0.0",
"@rezo-zero/nuxt-cache-control": "^0.1.11",
"@rezo-zero/xilofone-fetch": "^1.0.0",
"@roadiz/types": "^0.5.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.24",
"@types/node": "^24.13.2",
"eslint": "^10.5.0",
"husky": "^9.1.7",
"include-media": "^2.0.0",
"nuxt": "^4.4.8",
"postcss-html": "^1.8.1",
"postcss-pxtorem": "^6.1.0",
"sass": "^1.101.0",
"stylelint": "^17.13.0",
"stylelint-config-css-modules": "^4.6.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "~6.0.3",
"vite-svg-loader": "^5.1.1"
},
"dependencies": {
"@events-api/javascript-sdk": "^9.3.5",
"@floating-ui/vue": "^2.0.0",
"@gtm-support/vue-gtm": "^3.2.0",
"@popperjs/core": "^2.11.8",
"@sentry/nuxt": "^10.58.0",
"@vue-a11y/skip-to": "^3.0.3",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"body-scroll-lock": "^3.1.5",
"floating-vue": "^5.2.2",
"lodash": "^4.18.1",
"marked": "^18.0.5",
"nuxt-schema-org": "^6.2.1",
"ohash": "^2.0.11",
"plyr": "^3.8.4",
"swiper": "^12.2.0",
"tiny-emitter": "^2.1.0",
"ufo": "^1.6.4",
"v-calendar": "^3.1.2",
"vue-multiselect": "^3.5.0"
},
"engines": {
"node": "24.14.1"
},
"packageManager": "pnpm@11.5.1"
}