forked from scottyzen/woonuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 890 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
{
"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.10.0",
"@vueform/slider": "^2.1.10",
"@vueuse/core": "^11.3.0"
},
"devDependencies": {
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "1.8.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/typography": "^0.5.15",
"nuxt": "^3.14.1592",
"nuxt-graphql-client": "^0.2.41",
"prettier": "^3.4.1",
"woonuxt-settings": "^1.0.61"
},
"overrides": {
"sharp": "0.32.6"
}
}