-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
78 lines (78 loc) · 2.45 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
{
"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.1.0",
"@eslint/js": "^9.12.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.13.3",
"gatsby-core-utils": "^4.13.1",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"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"
},
"overrides": {
"webpack-dev-middleware": "^7.2.1",
"gatsby": {
"axios": "^1.7.2"
}
},
"license": "MIT",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"husky": "^9.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.3.3"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}