-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
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": "kickstart-nuxt",
"version": "1.0.10",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/contentstack/kickstart-nuxt"
},
"description": "Contentstack Kickstarts are the minimum amount of code needed to connect to Contentstack to Nuxt.",
"author": "Tim Benniks <tim.benniks@contentstack.com>",
"annotation": "Lo Etheridge <lo.etheridge@contentstack.com>",
"homepage": "https://contentstack.com",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@contentstack/delivery-sdk": "^5.1.2",
"@contentstack/live-preview-utils": "^4.4.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@timbenniks/contentstack-endpoints": "^2.1.0",
"nuxt": "^4.3.1",
"nuxt-contentstack": "^0.1.17",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@types/node": "^24.12.2"
}
}