-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.96 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
113
114
115
116
117
118
119
{
"name": "zubko.io",
"private": true,
"description": "Website for Alexander Zubko",
"version": "1.0.0",
"author": "Alexander Zubko <[email protected]>",
"scripts": {
"postinstall": "patch-package",
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"start": "yarn develop",
"serve": "yarn build && yarn http-server",
"format": "prettier --ignore-path .gitignore --write .",
"lint": "tsc && --ignore-path .gitignore .",
"test": "yarn jest --verbose",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"babel-preset-react": "^6.24.1",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-relay": "^1.8.3",
"flow-bin": "^0.106.3",
"gatsby": "^4.18.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-flow": "^3.5.0",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-nprogress": "^4.5.0",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-typography": "^4.5.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-remark-responsive-iframe": "^5.5.0",
"gatsby-source-filesystem": "^4.5.0",
"gatsby-transformer-remark": "^5.5.1",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-yaml": "^4.5.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.0.0",
"prismjs": "^1.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.20",
"styled-components": "^5.3.5",
"typeface-quattrocento-sans": "^1.1.13",
"typeface-work-sans": "^1.1.13",
"typescript": "^4.7.4",
"typography": "^0.16.21",
"typography-theme-fairy-gates": "^0.16.19"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@testing-library/cypress": "^8.0.2",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.25",
"@types/typography": "^0.16.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"axe-core": "^4.4.1",
"babel-jest": "^28.1.2",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-gatsby": "^2.18.0",
"cypress": "^9.5.2",
"cypress-axe": "^0.14.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.13.0",
"gatsby-cli": "^4.5.1",
"gatsby-plugin-styled-components": "^5.19.0",
"http-server": "^14.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^1.14.0"
},
"engines": {
"node": ">=14",
"yarn": "^1.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}