forked from adoptium/adoptium.net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
130 lines (130 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
{
"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": "^2.2.7",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@gatsbyjs/reach-router": "^2.0.1",
"@mdx-js/react": "^2.3.0",
"@mui/lab": "^5.0.0-alpha.164",
"@mui/material": "^5.15.10",
"@mui/x-data-grid": "^6.19.4",
"@mui/x-date-pickers": "^6.19.4",
"@popperjs/core": "^2.11.8",
"@react-icons/all-files": "^4.1.0",
"bootstrap": "^5.3.2",
"date-fns": "^2.30.0",
"flexsearch": "^0.7.31",
"gatsby": "^5.13.3",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-react-i18next": "^2.0.5",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.12.3",
"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.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-asciidoc": "^4.12.0",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.12.0",
"highlight.js": "^11.9.0",
"html-to-text": "^9.0.5",
"i18next": "^21.10.0",
"iso-639-1": "^2.1.15",
"moment": "^2.29.4",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^8.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-hubspot-form": "^1.3.7",
"react-i18next": "^11.18.6",
"react-icons": "^4.11.0",
"react-share": "^4.4.1",
"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.71.0",
"typescript-plugin-css-modules": "^5.1.0"
},
"devDependencies": {
"@parcel/namer-default": "^2.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.1",
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"@types/react-world-flags": "^1.4.5",
"@types/testing-library__jest-dom": "^5.14.6",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-c8": "^0.33.0",
"babel-preset-gatsby": "^3.13.1",
"cross-fetch": "^3.1.6",
"gatsby-cli": "^5.12.1",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^22.1.0",
"prettier": "2.8.8",
"react-test-renderer": "^18.2.0",
"vitest": "^0.34.4",
"vitest-axe": "^0.1.0",
"vitest-canvas-mock": "^0.3.3"
},
"overrides": {
"gatsby-plugin-react-i18next": {
"gatsby": ">=5.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"
},
"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"
]
},
"homepage": "https://adoptium.net",
"main": "gatsby-browser.js"
}