{ "name": "my-app", "version": "0.1.0", "private": true, "dependencies": { "antd": "^3.8.1", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "copy-to-clipboard": "^3.0.8", "echarts": "^4.1.0", "echarts-for-react": "^2.0.14", "react": "^16.4.2", "react-dom": "^16.4.2", "react-json-tree": "^0.11.0", "react-monaco-editor": "^0.22.0", "react-router": "3.2.1", "react-scripts-ts-antd": "2.17.0" }, "scripts": { "start": "react-scripts-ts-antd start", "build": "react-scripts-ts-antd build", "test": "react-scripts-ts-antd test --env=jsdom", "eject": "react-scripts-ts-antd eject" }, "devDependencies": { "@types/jest": "^23.3.5", "@types/node": "^10.7.0", "@types/react": "^16.4.17", "@types/react-dom": "^16.0.7", "@types/react-json-tree": "^0.6.8", "@types/react-router": "3.0.15", "typescript": "^3.0.1" } }