-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 891 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": "jamstack-demo",
"version": "1.1.0",
"description": "My divine Nuxt.js project",
"author": "k-miyake",
"private": true,
"scripts": {
"dev": "nuxt",
"serve": "nuxt serve",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"contentful:generate": "contentful-typescript-codegen --output contentful/generated/types.ts"
},
"dependencies": {
"core-js": "^3.15.1",
"contentful": "^8.4.2",
"isomorphic-unfetch": "^3.1.0",
"@nuxtjs/bulma": "^1.2.7",
"@nuxtjs/markdownit": "^2.0.0",
"nuxt": "^2.15.7"
},
"devDependencies": {
"@contentful/rich-text-types": "^15.0.0",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/dotenv": "^1.4.1",
"@vue/runtime-dom": "^3.1.4",
"contentful-management": "^7.27.0",
"contentful-typescript-codegen": "^3.2.2"
}
}