forked from Danktuary/discord-message-components
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "@pycord/discord-message-components-react",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
"main": "./dist/react.umd.js",
"module": "./dist/react.es.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/react.es.js",
"require": "./dist/react.umd.js"
},
"./dist/*": "./dist/*",
"./styles": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint . --ext js,ts,tsx",
"storybook": "start-storybook -p 6007",
"build-storybook": "build-storybook",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@pycord/discord-message-components-core": "^0.2.1",
"react-twemoji": "^0.5.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-essentials": "^6.2.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/react": "^7.6.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-twemoji": "^0.4.0",
"@vitejs/plugin-react-refresh": "^1.1.0",
"babel-loader": "^9.1.3",
"eslint-plugin-react": "^7.22.0",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"gitHead": "1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"
}