-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 2.27 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@gatsbyjs/reach-router": "^1.3.6",
"@reach/router": "^1.3.4",
"dotenv": "^8.2.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"gatsby": "^4.0.0",
"gatsby-image": "^2.2.30",
"gatsby-link": "^3.3.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-layout": "^1.1.13",
"gatsby-plugin-manifest": "^2.2.25",
"gatsby-plugin-offline": "^3.0.17",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-transition-link": "^1.16.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-react-router-scroll": "^4.3.0",
"gatsby-remark-images": "^3.1.32",
"gatsby-source-contentful": "^7.15.0",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-remark": "^2.6.37",
"gatsby-transformer-sharp": "^4.19.0",
"gsap": "^3.6.1",
"kursor": "^0.1.6",
"lodash": "^4.17.21",
"lottie-web": "^5.9.6",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-animations": "^1.0.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-reveal": "^1.2.2",
"react-text-reveal": "^1.1.2",
"react-transition-group": "^4.3.0",
"sharp": "^0.31.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"prettier": "^1.18.2",
"sass": "^1.52.1",
"yarn-upgrade-all": "^0.7.1"
},
"resolutions": {
"sharp": "0.31.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_ENV=development gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}