forked from vertx-china/vertx-china.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.52 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
{
"name": "vertx-web-site",
"version": "4.0.0",
"description": "The Vert.x website",
"private": true,
"type": "module",
"scripts": {
"dev": "next",
"build": "npm run stylelint && next build && next export",
"lint": "next lint && npm run stylelint",
"stylelint": "stylelint \"**/*.scss\"",
"update-docs": "cd docs && npm run update-docs",
"copy-english": "cd docs && npm run copy-english",
"update-docs:install": "cd docs && npm i",
"postinstall": "npm run update-docs:install"
},
"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": {
"@mdx-js/loader": "^2.1.2",
"@mdx-js/mdx": "^2.1.2",
"@popperjs/core": "^2.11.6",
"@silvenon/remark-smartypants": "^2.0.0",
"asciidoctor": "^2.2.6",
"asciidoctor-highlight.js": "^0.4.0",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.2",
"eslint-config-next": "^12.2.4",
"eslint-webpack-plugin": "^3.2.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"hyphenopoly": "^4.12.0",
"image-webpack-loader": "^8.1.0",
"imagemin-svgo": "^10.0.1",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"make-fetch-happen": "^10.2.0",
"mini-svg-data-uri": "^1.4.4",
"minisearch": "^5.0.0",
"next": "^12.2.4",
"node-fetch": "^3.3.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"p-map": "^5.5.0",
"parse5": "^7.1.2",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-svg-loader": "^3.0.3",
"reading-time": "^1.5.0",
"recursive-readdir": "^2.2.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.2",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sass": "^1.59.2",
"sass-loader": "^13.2.0",
"serve": "^14.2.0",
"simple-icons": "^7.6.0",
"super-react-gist": "^1.1.0",
"unist-util-visit": "^4.1.2",
"unist-util-visit-parents": "^5.1.3",
"webpack": "^5.76.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.4",
"@octokit/rest": "^19.0.7",
"cacache": "^16.1.1",
"eslint": "^8.21.0",
"favicons": "^6.2.2",
"natural": "^5.2.3",
"npm-check-updates": "^16.7.12",
"p-retry": "^5.1.2",
"stylelint": "^14.9.1",
"stylelint-config-standard-scss": "^5.0.0"
}
}