-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
141 lines (141 loc) · 4.29 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
133
134
135
136
137
138
139
140
141
{
"name": "adoptium-website",
"private": false,
"description": "Source code for Adoptium website (https://adoptium.net)",
"version": "0.1.0",
"author": "George Adams <[email protected]>",
"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",
"@headlessui/react": "^2.2.0",
"@mdx-js/react": "^2.3.0",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.20.0",
"@mui/x-date-pickers": "^7.22.1",
"@popperjs/core": "^2.11.8",
"@react-icons/all-files": "^4.1.0",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"flexsearch": "^0.7.43",
"gatsby": "^5.13.7",
"gatsby-adapter-netlify": "^1.2.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-asciidoc": "^4.13.1",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gsap": "^3.12.2",
"html-react-parser": "^5.1.18",
"html-to-text": "^9.0.5",
"i18next": "^23.16.4",
"iso-639-1": "^3.1.3",
"moment": "^2.30.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.3.1",
"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-slick": "^0.30.2",
"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",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.1",
"@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",
"autoprefixer": "^10.4.20",
"axios-mock-adapter": "^2.1.0",
"babel-preset-gatsby": "^3.14.0",
"gatsby-cli": "^5.14.0",
"gatsby-plugin-postcss": "^6.14.0",
"jest-canvas-mock": "^2.5.2",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.14",
"vitest": "^2.0.2",
"vitest-axe": "^1.0.0-pre.3",
"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,scss}\"",
"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.tsx",
"vitest.config.ts",
"gatsby-node.ts",
"gatsby-config.ts"
]
},
"homepage": "https://adoptium.net",
"main": "gatsby-browser.js"
}