forked from asyncapi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.46 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
{
"name": "@asyncapi/website",
"version": "0.1.0",
"description": "AsyncAPI website",
"scripts": {
"dev": "node scripts/index.js && next -p 3000",
"build": "node scripts/index.js && next build",
"write:blog": "node ./scripts/compose.js",
"start": "next start",
"export": "next export",
"lint": "echo \"No linter configured yet\"",
"generate:assets": "echo \"No assets to configure\"",
"generate:meetings": "node scripts/build-meetings.js",
"test": "echo \"No tests configured yet\"",
"release": "echo \"No release to npm for this project\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/asyncapi/website.git"
},
"keywords": [
"asyncapi",
"website",
"web",
"homepage",
"site"
],
"author": "Fran Mendez <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asyncapi/website/issues"
},
"homepage": "https://github.com/asyncapi/website#readme",
"dependencies": {
"@asyncapi/modelina": "^0.49.0",
"@fec/remark-a11y-emoji": "^1.0.0",
"@fullhuman/postcss-purgecss": "^2.2.0",
"@heroicons/react": "^1.0.5",
"@mdx-js/loader": "^1.6.4",
"@mdx-js/react": "^1.6.4",
"@monaco-editor/react": "^3.3.0",
"@next/mdx": "^9.4.2",
"@octokit/graphql": "^4.6.0",
"@tailwindcss/ui": "^0.3.0",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^9.7.6",
"dotenv": "^8.2.0",
"googleapis": "^100.0.0",
"gray-matter": "^4.0.2",
"jgexml": "^0.4.4",
"lodash": "^4.17.21",
"markdown-to-txt": "^1.0.1",
"markdown-toc": "1.2.0",
"moment": "^2.29.2",
"monaco-editor": "^0.20.0",
"next": "^11.1.3",
"node-fetch": "^2.6.7",
"postcss-import": "^12.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.1.2",
"react-gtm-module": "^2.0.11",
"react-scrollspy": "^3.4.2",
"react-syntax-highlighter": "^12.2.1",
"react-text-truncate": "^0.16.0",
"react-twitter-embed": "^3.0.3",
"react-typing-animation": "^1.6.2",
"react-youtube-embed": "^1.0.3",
"reading-time": "^1.2.0",
"remark-frontmatter": "^2.0.0",
"remark-gemoji-to-emoji": "^1.1.0",
"remark-heading-id": "^1.0.0",
"remark-images": "^2.0.0",
"remark-slug": "^6.0.0",
"tailwindcss": "^1.4.6",
"tailwindcss-animations": "^2.0.0"
},
"devDependencies": {
"dedent": "^0.7.0",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.20.0",
"inquirer": "^8.2.0"
}
}