-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 5.25 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 5.25 KB
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
{
"name": "seanmcn-web-frontend",
"description": "Frontend for seanmcn.com",
"version": "2.0.0",
"author": "Seán McNamara",
"private": true,
"engines": {
"npm": ">=10.9.0",
"node": ">=22 <23"
},
"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",
"babel-plugin-macros": "^3.1.0",
"bulma": "^0.9.4",
"bulma-timeline": "^3.0.5",
"fuse.js": "^7.1.0",
"gatsby": "^5.16.1",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-feed": "^5.16.0",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-mdx": "^5.16.0",
"gatsby-plugin-offline": "^6.16.0",
"gatsby-plugin-sass": "^6.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-plugin-sitemap": "^6.16.0",
"gatsby-remark-copy-linked-files": "^6.16.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.16.0",
"gatsby-remark-related-posts": "^2.0.3",
"gatsby-remark-smartypants": "^6.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-remark": "^6.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"match-sorter": "^6.3.0",
"mdx-utils": "^0.2.0",
"mermaid": "^11.14.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-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",
"remark-gfm": "^1.0.0",
"sass": "^1.98.0"
},
"keywords": [
"gatsby",
"blog",
"mdx"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "npm run clean && mkdir -p .cache && NODE_OPTIONS=--disable-warning=DEP0040 GATSBY_FEEDBACK_DISABLED=1 GATSBY_TELEMETRY_DISABLED=1 gatsby build",
"clean": "rimraf .cache public",
"post:create": "plop --plopfile .plop/plopfile.js",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:record": "cypress run --record",
"develop": "npm run clean && mkdir -p .cache && detect-port 8000 | xargs -I {} env NODE_OPTIONS=--disable-warning=DEP0040 GATSBY_FEEDBACK_DISABLED=1 GATSBY_TELEMETRY_DISABLED=1 gatsby develop -p {}",
"format": "eslint src --fix",
"serve": "NODE_OPTIONS=--disable-warning=DEP0040 GATSBY_FEEDBACK_DISABLED=1 GATSBY_TELEMETRY_DISABLED=1 gatsby serve",
"start": "npm run develop",
"test": "echo \"Error: no tests setup yet!\" && exit 1",
"test:e2e": "npm run clean && mkdir -p .cache && PORT=$(detect-port 8000) && CYPRESS_BASE_URL=http://localhost:$PORT CYPRESS_TESTING=true start-server-and-test \"env NODE_OPTIONS=--disable-warning=DEP0040 GATSBY_FEEDBACK_DISABLED=1 GATSBY_TELEMETRY_DISABLED=1 CYPRESS_TESTING=true gatsby develop -p $PORT\" http://localhost:$PORT cy:open",
"test:e2e:ci": "npm run clean && mkdir -p .cache && PORT=$(detect-port 8000) && CYPRESS_BASE_URL=http://localhost:$PORT CYPRESS_TESTING=true start-server-and-test \"env NODE_OPTIONS=--disable-warning=DEP0040 GATSBY_FEEDBACK_DISABLED=1 GATSBY_TELEMETRY_DISABLED=1 CYPRESS_TESTING=true gatsby develop -p $PORT\" http://localhost:$PORT cy:run",
"test:e2e:record": "npm run clean && mkdir -p .cache && PORT=$(detect-port 8000) && CYPRESS_BASE_URL=http://localhost:$PORT CYPRESS_TESTING=true start-server-and-test \"env NODE_OPTIONS=--disable-warning=DEP0040 GATSBY_FEEDBACK_DISABLED=1 GATSBY_TELEMETRY_DISABLED=1 CYPRESS_TESTING=true gatsby develop -p $PORT\" http://localhost:$PORT cy:run:record"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@testing-library/cypress": "^10.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"axe-core": "^4.7.2",
"cypress": "^15.13.0",
"cypress-axe": "^1.7.0",
"detect-port": "^2.1.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.14.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"
},
"overrides": {
"sass-loader": "^16.0.7"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.2.0"
}
}