-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 KB
/
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
{
"private": true,
"name": "lengstorf.com",
"version": "0.0.0-semantic-release",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"dotenv": "^8.0.0",
"gatsby": "^2.24.67",
"gatsby-parallel-runner": "^1.3.0",
"gatsby-plugin-algolia": "^0.11.2",
"gatsby-plugin-amplitude-analytics": "^2.0.0",
"gatsby-plugin-instagram-embed": "^2.0.1",
"gatsby-plugin-manifest": "^2.4.33",
"gatsby-plugin-netlify": "^2.3.16",
"gatsby-plugin-offline": "^3.2.30",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sitemap": "^2.4.14",
"gatsby-source-airtable": "^2.0.2",
"gatsby-theme-jason-blog": "^2.0.2",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"prettier": "^2.1.2",
"pretty-quick": "^2.0.2",
"webpack-bundle-analyzer": "^3.9.0"
}
}