lotus/lotuspond/front/package.json

45 lines
1017 B
JSON
Raw Normal View History

2019-07-24 17:10:44 +00:00
{
"name": "front",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-08-09 15:59:12 +00:00
"borc": "^2.1.1",
2019-08-10 01:54:45 +00:00
"cids": "^0.7.1",
2019-08-09 15:59:12 +00:00
"ipld-dag-cbor": "^0.15.0",
2019-07-24 17:10:44 +00:00
"jsonrpc-websocket-client": "^0.5.0",
2019-08-10 01:54:45 +00:00
"multihashes": "^0.4.15",
2019-07-24 17:10:44 +00:00
"react": "^16.8.6",
2019-07-24 18:42:02 +00:00
"react-cristal": "^0.0.12",
2019-07-24 17:10:44 +00:00
"react-dom": "^16.8.6",
2019-09-18 17:53:48 +00:00
"react-router-dom": "^5.0.1",
2019-07-24 17:10:44 +00:00
"react-scripts": "3.0.1",
"react-tooltip": "^3.11.1",
2019-07-24 18:42:02 +00:00
"rpc-websockets": "^4.5.1",
2019-08-19 21:30:46 +00:00
"styled-components": "^3.3.3",
"xterm": "^3.14.5",
"xterm-addon-attach": "^0.1.0",
"xterm-addon-fit": "^0.1.0"
2019-07-24 17:10:44 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}