117 lines
3.1 KiB
JSON
117 lines
3.1 KiB
JSON
{
|
|
"name": "appsmith",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^10.16.3",
|
|
"npm": "^6.9.0"
|
|
},
|
|
"dependencies": {
|
|
"@blueprintjs/core": "^3.18.1",
|
|
"@blueprintjs/datetime": "^3.14.0",
|
|
"@blueprintjs/icons": "^3.10.0",
|
|
"@blueprintjs/select": "^3.10.0",
|
|
"@blueprintjs/timezone": "^3.6.0",
|
|
"@craco/craco": "^5.6.1",
|
|
"@sentry/browser": "^5.6.3",
|
|
"@types/fontfaceobserver": "^0.0.6",
|
|
"@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",
|
|
"@uppy/core": "^1.5.1",
|
|
"@uppy/file-input": "^1.3.1",
|
|
"@uppy/google-drive": "^1.3.2",
|
|
"@uppy/onedrive": "^0.1.1",
|
|
"@uppy/react": "^1.3.2",
|
|
"@uppy/url": "^1.3.2",
|
|
"@uppy/webcam": "^1.3.1",
|
|
"axios": "^0.18.0",
|
|
"eslint": "^6.4.0",
|
|
"flow-bin": "^0.91.0",
|
|
"fontfaceobserver": "^2.1.0",
|
|
"history": "^4.10.1",
|
|
"husky": "^3.0.5",
|
|
"jsonpath-plus": "^1.0.0",
|
|
"lint-staged": "^9.2.5",
|
|
"lodash": "^4.17.11",
|
|
"moment-timezone": "^0.5.27",
|
|
"monaco-editor": "^0.15.1",
|
|
"monaco-editor-webpack-plugin": "^1.7.0",
|
|
"nanoid": "^2.0.4",
|
|
"netlify-identity-widget": "^1.5.5",
|
|
"node-sass": "^4.11.0",
|
|
"normalizr": "^3.3.0",
|
|
"popper.js": "^1.15.0",
|
|
"prettier": "^1.18.2",
|
|
"re-reselect": "^3.4.0",
|
|
"react": "^16.7.0",
|
|
"react-base-table": "^1.9.1",
|
|
"react-dnd": "^9.3.4",
|
|
"react-dnd-html5-backend": "^9.3.4",
|
|
"react-dnd-touch-backend": "^9.4.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-monaco-editor": "^0.31.1",
|
|
"react-netlify-identity": "^0.1.9",
|
|
"react-redux": "^6.0.0",
|
|
"react-rnd": "^10.1.1",
|
|
"react-router": "^5.0.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "^3.1.1",
|
|
"react-select": "^3.0.8",
|
|
"redux": "^4.0.1",
|
|
"redux-form": "^8.2.6",
|
|
"redux-saga": "^1.0.0",
|
|
"reselect": "^4.0.0",
|
|
"shallowequal": "^1.1.0",
|
|
"styled-components": "^4.1.3",
|
|
"ts-loader": "^6.0.4",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "react-scripts eject",
|
|
"flow": "flow"
|
|
},
|
|
"resolution": {
|
|
"jest": "24.8.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@types/react-select": "^3.0.5",
|
|
"@types/react-tabs": "^2.3.1",
|
|
"@types/redux-form": "^8.1.9",
|
|
"@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",
|
|
"redux-devtools": "^3.5.0",
|
|
"redux-devtools-extension": "^2.13.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
}
|
|
}
|