This repository has been archived by the owner on Jun 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.97 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
{
"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": {
"babel-plugin-styled-components": "^1.10.1",
"classnames": "^2.2.6",
"gatsby": "^2.9.4",
"gatsby-background-image": "^0.7.2",
"gatsby-image": "^2.1.4",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.3",
"gatsby-plugin-postcss": "^2.0.7",
"gatsby-plugin-purgecss": "^4.0.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.5",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-transformer-sharp": "^2.1.21",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-linkify": "^1.0.0-alpha",
"styled-components": "^4.3.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"autoprefixer": "^9.6.0",
"cssnano": "^4.1.10",
"prettier": "^1.18.2",
"tailwindcss": "^1.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"gatsby:build": "gatsby build",
"gatsby:develop": "gatsby develop",
"gatsby:format": "prettier --write src/**/*.{js,jsx}",
"gatsby:start": "npm run develop",
"gatsby:serve": "gatsby serve",
"gatsby:test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}