rax-tbms-chat-plugin
Version:
tbms-chat-plugin with rax
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "rax-tbms-chat-plugin",
"version": "0.1.4",
"description": "tbms-chat-plugin with rax ",
"author": "matrix ",
"main": "lib/index.js",
"scripts": {
"start": "rax-scripts start -p 8000",
"build": "rax-scripts build",
"test": "jest",
"lint": "eslint --ext .js --ext .jsx ./src"
},
"keywords": [
"chat-plugin",
"rax",
"tbms"
],
"engines": {
"npm": ">=3.0.0"
},
"dependencies": {
"rax-image": "^0.6.5",
"rax-scrollview": "^0.6.5",
"rax-tbms-chat-base": "^0.1.2",
"rax-text": "^0.6.5",
"rax-textinput": "^0.6.5",
"rax-view": "^0.6.5",
"universal-env": "^0.6.5"
},
"peerDependencies": {
"rax": "0.x"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-react": "7.0.0",
"babel-eslint": "10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-jsx-stylesheet": "0.6.5",
"babel-preset-rax": "^0.6.5",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "~7.11.1",
"jest": "^23.6.0",
"jest-localstorage-mock": "^2.3.0",
"rax-scripts": "^1.0.0-beta.2",
"rax-test-renderer": "^0.6.5"
},
"gitHead": "e994fb7b2a7210cced92cebf55b884c88d1fb346"
}