generated from sdras/ecommerce-netlify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 956 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
36
37
{
"name": "lifefitness",
"version": "1.0.0",
"description": "Demo ecommerce store using Nuxt.js and Netlify functions",
"author": "chrishannaby",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/sitemap": "^2.4.0",
"@sendgrid/mail": "^7.4.2",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@tailwindcss/ui": "^0.7.2",
"axios": "^0.19.0",
"cloudinary": "^1.25.1",
"dotenv": "^8.2.0",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"stripe": "^7.4.0",
"twilio": "^3.59.0",
"v-mask": "^2.2.4",
"vue-stripe-elements-plus": "^0.3.2"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.0.3",
"nodemon": "^1.18.9",
"postcss": "^8.2.9"
}
}