-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.92 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
{
"name": "seanmcn-web-frontend",
"description": "Frontend for seanmcn.com",
"version": "2.0.0",
"author": "Seán McNamara",
"private": true,
"engines": {
"npm": ">=9.6.7",
"node": ">=18.17.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"algoliasearch": "^4.10.3",
"babel-plugin-macros": "^3.1.0",
"bulma": "^0.9.4",
"bulma-timeline": "^3.0.5",
"gatsby": "^5.11.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-mdx": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-remark-copy-linked-files": "^6.11.0",
"gatsby-remark-embedder": "^7.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-related-posts": "^2.0.3",
"gatsby-remark-smartypants": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"match-sorter": "^6.3.0",
"mdx-utils": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.40.4",
"react-live": "^4.1.3",
"react-modal": "^3.16.1",
"react-syntax-highlighter": "^15.5.0",
"react-table": "^7.8.0",
"regenerator-runtime": "^0.13.11",
"remark-emoji": "^3.1.2",
"sass": "^1.52.1"
},
"keywords": [
"gatsby",
"blog",
"mdx"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "npm run clean && gatsby build",
"clean": "rimraf .cache public",
"post:create": "plop --plopfile .plop/plopfile.js",
"cy:open": "cypress open",
"cy:run": "cypress run",
"develop": "npm run clean && gatsby develop",
"format": "eslint src --fix",
"serve": "gatsby serve",
"start": "npm run develop",
"test": "echo \"Error: no tests setup yet!\" && exit 1",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@testing-library/cypress": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"axe-core": "^4.7.2",
"cypress": "^12.17.3",
"cypress-axe": "^1.4.0",
"eslint": "^8.46.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"plop": "^3.1.2",
"qs": "6.11.2",
"rimraf": "^5.0.1",
"slugify": "^1.6.6",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.0.1",
"typescript": "^5.0.0",
"webpack": "^5.0.0"
}
}