-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
30 lines (30 loc) · 885 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
{
"name": "giftegwuenu",
"private": true,
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.5.0",
"@jlengstorf/get-share-image": "^0.7.0",
"@noxify/gridsome-plugin-remark-embed": "^1.1.4",
"gridsome": "^0.7.0",
"gridsome-plugin-monetization": "^1.0.1",
"gridsome-plugin-plausible-analytics": "^1.0.0",
"gridsome-plugin-remark-prismjs-all": "^0.3.5",
"gridsome-plugin-rss": "^1.2.0",
"tailwindcss": "^1.4.6",
"vue-disqus": "^3.0.5"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-plugin-vue": "^7.6.0",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2"
}
}