rnn-chat/package.json
2018-07-10 16:24:50 +05:00

20 lines
435 B
JSON
Executable File

{
"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"
}
}