{ "name": "appsmith", "version": "0.1.0", "private": true, "engines": { "node": "10.16.3", "npm": "6.9.0" }, "dependencies": { "@blueprintjs/core": "^3.11.0", "@blueprintjs/datetime": "^3.6.0", "@blueprintjs/icons": "^3.5.0", "@blueprintjs/table": "^3.4.0", "@sentry/browser": "^5.6.3", "@types/axios": "^0.14.0", "@types/fontfaceobserver": "^0.0.6", "@types/jest": "^24.0.18", "@types/lodash": "^4.14.120", "@types/moment-timezone": "^0.5.10", "@types/nanoid": "^2.0.0", "@types/netlify-identity-widget": "^1.4.1", "@types/node": "^10.12.18", "@types/react": "^16.8.2", "@types/react-dom": "^16.8.0", "@types/react-redux": "^7.0.1", "@types/react-router-dom": "^4.3.5", "@types/styled-components": "^4.1.8", "axios": "^0.18.0", "eslint": "^6.4.0", "flow-bin": "^0.91.0", "fontfaceobserver": "^2.1.0", "husky": "^3.0.5", "jsonpath-plus": "^1.0.0", "lint-staged": "^9.2.5", "lodash": "^4.17.11", "nanoid": "^2.0.4", "netlify-identity-widget": "^1.5.5", "node-sass": "^4.11.0", "normalizr": "^3.3.0", "prettier": "^1.18.2", "react": "^16.7.0", "react-dnd": "^9.3.4", "react-dnd-html5-backend": "^9.3.4", "react-dom": "^16.7.0", "react-netlify-identity": "^0.1.9", "react-redux": "^6.0.0", "react-router": "^5.0.1", "react-router-dom": "^5.0.1", "react-scripts": "^3.1.1", "redux": "^4.0.1", "redux-saga": "^1.0.0", "styled-components": "^4.1.3", "ts-loader": "^6.0.4", "typescript": "^3.2.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "flow": "flow", "postinstall": "./src/assets/icons/build.sh" }, "resolutions": { "jest": "24.8.0" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.0.0", "@typescript-eslint/parser": "^2.0.0", "dotenv": "^8.1.0", "eslint": "^6.4.0", "eslint-config-prettier": "^6.1.0", "eslint-config-react": "^1.1.7", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", "icon-font-generator": "^2.1.10", "redux-devtools": "^3.5.0" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }