This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.26 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
120
121
122
123
124
{
"name": "rm3l-org",
"description": "Armel Soro's Personal Blog : Thoughts, stories and ideas on Technology",
"version": "1.0.0",
"license": "MIT",
"author": "Armel Soro",
"homepage": "https://rm3l.org",
"repository": {
"type": "git",
"url": "git+https://github.com/rm3l/rm3l.org.git"
},
"resolutions": {
"sharp": "0.27.0"
},
"engines": {
"node": ">= 14.16.0"
},
"bugs": {
"url": "https://github.com/rm3l/rm3l.org/issues"
},
"keywords": [
"gatsby",
"ghost",
"rm3l.org",
"Armel Soro"
],
"main": "n/a",
"scripts": {
"serve": "npx gatsby build && NODE_ENV=production npx gatsby serve",
"build": "npx gatsby build",
"dev": "npx gatsby develop",
"lint": "eslint . --ext .js --cache",
"test": "start-test dev 8000 cy:run",
"test:open": "start-test dev 8000 cy:open",
"cy:run": "npx cypress run --record",
"cy:run:no-record": "npx cypress run",
"cy:open": "npx cypress open",
"ci:cy:run": "export CYPRESS_BASE_URL=http://localhost:9000 && npx cypress run --reporter cypress-multi-reporters --reporter-options configFile=cypress-recorder-config.json --record",
"ci:cy:open": "export CYPRESS_BASE_URL=http://localhost:9000 && npx cypress open",
"ci:cy:run:no-record": "export CYPRESS_BASE_URL=http://localhost:9000 && npx cypress run --reporter cypress-multi-reporters --reporter-options configFile=cypress-recorder-config.json",
"ci:test": "start-test serve 9000 ci:cy:run",
"ci:test:open": "start-test serve 9000 ci:cy:open",
"ci:test:no-record": "start-test serve 9000 ci:cy:run:no-record",
"snyk-protect": "snyk protect"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.3",
"axe-core": "^4.4.2",
"babel-eslint": "10.1.0",
"cypress": "^10.0.2",
"cypress-axe": "^0.14.0",
"cypress-multi-reporters": "^1.6.0",
"del": "^6.1.1",
"eslint": "8.17.0",
"eslint-plugin-ghost": "2.14.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "7.30.0",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"netlify-plugin-cypress": "^2.2.0",
"start-server-and-test": "^1.12.5",
"yarn-audit-fix": "^9.3.1"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"@theme-ui/preset-tailwind": "^0.14.5",
"@theme-ui/preset-tosh": "^0.14.5",
"@theme-ui/presets": "^0.14.5",
"@tippy.js/react": "^3.1.1",
"@tryghost/helpers": "1.1.71",
"@tryghost/helpers-gatsby": "2.0.1",
"axios": "^0.27.2",
"babel-plugin-prismjs": "^2.1.0",
"babel-preset-gatsby": "^2.15.0",
"cheerio": "1.0.0-rc.11",
"dotenv": "^16.0.1",
"gatsby": "4.15.2",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-image": "3.11.0",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-catch-links": "4.15.0",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-emotion": "^7.15.0",
"gatsby-plugin-feed": "4.15.1",
"gatsby-plugin-force-trailing-slashes": "1.0.6",
"gatsby-plugin-google-analytics": "^4.15.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-manifest": "4.15.1",
"gatsby-plugin-nprogress": "^4.15.0",
"gatsby-plugin-offline": "5.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-recaptcha": "^1.0.5",
"gatsby-plugin-sass": "^5.15.1",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-plugin-theme-ui": "^0.14.5",
"gatsby-plugin-twitter": "^4.15.1",
"gatsby-remark-images": "^6.15.1",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-source-ghost": "5.0.0",
"gatsby-theme-medium": "^0.0.1",
"gatsby-transformer-sharp": "^4.15.1",
"lodash": "^4.17.21",
"node-sass": "^7.0.1",
"prismjs": "^1.28.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-helmet": "^6.1.0",
"react-masonry-component": "^6.2.1",
"react-masonry-responsive": "^2.1.2",
"react-recaptcha": "^2.3.10",
"rebass": "^4.0.7",
"sharp": "0.30.6",
"snyk": "^1.946.0",
"theme-ui": "^0.14.5"
},
"snyk": true
}