-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 856 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
{
"name": "datocms-nuxtjs-demo",
"version": "1.0.0",
"description": "DatoCMS+Nuxt.js blog demo",
"author": "Stefano Verna",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/dotenv": "^1.4.1",
"date-fns": "^2.17.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"npm-force-resolutions": "^0.0.10",
"nuxt": "^2.15.4",
"vue": "^2.6.14",
"vue-datocms": "^0.2.3"
},
"devDependencies": {
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^1.19.1"
},
"resolutions": {
"normalize-url": "6.0.1",
"glob-parent": "6.0.0"
}
}