-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
132 lines (132 loc) · 4.01 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
125
126
127
128
129
130
131
132
{
"name": "adoptium-website",
"private": false,
"description": "Source code for Adoptium website (https://adoptium.net)",
"version": "0.1.0",
"author": "George Adams <gadams@microsoft.com>",
"dependencies": {
"@asciidoctor/core": "^3.0.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@gatsbyjs/reach-router": "^2.0.1",
"@mdx-js/react": "^2.3.0",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.1.5",
"@mui/x-data-grid": "^7.22.1",
"@mui/x-date-pickers": "^7.22.1",
"@popperjs/core": "^2.11.8",
"@react-icons/all-files": "^4.1.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"date-fns": "^4.1.0",
"flexsearch": "^0.7.43",
"gatsby": "^5.13.7",
"gatsby-adapter-netlify": "^1.1.7",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-asciidoc": "^4.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"html-to-text": "^9.0.5",
"i18next": "^23.16.4",
"iso-639-1": "^3.1.3",
"moment": "^2.30.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-hubspot-form": "^1.3.7",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"react-share": "^5.1.0",
"react-switch": "^7.0.0",
"react-tabs": "^6.0.2",
"react-use-flexsearch": "^0.1.1",
"react-world-flags": "^1.6.0",
"remark-gfm": "^1.0.0",
"sass": "1.80.6",
"typescript-plugin-css-modules": "^5.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/gatsbyjs__reach-router": "^2.0.5",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-world-flags": "^1.6.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"ajv": "^8.17.1",
"axios-mock-adapter": "^2.1.0",
"babel-preset-gatsby": "^3.13.2",
"gatsby-cli": "^5.13.3",
"jest-canvas-mock": "^2.5.2",
"jsdom": "^25.0.1",
"prettier": "3.3.3",
"vitest": "^2.0.2",
"vitest-axe": "^0.1.0",
"vitest-canvas-mock": "^0.3.3"
},
"overrides": {
"gatsby-plugin-react-i18next": {
"i18next": ">=23.0.0",
"react-i18next": ">=13.0.0"
}
},
"keywords": [
"adoptium",
"gatsby"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "vitest run",
"coverage": "vitest run --coverage",
"update-snapshots": "vitest --run -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adoptium/adoptium.net.git"
},
"bugs": {
"url": "https://github.com/adoptium/adoptium.net/issues"
},
"ts-standard": {
"ignore": [
"vitest-setup.ts",
"vitest.config.ts",
"gatsby-node.ts",
"gatsby-config.ts"
]
},
"homepage": "https://adoptium.net",
"main": "gatsby-browser.js"
}