-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 819 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 819 Bytes
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": "amishdev.com",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"newpost": "node scripts/newPost.js"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.4.0",
"gridsome": "^0.7.11",
"gridsome-plugin-remark-shiki": "^0.3.0",
"gridsome-plugin-rss": "^1.2.0",
"medium-zoom": "^1.0.4",
"vue-parallaxy": "^1.1.1"
},
"devDependencies": {
"moment": "^2.24.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"tailwindcss": "^1.1.4",
"tailwindcss-transitions": "^2.1.0"
}
}