-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
101 lines (101 loc) · 3.26 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
{
"name": "tock-react-kit",
"version": "23.9.2",
"description": "React UI library for Tock Node chatbots",
"main": "build/tock-react-kit.umd.js",
"module": "build/tock-react-kit.esm.js",
"types": "build/tock-react-kit.d.ts",
"author": "François Nguyen <https://github.com/phurytw>",
"homepage": "https://github.com/theopenconversationkit/tock-react-kit",
"license": "MIT",
"engines": {
"node": ">=20.10.0"
},
"files": [
"build/tock-react-kit.d.ts",
"build/tock-react-kit.esm.js",
"build/tock-react-kit.esm.js.map",
"build/tock-react-kit-standalone.umd.js",
"build/tock-react-kit-standalone.esm.js"
],
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "rollup -c --environment BUILD:production",
"watch-build": "rollup -w -c --environment BUILD:development",
"lint": "eslint 'src/**/*.{ts,tsx}' --fix --quiet",
"prepare": "rollup -c --environment BUILD:production",
"version": "auto-changelog -p && git add CHANGELOG.md",
"test": "echo 'Tests coming soon ...'",
"test-release": "np --preview",
"release": "np"
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"deepmerge": "^4.2.2",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"polished": "^3.6.5",
"react-feather": "^2.0.8",
"styled-tools": "^1.7.2"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/builder-webpack5": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^20.11.20",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"auto-changelog": "^2.4.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.0.11",
"np": "^9.2.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"storybook": "^7.6.17",
"type-fest": "^4.10.3",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"react": ">=17.0",
"react-dom": ">=17.0"
},
"resolutions": {
"jackspeak": "2.1.1",
"string-width": "^4"
},
"auto-changelog": {
"includeBranch": [
"master"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}