forked from asyncapi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.23 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
108
{
"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",
"generate:dashboard": "node scripts/dashboard/build-dashboard.js",
"generate:videos": "node scripts/build-newsroom-videos.js",
"generate:tools": "node scripts/build-tools.js",
"test": "npx cypress run --component",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"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": {
"@docsearch/react": "^3.1.0",
"@fec/remark-a11y-emoji": "^1.0.0",
"@floating-ui/react-dom-interactions": "^0.1.1",
"@fullhuman/postcss-purgecss": "^2.2.0",
"@heroicons/react": "^1.0.5",
"@mdx-js/loader": "1.6.4",
"@mdx-js/react": "^1.6.4",
"@next/mdx": "^9.4.2",
"@octokit/graphql": "^4.6.0",
"@slack/web-api": "^6.5.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@zeit/next-css": "^1.0.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"autoprefixer": "^10.4.7",
"axios": "^1.6.0",
"clsx": "^1.1.1",
"cssnano": "^5.1.12",
"dotenv": "^8.2.0",
"fuse.js": "^6.6.2",
"googleapis": "^100.0.0",
"gray-matter": "^4.0.2",
"i18next": "^21.10.0",
"jgexml": "^0.4.4",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"markdown-to-txt": "^2.0.1",
"markdown-toc": "1.2.0",
"mermaid": "9.3.0",
"moment": "^2.29.4",
"next": "^12.0.0",
"next-mdx-remote": "^4.4.1",
"node-fetch": "^2.6.7",
"postcss": "^8.4.31",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.1.2",
"react-gtm-module": "^2.0.11",
"react-i18next": "^11.18.6",
"react-scrollspy": "^3.4.2",
"react-syntax-highlighter": "12.2.1",
"react-text-truncate": "^0.16.0",
"react-twitter-embed": "^4.0.4",
"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",
"swiper": "^8.3.2",
"tailwind-merge": "^1.3.0",
"tailwindcss": "^3.1.4",
"yaml": "^2.2.2"
},
"devDependencies": {
"@anshgoyalevil/eslint-config": "^1.0.3",
"@cypress/react": "^7.0.3",
"@netlify/functions": "^1.4.0",
"@netlify/plugin-nextjs": "^4.37.2",
"cypress": "^10.11.0",
"dedent": "^0.7.0",
"inquirer": "^8.2.0",
"postcss-import": "^14.1.0"
}
}