31 lines
696 B
JSON
31 lines
696 B
JSON
{
|
|
"name": "react-cli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"blessed": "^0.1.81",
|
|
"react": "^16.12.0",
|
|
"react-blessed": "^0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@babel/preset-react": "^7.7.0",
|
|
"@babel/register": "^7.7.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.6.0",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"react-devtools": "^4.2.0",
|
|
"ws": "^7.2.0"
|
|
}
|
|
}
|