-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 913 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
{
"name": "gridsome-starter-blog",
"author": "Mario Ramos",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"serve": "gridsome develop",
"start": "gridsome develop",
"explore": "gridsome explore",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"gridsome": "^0.7.23",
"i": "^0.3.7",
"npm": "^7.24.2",
"vue-disqus": "^4.0.1",
"vuetify": "^2.6.6"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.0.1",
"node-sass": "^7.0.3",
"prettier": "2.6.2",
"sass-loader": "^10"
}
}