-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "kickstart-nuxt",
"version": "1.1.0",
"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"
},
"overrides": {
"uuid": "11.1.1",
"ws": "8.21.0",
"brace-expansion": "5.0.6",
"devalue": "5.8.1",
"qs": "6.15.2",
"glob": "11.1.0"
},
"dependencies": {
"@contentstack/delivery-sdk": "^5.2.1",
"@contentstack/live-preview-utils": "^4.4.4",
"@contentstack/utils": "^1.9.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"nuxt": "^4.4.8",
"nuxt-contentstack": "^0.1.17",
"vue": "^3.5.38",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@types/node": "^24.13.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.62.0",
"@rollup/rollup-linux-x64-musl": "^4.62.0"
}
}