forked from widgetbot-io/message-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.78 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.78 KB
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
{
"name": "@widgetbot/message-renderer",
"version": "v2.3.1",
"description": "",
"module": "dist/message-renderer.mjs",
"files": [
"dist"
],
"private": false,
"types": "dist/index.d.ts",
"scripts": {
"i18n-extract": "i18next 'src/**/*.tsx' --config i18next-parser.config.mjs",
"build": "vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "pnpm build",
"lint": "eslint --ext .ts,.tsx src",
"typeCheck": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/widgetbot-io/message-renderer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/widgetbot-io/message-renderer/issues"
},
"homepage": "https://widgetbot-io.github.io/message-renderer",
"dependencies": {
"@stitches/react": "^1.3.1-1",
"autobind-decorator": "^2.4.0",
"color": "^4.2.3",
"discord-api-types": "^0.37.52",
"filesize": "^10.0.6",
"highlight.js": "^11.7.0",
"i18next": "^23.4.4",
"lodash": "^4.17.21",
"lottie-web": "^5.10.1",
"memoizee": "^0.4.15",
"moment": "2.24.0",
"ramda": "^0.28.0",
"rc-tooltip": "^3.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-emoji": "^1.8.0",
"react-i18next": "^13.1.2",
"react-lazy-load-image-component": "^1.6.0",
"simple-markdown": "^0.7.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@storybook/addon-actions": "^7.4.3",
"@storybook/addon-essentials": "^7.4.3",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-interactions": "^7.4.3",
"@storybook/addon-links": "^7.4.3",
"@storybook/addons": "^7.4.3",
"@storybook/react": "^7.4.3",
"@storybook/react-vite": "^7.4.3",
"@storybook/testing-library": "^0.2.1",
"@storybook/theming": "^7.4.3",
"@types/lodash": "^4.14.197",
"@types/memoizee": "^0.4.8",
"@types/node": "^20.3.2",
"@types/react": "^18.0.26",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/storybook__react": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.3.0",
"copyfiles": "^2.4.1",
"eslint": "^8.42.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.14",
"gh-pages": "^5.0.0",
"i18next-parser": "^8.5.0",
"prettier": "^2.8.1",
"react-docgen-typescript-loader": "^3.7.2",
"storybook": "^7.4.3",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.3.9",
"vite-plugin-dts": "3.0.0-beta.2",
"vite-tsconfig-paths": "^4.2.0"
}
}