-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.32 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 <mathews.kyle@gmail.com>",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-layout": "^1.1.13",
"gatsby-plugin-lodash": "^3.1.10",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-optimize-svgs": "^1.0.3",
"gatsby-plugin-react-axe": "^0.2.2",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-graphql": "^2.1.17",
"gatsby-transformer-sharp": "^2.2.20",
"local-storage": "^2.0.0",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-md": "^1.12.3",
"reactn": "^2.2.4"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"@danbruegge/gatsby-plugin-stylelint": "^3.4.1",
"@hot-loader/react-dom": "^16.10.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.17",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"gatsby-plugin-eslint": "^2.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"react-test-renderer": "^16.10.2",
"stylelint": "^11.0.0",
"stylelint-config-recess-order": "^2.0.3",
"stylelint-scss": "^3.11.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest --updateSnapshot --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}