-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
107 lines (107 loc) · 3.31 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
{
"name": "vertx-web-site",
"version": "4.0.0",
"description": "The Vert.x website",
"private": true,
"type": "module",
"scripts": {
"dev": "next",
"build": "next build && npm run scraper",
"lint": "next lint",
"postinstall": "npm run scraper:install && npm run update-docs:install && patch-package",
"scraper": "cd scraper && npm run run && cd ..",
"scraper:install": "cd scraper && npm i",
"start": "next start",
"update-docs": "cd docs && npm run update-docs --",
"update-docs:install": "cd docs && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vertx-web-site/vertx-web-site.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vertx-web-site/vertx-web-site/issues"
},
"homepage": "https://github.com/vertx-web-site/vertx-web-site#readme",
"dependencies": {
"@fontsource/dejavu-mono": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.14",
"@next/mdx": "^14.2.14",
"@octokit/rest": "^21.0.2",
"@phosphor-icons/core": "^2.1.1",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"boring-avatars": "^1.11.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.14",
"feed": "^4.2.2",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"hamburger-react": "^2.5.2",
"html-entities": "^2.5.2",
"html-loader": "^5.1.0",
"image-webpack-loader": "^8.1.0",
"immer": "^10.1.1",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.4",
"minisearch": "^7.1.1",
"natural": "^8.0.1",
"next": "^14.2.14",
"p-map": "^7.0.3",
"p-retry": "^6.2.1",
"playwright": "^1.49.1",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^18.3.1",
"react-aria-components": "^1.5.0",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.6.1",
"react-lite-youtube-embed": "^2.4.0",
"react-svg-loader": "^3.0.3",
"react-wrap-balancer": "^1.1.1",
"rehype": "^13.0.2",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-extract-frontmatter": "^3.2.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-reading-time": "^2.0.1",
"remark-smartypants": "^3.0.2",
"shikiji": "^0.10.2",
"simple-icons": "^14.0.0",
"tailwindcss": "^3.4.17",
"tiny-async-pool": "^2.1.0",
"typescript": "^5.7.2",
"unist-util-visit": "^5.0.0",
"yaml": "^2.6.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/webpack-env": "^1.18.5",
"eslint-webpack-plugin": "^4.2.0",
"favicons": "^7.2.0",
"image-size": "^1.2.0",
"npm-check-updates": "^17.1.12",
"patch-package": "^8.0.0",
"simple-functional-loader": "^1.2.1"
}
}