-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 969 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
{
"private": true,
"name": "site",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"clean": "gatsby clean",
"proxy": "netlify-cms-proxy-server",
"format": "prettier --write . --ignore-path ./node_modules/@younho9/prettier-config/.prettierignore"
},
"prettier": "@younho9/prettier-config",
"dependencies": {
"@narative/gatsby-theme-novela": "0.14.4",
"gatsby": "2.21.9",
"gatsby-cli": "2.12.7",
"gatsby-plugin-google-analytics": "2.3.0",
"gatsby-plugin-manifest": "2.4.1",
"gatsby-plugin-netlify-cms": "^4.1.40",
"gatsby-plugin-offline": "3.2.0",
"gatsby-plugin-robots-txt": "1.5.0",
"gatsby-plugin-sitemap": "2.4.2",
"netlify-cms-app": "^2.11.23",
"netlify-cms-proxy-server": "^1.1.4",
"prettier": "2.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@younho9/prettier-config": "2.1.0"
}
}