{ "name": "trackMethodology", "version": "0.1.2", "author": "", "license": "MIT", "private": true, "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "@toast-ui/react-editor": "^2.1.0", "antd": "^3.17.0", "axios": "^0.19.2", "clipboard": "^2.0.6", "crypto-js": "^4.0.0", "draft-js": "^0.11.5", "draftjs-to-html": "^0.9.1", "draftjs-to-markdown": "^0.6.0", "driver.js": "^0.9.8", "echarts": "^4.7.0", "file-saver": "^2.0.2", "js-cookie": "^2.2.1", "jszip": "^3.4.0", "less": "^3.9.0", "less-loader": "^5.0.0", "nprogress": "^0.2.0", "prop-types": "^15.7.2", "react": "^16.13.1", "react-beautiful-dnd": "^13.0.0", "react-countup": "^4.3.3", "react-custom-scrollbars": "^4.2.1", "react-document-title": "^2.0.3", "react-dom": "^16.13.1", "react-draft-wysiwyg": "^1.14.5", "react-loadable": "^5.5.0", "react-redux": "^7.2.0", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", "react-transition-group": "^4.4.1", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "screenfull": "^5.0.2", "script-loader": "^0.7.2", "xlsx": "^0.16.0" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired --max-old-space-size=4096 build ", "test": "react-app-rewired test", "eject": "react-scripts eject", "commit": "git cz" }, "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" ] }, "devDependencies": { "user-agent": "^1.0.4", "babel-plugin-import": "^1.13.0", "commitizen": "^4.0.3", "customize-cra": "^0.9.1", "cz-conventional-changelog": "^3.0.2", "mockjs": "^1.1.0", "react-app-rewired": "^2.1.5" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }