-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.68 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
{
"name": "esma-website",
"private": true,
"description": "ESMA website",
"version": "0.1.0",
"author": "Red Badger",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mdx-js/react": "^1.6.21",
"@types/react": "^16.9.47",
"@types/react-dom": "^16.9.8",
"cypress": "^4.12.1",
"dotenv": "^8.2.0",
"gatsby": "^2.24.49",
"gatsby-background-image": "^1.1.2",
"gatsby-image": "^2.4.16",
"gatsby-plugin-breadcrumb": "^10.0.0",
"gatsby-plugin-ffmpeg": "^0.3.1",
"gatsby-plugin-gdpr-cookies": "^1.0.7",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-mdx": "^1.2.35",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.24",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-redirect-from": "^0.2.4",
"gatsby-source-filesystem": "^2.3.25",
"gatsby-transformer-ffmpeg": "^0.3.8",
"gatsby-transformer-sharp": "^2.5.13",
"gatsby-video": "^0.2.0",
"pa11y-ci": "^2.4.0",
"prop-types": "^15.7.2",
"rc-checkbox": "^2.3.1",
"react": "^16.12.0",
"react-cookie-consent": "^5.1.4",
"react-dom": "^16.12.0",
"react-ga": "^3.1.2",
"react-helmet": "^6.0.0",
"react-responsive-carousel": "^3.2.9",
"react-scroll": "^1.8.1",
"slugify": "^1.4.5",
"wait-on": "^5.2.0"
},
"devDependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.10",
"@types/react-test-renderer": "^16.9.3",
"babel-preset-gatsby": "^0.5.6",
"gatsby-plugin-emotion": "^4.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest-serializer-react-helmet": "^1.0.6",
"lorem-ipsum": "^2.0.3",
"prettier": "2.0.5",
"react-test-renderer": "^16.13.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"a11y": "./scripts/a11y.sh",
"build": "gatsby build",
"develop": "gatsby develop",
"develop:lan": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"test-e2e": "./scripts/test-e2e.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/redbadger/esma-website.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}