-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.57 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "jeveuxaider",
"engines": {
"node": "20",
"npm": "10"
},
"private": true,
"scripts": {
"build": "npx nuxi cleanup && nuxt build",
"dev": "nuxt dev",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3",
"@flareapp/vite-plugin-sourcemap-uploader": "^1.0.2",
"@nuxt/devtools": "latest",
"@nuxtjs/sitemap": "^7.0.0",
"@nuxtjs/strapi": "^1.9.3",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/forms": "^0.5.4",
"@types/node": "^18.17.3",
"@types/numeral": "^2.0.2",
"dayjs-nuxt": "^2",
"nuxt": "^3.13.1",
"nuxt-lodash": "^2.5.0",
"vue-observe-visibility": "^2.0.0-alpha.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^39.0.2",
"@ckeditor/ckeditor5-theme-lark": "^39.0.2",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@flareapp/flare-client": "^3.0.5",
"@flareapp/flare-vue": "^3.0.5",
"@flareapp/js": "^1.0.1",
"@flareapp/vite": "^1.0.0",
"@flareapp/vue": "^1.0.1",
"@gouvfr/dsfr": "1.9.3",
"@gtm-support/vue-gtm": "^2.1.0",
"@heroicons/vue": "^2.0.18",
"@nuxt/image": "^1.0.0-rc.2",
"@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.8",
"@tailwindcss/container-queries": "^0.1.1",
"@vue-a11y/focus-loop": "^1.1.0",
"algoliasearch": "^4.19.1",
"animejs": "^3.2.2",
"axios": "^1.5.1",
"body-scroll-lock-upgrade": "^1.1.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.0",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"click-outside-vue3": "^4.0.1",
"floating-vue": "^5.2.2",
"h3-compression": "^0.3.2",
"lax.js": "^2.0.3",
"marked": "^7.0.4",
"mime-types": "^2.1.35",
"numeral": "^2.0.6",
"patternomaly": "^1.3.2",
"pinia": "^2.1.6",
"plausible-tracker": "^0.3.8",
"qs": "^6.11.2",
"slugify": "^1.6.6",
"swiper": "^10.2.0",
"uuid": "^9.0.0",
"v-calendar": "^3.0.3",
"vue-advanced-cropper": "^2.8.9",
"vue-autosuggest": "^2.2.0",
"vue-chartjs": "^5.2.0",
"vue-content-loader": "^2.0.1",
"vue-dragscroll": "^4.0.5",
"vue-json-pretty": "^2.2.4",
"vue-remix-icons": "^3.4.0",
"vue-scrollto": "^2.20.0",
"vue-snip": "^2.0.1",
"vue-star-rating": "^2.1.0",
"vue-textarea-autosize": "^1.1.1",
"vue-toastification": "^2.0.0-rc.5",
"vue3-mq": "^3.1.3",
"vue3-otp-input": "^0.4.1",
"vue3-typer": "^1.0.0",
"yup": "^1.2.0"
}
}