-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.63 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
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "openletters",
"private": true,
"description": "",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint src/**/*.js",
"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"
},
"dependencies": {
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/react-helmet": "^6.1.5",
"algoliasearch": "^4.9.1",
"bootstrap": "^4.6.1",
"dotenv": "^8.2.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"fortawesome": "0.0.1-security",
"fuse.js": "^6.2.1",
"gatsby": "^4.12.1",
"gatsby-cli": "^4.11.1",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-canonical-urls": "^4.11.0",
"gatsby-plugin-gdpr-cookies": "^2.0.8",
"gatsby-plugin-image": "^2.11.1",
"gatsby-plugin-layout": "^3.11.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-robots-txt": "^1.5.6",
"gatsby-plugin-sass": "^5.11.1",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-plugin-sitemap": "^5.11.1",
"gatsby-plugin-utils": "^3.5.1",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-source-wordpress": "^6.12.2",
"gatsby-transformer-sharp": "^4.12.1",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.0.1",
"iframe-resizer-react": "^1.0.4",
"include-media": "^1.4.9",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.20",
"luxon": "^2.3.1",
"path-browserify": "^1.0.1",
"qrcode.react": "^1.0.1",
"query-string": "^6.13.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.4",
"react-cookie-consent": "^6.2.3",
"react-custom-scroll": "^4.2.1",
"react-dom": "^17.0.2",
"react-flags-select": "^2.1.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.0",
"react-instantsearch-dom": "^6.11.0",
"react-is": "^17.0.2",
"react-mailchimp-subscribe": "^2.1.0",
"react-multi-carousel": "^2.6.1",
"react-paginate": "^8.1.0",
"react-player": "^2.10.0",
"react-select": "^4.3.0",
"react-share": "^4.4.0",
"react-text-truncate": "^0.18.0",
"sanitize-html": "^2.1.1",
"sass": "^1.49.11",
"sharp": "^0.29.2",
"styled-components": "^5.3.0",
"tint-shade-color": "^1.0.0",
"ts-node": "^10.7.0",
"universal-cookie": "^4.0.3",
"url-join": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@types/jest": "^27.5.1",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^10.0.0",
"color-convert": "^1.9.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-source-wordpress": "^6.12.2",
"prettier": "^2.2.1",
"webpack": "^5.72.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}