83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"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.1",
|
|
"@types/styled-components": "^4.1.8",
|
|
"axios": "^0.18.0",
|
|
"flow-bin": "^0.91.0",
|
|
"fontfaceobserver": "^2.1.0",
|
|
"husky": "^1.3.1",
|
|
"jsonpath-plus": "^1.0.0",
|
|
"lint-staged": "^8.1.0",
|
|
"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.16.0",
|
|
"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": "^4.3.1",
|
|
"react-router-dom": "^4.3.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"
|
|
},
|
|
"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-config-prettier": "^6.1.0",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"redux-devtools": "^3.5.0"
|
|
}
|
|
}
|