forked from vertx-web-site/vertx-web-site.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "vertx-web-site",
"version": "4.0.0",
"description": "The Vert.x website",
"private": "true",
"scripts": {
"dev": "next",
"build": "next build && next export",
"update-docs": "cd docs && ./gradlew"
},
"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": {
"@icons-pack/react-simple-icons": "^2.5.0",
"@mdx-js/loader": "^1.5.7",
"@next/mdx": "^9.3.0",
"@silvenon/remark-smartypants": "^0.1.1",
"@zeit/next-sass": "^1.0.1",
"asciidoctor": "^2.1.1",
"asciidoctor-highlight.js": "^0.2.1",
"body-scroll-lock": "^3.0.1",
"classnames": "^2.2.6",
"hyphenopoly": "^4.1.0",
"imagemin-svgo": "^7.1.0",
"isomorphic-unfetch": "^3.0.0",
"lodash.debounce": "^4.0.8",
"lodash.shuffle": "^4.2.0",
"lunr": "^2.3.8",
"next": "^9.3.0",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.5.5",
"node-sass": "^4.13.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"parse5": "^5.1.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-feather": "^2.0.3",
"rehype-highlight": "^3.1.0",
"serve": "^11.3.0",
"swr": "^0.1.18",
"unist-util-visit-parents": "^3.0.2"
}
}