-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.33 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
{
"name": "wallaby-3390",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/heroicons": "^1.1.24",
"@iconify-json/heroicons-outline": "^1.1.11",
"@iconify-json/heroicons-solid": "^1.1.12",
"@iconify-json/mdi": "^1.1.68",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.1",
"@nuxtjs/i18n": "8.1.0",
"@nuxtjs/robots": "^4.0.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.2",
"@storyblok/nuxt": "^6.0.10",
"@types/markdown-it": "^14.1.2",
"@vitejs/plugin-vue": "^5.1.1",
"@vueuse/core": "^10.11.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"@zip.js/zip.js": "^2.7.47",
"change-case": "^5.4.4",
"consola": "^3.2.3",
"crypto-js": "^4.2.0",
"csv": "^6.3.10",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-plain-text": "^0.3.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-video": "https://github.com/jrutila/markdown-it-video/tarball/master",
"markdown-it-when": "^1.0.2",
"octokit": "^4.0.2",
"pinia": "^2.2.1",
"txml": "^5.1.1",
"typescript": "^5.5.4",
"vue-recaptcha-v3": "^2.0.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@mocks-server/cypress-commands": "^6.1.1",
"@mocks-server/main": "^4.1.0",
"@nuxt/test-utils": "^3.14.0",
"@nuxtjs/seo": "2.0.0-rc.16",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
"cheerio": "1.0.0-rc.12",
"concurrently": "~8.2.2",
"cross-env": "^7.0.3",
"cypress": "^13.13.1",
"cypress-failed-log": "^2.10.0",
"cypress-localstorage-commands": "^2.2.6",
"cypress-multi-reporters": "^1.6.4",
"happy-dom": "^14.12.3",
"html-differ": "^1.4.0",
"jstoxml": "^5.0.2",
"mocha-junit-reporter": "^2.2.1",
"nuxi": "^3.12.0",
"nuxt": "^3.12.4",
"prettier": "~3.3.3",
"start-server-and-test": "^2.0.5",
"vite-tsconfig-paths": "~4.3.2",
"vitest": "^2.0.4",
"vitest-environment-nuxt": "^1.0.0",
"xml-js": "^1.6.11"
}
}