-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·46 lines (46 loc) · 1.27 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
{
"name": "@basecom-gmbh/pond",
"type": "module",
"main": "./nuxt.config.ts",
"version": "0.0.17",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix && prettier . --write",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@formkit/addons": "^1.6.5",
"@formkit/auto-animate": "^0.8.2",
"@formkit/icons": "^1.6.5",
"@formkit/nuxt": "^1.6.5",
"@glidejs/glide": "^3.6.2",
"@nuxt/eslint": "^0.3.13",
"@nuxt/fonts": "^0.7.2",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.4",
"@shopware-pwa/composables-next": "^1.2.0",
"@shopware-pwa/types": "^1.0.2",
"@vimeo/player": "^2.24.0",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.13.0",
"nuxt-swiper": "^2.0.0-1",
"radix-vue": "^1.9.5",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"vitepress": "^1.3.4"
}
}