forked from gridsome/gridsome-starter-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 740 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
{
"name": "josesilva.dev",
"private": true,
"scripts": {
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider gridsome build",
"develop": "cross-env NODE_OPTIONS=--openssl-legacy-provider gridsome develop",
"explore": "cross-env NODE_OPTIONS=--openssl-legacy-provider gridsome explore"
},
"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",
"gridsome-plugin-rss": "^1.3.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"sass": "^1.77.0",
"sass-loader": "^10.4.1"
},
"overrides": {
"sharp": "^0.29.0"
}
}