-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 983 Bytes
/
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
{
"name": "woonuxt",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"dev:ssl": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev --https --ssl-cert localhost.pem --ssl-key localhost-key.pem",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"serve": "nuxi generate && npx serve .output/public -l 8080"
},
"dependencies": {
"@stripe/stripe-js": "^4.3.0",
"@vueform/slider": "^2.1.10",
"@vueuse/core": "^11.0.3",
"nuxt-font-loader": "^2.3.5",
"swiper": "^11.1.10"
},
"devDependencies": {
"@iconify-json/ion": "^1.1.19",
"@nuxt/icon": "^1.4.10",
"@nuxt/image": "1.7.0",
"@nuxtjs/i18n": "^8.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.14",
"nuxt": "^3.13.0",
"nuxt-graphql-client": "^0.2.36",
"prettier": "^3.3.3",
"woonuxt-settings": "^1.0.60"
},
"overrides": {
"sharp": "0.32.6"
}
}