-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 918 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
{
"name": "gridsome-starter-scroll",
"version": "1.0.0",
"description": "A Gridsome starter using Windi CSS and Markdown to create a portfolio page",
"repository": {
"type": "git",
"url": "git+https://github.com/ionos-deploy-now/gridsome-starter-scroll.git"
},
"author": {
"name": "Markus Hunsalz"
},
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "eslint --ext .ts,.js,.vue src"
},
"engines": {
"node": "^14 <15"
},
"dependencies": {
"gridsome": "^0.7.23",
"vue-material-design-icons": "^5.0.0",
"vue-scrollactive": "^0.9.3"
},
"devDependencies": {
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"gridsome-plugin-windicss": "^1.0.5",
"sass": "^1.49.9",
"sass-loader": "^10.1.1"
}
}