-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.29 KB
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
35
36
37
38
39
40
41
42
43
44
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"anchorate": "^1.2.4",
"gatsby": "^5.3.3",
"gatsby-image": "^3.11.0",
"gatsby-link": "^5.3.1",
"gatsby-plugin-netlify-cms": "^7.3.0",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-stylus": "^5.3.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"gatsby-transformer-yaml": "^5.3.0",
"jquery": "^3.3.1",
"netlify-cms-app": "^2.15.72",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-transition-group": "^4.4.5",
"rellax": "^1.12.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"prettier": "^1.11.1"
}
}