This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
{
"name": "chatkitty-react-component-library",
"version": "0.1.2",
"description": "ChatKitty's React Component Library",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"umd": "lib/index.umd.js",
"types": "lib/index.d.ts",
"devDependencies": {
"@babel/core": "^7.16.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@storybook/addon-actions": "^6.4.7",
"@storybook/addon-essentials": "^6.4.7",
"@storybook/addon-links": "^6.4.7",
"@storybook/react": "^6.4.7",
"@types/emoji-mart": "^3.0.9",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"babel-loader": "^8.2.3",
"emoji-mart": "^3.0.1",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.60.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-css-bundle": "^1.0.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.0",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@emotion/css": "^11.5.0",
"chatkitty": "1.51.2",
"react-autosize-textarea": "^7.1.0",
"react-icons": "^4.3.1"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "rollup -c"
}
}