37 строки
946 B
JSON
37 строки
946 B
JSON
{
|
|
"name": "decai-demo",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"proxy": "http://localhost:5387/",
|
|
"dependencies": {
|
|
"@drizzle-utils/get-web3": "^0.2.0",
|
|
"@material-ui/core": "^3.9.3",
|
|
"@material-ui/icons": "^3.0.2",
|
|
"@tensorflow-models/universal-sentence-encoder": "^1.0.1",
|
|
"@tensorflow/tfjs": "^1.0.4",
|
|
"axios": "^0.18.0",
|
|
"immutability-helper": "^3.0.0",
|
|
"moment": "^2.24.0",
|
|
"node-fetch": "^2.3.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-scripts": "^2.1.8",
|
|
"web3": "^1.0.0-beta.52"
|
|
},
|
|
"scripts": {
|
|
"start": "bash deploy_client.sh",
|
|
"build": "react-scripts build",
|
|
"test": "bash test.sh",
|
|
"train-vpa-classifier": "node src/ml-models/vpa/train-classifier.js",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|