-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 848 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
{
"name": "gridsome-blog",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/remark-prismjs": "^0.2.0",
"@gridsome/source-filesystem": "^0.6.0",
"@gridsome/transformer-remark": "^0.3.4",
"@vssue/api-github-v3": "^1.0.3",
"gridsome": "^0.7.4",
"gridsome-plugin-pwa": "0.0.12",
"gridsome-plugin-rss": "^1.1.3",
"vssue": "1.4.2"
},
"devDependencies": {
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"fs-extra": "^8.1.0"
}
}