rnn-chat/package.json

20 lines
435 B
JSON
Raw Normal View History

2018-07-10 11:24:50 +00:00
{
"name": "rnn-chat",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chat-template": "0.0.26",
"react": "^16.4.1",
"react-chat-bubble": "^0.8.7",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}