forked from adoptium/adoptium.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.5 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.5 KB
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
{
"name": "adoptium.net-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "node scripts/build-search-index.mjs",
"start": "next start",
"test": "vitest run",
"coverage": "vitest run --coverage",
"update-snapshots": "vitest --run -u",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-free": "^7.2.0",
"@headlessui/react": "^2.2.9",
"@mui/material": "^7.3.9",
"@mui/x-data-grid": "^8.28.2",
"@next/third-parties": "16.2.2",
"asciidoctor": "^3.0.4",
"axios": "^1.14.0",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"highcharts": "^12.5.0",
"highcharts-react-official": "^3.2.3",
"html-entities": "^2.6.0",
"html-react-parser": "^6.0.0",
"iso-639-1": "^3.1.5",
"lodash": "^4.18.1",
"next": "16.2.2",
"next-intl": "^4.9.0",
"next-mdx-remote": "^6.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"react-share": "^5.3.0",
"react-slick": "^0.31.0",
"react-tabs": "^6.1.1",
"react-world-flags": "^1.6.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rss": "^1.2.2",
"schema-dts": "^2.0.0",
"slick-carousel": "^1.8.1",
"sugar-high": "^1.1.0",
"swiper": "^12.1.3",
"unified": "^11.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/lodash": "^4.17.24",
"@types/node": "^25.5.2",
"@types/prismjs": "^1.26.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-slick": "^0.23.13",
"@types/react-world-flags": "^1.6.0",
"@types/rss": "^0.0.32",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.2",
"axios-mock-adapter": "^2.1.0",
"eslint": "^10.2.0",
"eslint-config-next": "16.2.2",
"jsdom": "^29.0.2",
"jsdom-testing-mocks": "^1.16.0",
"pagefind": "^1.5.0",
"tailwindcss": "^4.2.1",
"typescript": "^6.0.2",
"vitest": "^4.0.15",
"vitest-axe": "^0.1.0"
}
}