-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
85 lines (85 loc) · 2.66 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
{
"name": "jenkins-contributor-spotlight",
"version": "1.0.0",
"private": true,
"description": "jenkins-contributor-spotlight",
"author": "Jenkins Community",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"info": "gatsby info",
"clean": "gatsby clean",
"prepare": "husky",
"lint": "ESLINT_USE_FLAT_CONFIG=true npx eslint --fix src/",
"format": "npx prettier . --write"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"asciidoctor.js": "^1.5.9",
"axios": "^1.7.2",
"dayjs": "^1.11.10",
"gatsby": "^5.14.1",
"gatsby-core-utils": "^4.14.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-typography": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-asciidoc": "^4.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"globals": "^15.10.0",
"loader-utils": "^3.2.1",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"slash": "^5.1.0",
"typography": "^0.16.24",
"typography-breakpoint-constants": "^0.16.19"
},
"license": "MIT",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"overrides": {
"webpack-dev-middleware": "^7.4.2",
"gatsby": {
"axios": "^1.7.9",
"path-to-regexp": "^8.2.0"
},
"cookie": "^1.0.2",
"nanoid": "^3.3.4",
"gatsby-plugin-offline": {
"workbox-build": "^7.3.0"
},
"postcss": "^8.4.49"
}
}