-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 889 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
{
"name": "contentstack-nuxt3-starter-app",
"description": "A starter app for Contentstack and nuxt3",
"version": "1.3.1",
"private": true,
"author": "Contentstack",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"license": "MIT",
"dependencies": {
"@contentstack/live-preview-utils": "^1.4.0",
"@contentstack/utils": "^1.3.1",
"@pinia/nuxt": "^0.4.11",
"@types/lodash": "^4.14.195",
"contentstack": "^3.19.0",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"pinia": "^2.1.4",
"vue-dompurify-html": "^4.1.4",
"vue3-json-viewer": "^2.2.2"
},
"devDependencies": {
"@types/node": "^20.3.3",
"nuxt": "^3.10.0",
"semver": "^7.5.3"
},
"overrides": {
"vue": "latest"
}
}