-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.9 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.9 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
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
77
78
79
80
81
82
83
{
"name": "gatsby-starter-grayscalre-promo",
"description": "",
"version": "1.0.0",
"author": "Sergei Gannochenko <gannochenko.sv@gmail.com>",
"dependencies": {
"@bucket-of-bolts/styled-companion": "^1.0.14",
"animated-scroll-to": "^2.0.3",
"babel-plugin-styled-components": "^1.10.0",
"events": "^3.0.0",
"gatsby": "^2.1.18",
"gatsby-image": "^2.0.30",
"gatsby-plugin-manifest": "^2.0.19",
"gatsby-plugin-netlify-cms": "^4.1.21",
"gatsby-plugin-offline": "^3.0.7",
"gatsby-plugin-react-helmet": "^3.0.7",
"gatsby-plugin-sharp": "^2.0.22",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-sharp": "^2.1.14",
"netlify-cms-app": "^2.9.7",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"sharp": "^0.23.0",
"styled-components": "^4.1.3",
"throttle-debounce": "^2.1.0",
"write": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@types/events": "^3.0.0",
"@types/react-helmet": "^5.0.10",
"@types/styled-components": "^4.1.19",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^2.0.1",
"gatsby-plugin-typescript": "^2.1.8",
"gh-pages": "^2.0.1",
"husky": "^3.0.5",
"prettier": "^1.17.1",
"pretty-quick": "^1.11.0",
"typescript": "^3.6.3",
"typescript-styled-plugin": "^0.14.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "rm -rf ./.cache/; gatsby develop --host=0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"lint": "eslint ./src/ --ext .jsx,.tsx",
"lint:fix": "eslint ./src/ --ext .ts,.tsx --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/blakenoll/gatsby-starter-styled-components"
},
"bugs": {
"url": "https://github.com/blakenoll/gatsby-starter-styled-components/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}