forked from pixie-io/px.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.39 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"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": {
"@emotion/core": "10.1.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"babel-plugin-styled-components": "^1.13.2",
"dotenv": "^8.2.0",
"emotion": "^10.0.9",
"emotion-server": "^10.0.9",
"emotion-theming": "^10.0.10",
"eslint-plugin-prettier": "^3.1.2",
"gatsby": "^2.19.12",
"gatsby-image": "2.11.0",
"gatsby-plugin-anchor-links": "^1.2.0",
"gatsby-plugin-emotion": "4.5.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.11.0",
"gatsby-plugin-hubspot": "^1.3.4",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-css-modules-scss-support": "^0.1.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-scroll-reveal": "0.0.6",
"gatsby-plugin-segment-js": "^3.1.0",
"gatsby-plugin-sharp": "2.14.4",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-theme-material-ui": "^1.0.8",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "2.12.1",
"js-cookie": "^2.2.1",
"node-fetch": "^2.6.0",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-body-classname": "^1.3.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-multi-carousel": "^2.5.5",
"rehype-react": "^4.0.1",
"sass": "^1.42.1",
"slugify": "^1.3.6",
"styled-components": "^4.4.0",
"typescript": "^3.7.5",
"@snyk/protect": "latest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"gatsby-plugin-sitemap": "^2.12.0",
"prettier": "^1.17.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"lint": "eslint '**/*.{js,jsx,ts,tsx}' && git ls-files '**/*.tsx' '**/*.ts' '**/*.js' '**/*.jsx' '**/*.scss' '**/*.py' | xargs -n1 tools/licenses/checker.py -f",
"lint-fix": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"snyk": true
}