forked from asyncapi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 5.24 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "@asyncapi/website",
"version": "0.1.0",
"description": "AsyncAPI website",
"private": true,
"scripts": {
"dev": "npm run build-scripts && next dev",
"build": "npm run build-scripts && next build",
"test": "jest --passWithNoTests",
"build:pages": "node scripts/build-pages.js && npm run format:mdx",
"build:posts": "node scripts/index.js",
"build-scripts": "npm run build:pages && npm run lint:mdx && npm run build:posts",
"write:blog": "node ./scripts/compose.js",
"start": "npx serve@latest out",
"export": "next export",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format:mdx": "prettier --write \"**/*.mdx\"",
"lint:mdx": "remark \"**/*.mdx\"",
"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:netlify": "deno test --allow-env --trace-ops netlify/**/*.test.ts",
"dev:storybook": "storybook dev -p 6006",
"build:storybook": "storybook build"
},
"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.5.2",
"@fec/remark-a11y-emoji": "^4.0.2",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@heroicons/react": "^1.0.6",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@octokit/graphql": "^7.0.2",
"@slack/web-api": "^7.0.2",
"@storybook/preview-api": "^8.2.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/react-gtm-module": "^2.0.3",
"@types/react-scrollspy": "^3.3.9",
"@types/react-typing-animation": "^1.6.6",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"autoprefixer": "^10.4.17",
"axios": "^1.7.4",
"clsx": "^2.1.0",
"cssnano": "^6.0.3",
"dotenv": "^16.4.4",
"fuse.js": "^7.0.0",
"googleapis": "^133.0.0",
"gray-matter": "^4.0.3",
"i18next": "^23.12.2",
"jgexml": "^0.4.4",
"js-cookie": "^3.0.5",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"markdown-to-txt": "^2.0.1",
"markdown-toc": "^1.2.0",
"md5": "^2.3.0",
"mermaid": "9.3.0",
"moment": "^2.30.1",
"next": "14.2.12",
"next-i18next": "^15.3.0",
"next-language-detector": "^1.1.0",
"next-mdx-remote": "^4.4.1",
"node-fetch": "^3.3.2",
"node-fetch-2": "npm:node-fetch@^2.7.0",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"react-ga": "^3.3.1",
"react-gtm-module": "^2.0.11",
"react-scrollspy": "^3.4.3",
"react-syntax-highlighter": "^15.5.0",
"react-text-truncate": "^0.19.0",
"react-twitter-embed": "^4.0.4",
"react-typist-component": "^1.0.6",
"react-youtube-embed": "^1.0.3",
"reading-time": "^1.5.0",
"recharts": "^2.12.2",
"remark-frontmatter": "^5.0.0",
"remark-gemoji-to-emoji": "^1.1.0",
"remark-gfm": "^4.0.0",
"remark-heading-id": "^1.0.1",
"remark-images": "^4.0.0",
"remark-slug": "^7.0.1",
"schyma": "^1.0.4",
"swiper": "^11.0.7",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3",
"yaml": "^2.3.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@netlify/functions": "^2.6.0",
"@netlify/plugin-nextjs": "^4.41.3",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-onboarding": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/nextjs": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/test": "^8.2.4",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/react": "^18.0.1",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react-text-truncate": "^0.14.4",
"@types/react-youtube-embed": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"dedent": "^1.5.1",
"eslint": "^8",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-unused-imports": "^3.1.0",
"inquirer": "^9.2.14",
"jest": "^29.7.0",
"postcss-import": "^16.0.1",
"remark-cli": "^12.0.1",
"remark-lint": "^10.0.0",
"remark-mdx": "^3.0.1",
"storybook": "^8.2.4"
}
}