This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
99 lines (99 loc) · 3.21 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/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-regular-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.13",
"@types/react": "^16.9.49",
"@types/react-helmet": "^6.1.0",
"@types/react-responsive": "^8.0.2",
"@types/styled-components": "^5.1.9",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "2.28.0",
"gatsby-image": "^2.4.9",
"gatsby-plugin-emotion": "^4.3.12",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-styled-components": "^4.1.0",
"gatsby-source-filesystem": "^2.3.14",
"gatsby-transformer-sharp": "^2.5.7",
"parse-json": "^5.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-responsive": "^8.2.0",
"react-slick": "0.27.13",
"slick-carousel": "1.8.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-syntax-class-properties": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@storybook/addon-actions": "^6.0.22",
"@storybook/addon-essentials": "^6.0.22",
"@storybook/addon-links": "^6.0.22",
"@storybook/react": "^6.0.22",
"@types/node": "^14.11.2",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-emotion": "11.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-root-import": "^6.5.0",
"babel-preset-react-app": "^9.1.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.22.1",
"gatsby-cli": "^2.12.101",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-typescript": "^2.4.21",
"prettier": "2.0.5",
"react-is": "^16.13.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"plugins": [
[
"emotion",
{
"autoLabel": true,
"labelFormat": "[dirname]=[filename]-[local]"
}
]
]
}