-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
53
{
"name": "react-chat-renderer",
"version": "0.6.14",
"license": "MIT",
"scripts": {
"postversion": "npm publish",
"preversion": "yarn test && yarn build",
"test": "jest",
"clean": "rm -rf dist",
"build": "yarn clean && tsc --build tsconfig.build.json"
},
"homepage": "https://github.com/asynchronous-dev/react-chat-renderer#readme",
"bugs": {
"url": "https://github.com/asynchronous-dev/react-chat-renderer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/asynchronous-dev/react-chat-renderer"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"@slack/types": "2.0.0",
"lodash.flattendeep": "^4.4.0",
"slackify-markdown": "4.0.0"
},
"devDependencies": {
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/plugin-transform-react-jsx": "^7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@slack/web-api": "^5.12.0",
"@types/jest": "^26.0.3",
"@types/lodash": "^4.14.157",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@wordpress/babel-plugin-import-jsx-pragma": "^2.7.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.1.0",
"babel-jest": "^26.1.0",
"prettier": "^2.0.5",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
}
}