2019-01-21 15:11:10 +00:00
|
|
|
{
|
2019-08-29 11:22:09 +00:00
|
|
|
"name": "appsmith",
|
2019-01-21 15:11:10 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2019-08-20 09:39:08 +00:00
|
|
|
"engines": {
|
2019-10-23 07:07:14 +00:00
|
|
|
"node": "^10.16.3",
|
|
|
|
|
"npm": "^6.9.0"
|
2019-08-20 09:39:08 +00:00
|
|
|
},
|
2019-01-21 15:11:10 +00:00
|
|
|
"dependencies": {
|
2019-09-23 11:57:55 +00:00
|
|
|
"@blueprintjs/core": "^3.18.1",
|
2019-11-06 12:12:41 +00:00
|
|
|
"@blueprintjs/datetime": "^3.14.0",
|
2019-09-23 11:57:55 +00:00
|
|
|
"@blueprintjs/icons": "^3.10.0",
|
2019-09-18 10:19:50 +00:00
|
|
|
"@blueprintjs/select": "^3.10.0",
|
2019-11-06 12:12:41 +00:00
|
|
|
"@blueprintjs/timezone": "^3.6.0",
|
2019-10-29 12:02:58 +00:00
|
|
|
"@craco/craco": "^5.6.1",
|
2019-08-30 09:42:57 +00:00
|
|
|
"@sentry/browser": "^5.6.3",
|
2019-12-30 10:02:23 +00:00
|
|
|
"@syncfusion/ej2-react-grids": "^17.4.40",
|
2019-12-03 09:21:06 +00:00
|
|
|
"@types/chance": "^1.0.7",
|
2019-09-06 09:30:22 +00:00
|
|
|
"@types/fontfaceobserver": "^0.0.6",
|
2019-02-10 14:14:58 +00:00
|
|
|
"@types/lodash": "^4.14.120",
|
2019-02-07 05:07:09 +00:00
|
|
|
"@types/moment-timezone": "^0.5.10",
|
2019-08-29 11:22:09 +00:00
|
|
|
"@types/nanoid": "^2.0.0",
|
2019-01-21 18:11:08 +00:00
|
|
|
"@types/node": "^10.12.18",
|
2019-02-07 05:07:09 +00:00
|
|
|
"@types/react": "^16.8.2",
|
|
|
|
|
"@types/react-dom": "^16.8.0",
|
2019-12-03 09:21:06 +00:00
|
|
|
"@types/react-helmet": "^5.0.14",
|
2019-02-10 13:06:05 +00:00
|
|
|
"@types/react-redux": "^7.0.1",
|
2019-11-22 14:02:55 +00:00
|
|
|
"@types/react-router-dom": "^5.1.2",
|
2019-02-07 05:07:09 +00:00
|
|
|
"@types/styled-components": "^4.1.8",
|
2019-12-16 08:49:10 +00:00
|
|
|
"@types/tinycolor2": "^1.4.2",
|
2019-11-04 14:22:50 +00:00
|
|
|
"@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",
|
2019-01-21 16:54:33 +00:00
|
|
|
"axios": "^0.18.0",
|
2019-12-03 09:21:06 +00:00
|
|
|
"chance": "^1.1.3",
|
2019-12-30 07:35:16 +00:00
|
|
|
"codemirror": "^5.50.0",
|
2019-09-16 11:38:37 +00:00
|
|
|
"eslint": "^6.4.0",
|
2019-01-21 16:54:33 +00:00
|
|
|
"flow-bin": "^0.91.0",
|
2019-09-06 09:30:22 +00:00
|
|
|
"fontfaceobserver": "^2.1.0",
|
2019-11-14 09:01:23 +00:00
|
|
|
"fuse.js": "^3.4.5",
|
2019-10-25 05:35:20 +00:00
|
|
|
"history": "^4.10.1",
|
2019-09-09 10:30:22 +00:00
|
|
|
"husky": "^3.0.5",
|
2020-01-08 12:30:16 +00:00
|
|
|
"interweave": "^12.1.1",
|
|
|
|
|
"interweave-autolink": "^4.0.1",
|
2019-09-16 10:31:23 +00:00
|
|
|
"jsonpath-plus": "^1.0.0",
|
2019-09-09 10:30:22 +00:00
|
|
|
"lint-staged": "^9.2.5",
|
2019-12-23 12:16:33 +00:00
|
|
|
"localforage": "^1.7.3",
|
2019-02-10 13:06:05 +00:00
|
|
|
"lodash": "^4.17.11",
|
2019-11-22 13:12:39 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-11-06 12:12:41 +00:00
|
|
|
"moment-timezone": "^0.5.27",
|
2019-08-29 11:22:09 +00:00
|
|
|
"nanoid": "^2.0.4",
|
2019-03-16 11:33:15 +00:00
|
|
|
"node-sass": "^4.11.0",
|
2019-03-21 17:42:23 +00:00
|
|
|
"normalizr": "^3.3.0",
|
2019-10-21 11:40:24 +00:00
|
|
|
"popper.js": "^1.15.0",
|
2019-09-09 08:23:53 +00:00
|
|
|
"prettier": "^1.18.2",
|
2019-10-21 11:40:24 +00:00
|
|
|
"re-reselect": "^3.4.0",
|
2019-12-23 12:16:33 +00:00
|
|
|
"react": "^16.12.0",
|
2019-10-31 10:10:57 +00:00
|
|
|
"react-base-table": "^1.9.1",
|
2019-08-26 12:41:21 +00:00
|
|
|
"react-dnd": "^9.3.4",
|
|
|
|
|
"react-dnd-html5-backend": "^9.3.4",
|
2019-10-09 06:28:47 +00:00
|
|
|
"react-dnd-touch-backend": "^9.4.0",
|
2019-01-21 15:11:10 +00:00
|
|
|
"react-dom": "^16.7.0",
|
2019-12-03 09:21:06 +00:00
|
|
|
"react-helmet": "^5.2.1",
|
2019-10-29 12:02:58 +00:00
|
|
|
"react-monaco-editor": "^0.31.1",
|
2019-12-23 12:16:33 +00:00
|
|
|
"react-redux": "^7.1.3",
|
2019-10-02 19:42:25 +00:00
|
|
|
"react-rnd": "^10.1.1",
|
2019-11-22 14:02:55 +00:00
|
|
|
"react-router": "^5.1.2",
|
|
|
|
|
"react-router-dom": "^5.1.2",
|
2019-12-23 12:16:33 +00:00
|
|
|
"react-scripts": "^3.3.0",
|
2019-10-21 15:12:45 +00:00
|
|
|
"react-select": "^3.0.8",
|
2019-12-11 10:35:07 +00:00
|
|
|
"react-tabs": "^3.0.0",
|
2019-12-23 12:16:33 +00:00
|
|
|
"react-transition-group": "^4.3.0",
|
2019-02-10 13:06:05 +00:00
|
|
|
"redux": "^4.0.1",
|
2019-10-21 15:12:45 +00:00
|
|
|
"redux-form": "^8.2.6",
|
2019-12-23 12:16:33 +00:00
|
|
|
"redux-saga": "^1.1.3",
|
2019-10-21 11:40:24 +00:00
|
|
|
"reselect": "^4.0.0",
|
2019-11-04 14:22:50 +00:00
|
|
|
"shallowequal": "^1.1.0",
|
2019-12-03 09:21:06 +00:00
|
|
|
"source-map-explorer": "^2.1.1",
|
2019-02-07 05:07:09 +00:00
|
|
|
"styled-components": "^4.1.3",
|
2019-12-16 08:49:10 +00:00
|
|
|
"tinycolor2": "^1.4.1",
|
2020-01-17 09:28:26 +00:00
|
|
|
"toposort": "^2.0.2",
|
2019-08-29 11:22:09 +00:00
|
|
|
"ts-loader": "^6.0.4",
|
2020-01-08 10:50:49 +00:00
|
|
|
"typescript": "^3.6.3",
|
|
|
|
|
"unescape-js": "^1.1.4"
|
2019-01-21 15:11:10 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-12-03 09:21:06 +00:00
|
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
2020-01-03 08:49:47 +00:00
|
|
|
"start": "REACT_APP_ENVIRONMENT=DEVELOPMENT HOST=dev.appsmith.com craco start",
|
2019-12-30 10:02:23 +00:00
|
|
|
"build": "craco --max-old-space-size=2048 build",
|
2019-12-18 13:09:08 +00:00
|
|
|
"test": "CI=true craco test",
|
2019-01-21 16:54:33 +00:00
|
|
|
"eject": "react-scripts eject",
|
2019-12-05 03:16:00 +00:00
|
|
|
"start-prod": "REACT_APP_ENVIRONMENT=PRODUCTION craco start",
|
|
|
|
|
"storybook": "start-storybook",
|
2019-12-12 07:50:53 +00:00
|
|
|
"cytest": "REACT_APP_TESTING=TESTING REACT_APP_ENVIRONMENT=DEVELOPMENT craco start & ./node_modules/.bin/cypress open",
|
2019-12-05 03:16:00 +00:00
|
|
|
"build-storybook": "build-storybook -c .storybook -o .storybook-out"
|
2019-01-21 15:11:10 +00:00
|
|
|
},
|
Property Pane Controls
- Fixes #121, #122, #123, #124, #90, #46, #65, #100, #101, #68, #102
2019-10-24 05:24:45 +00:00
|
|
|
"resolution": {
|
2019-09-02 07:09:29 +00:00
|
|
|
"jest": "24.8.0"
|
|
|
|
|
},
|
2019-01-21 15:11:10 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "react-app"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not ie <= 11",
|
|
|
|
|
"not op_mini all"
|
2019-02-10 13:06:05 +00:00
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2019-12-05 03:16:00 +00:00
|
|
|
"@babel/core": "^7.7.4",
|
|
|
|
|
"@storybook/addon-contexts": "^5.2.6",
|
|
|
|
|
"@storybook/addon-docs": "^5.2.8",
|
|
|
|
|
"@storybook/addon-knobs": "^5.2.6",
|
|
|
|
|
"@storybook/addon-notes": "^5.2.6",
|
|
|
|
|
"@storybook/addons": "^5.2.6",
|
|
|
|
|
"@storybook/preset-create-react-app": "^1.3.1",
|
|
|
|
|
"@storybook/react": "^5.2.6",
|
2019-12-30 07:35:16 +00:00
|
|
|
"@types/codemirror": "^0.0.82",
|
2019-11-14 09:28:51 +00:00
|
|
|
"@types/jest": "^24.0.22",
|
2019-10-21 15:12:45 +00:00
|
|
|
"@types/react-select": "^3.0.5",
|
|
|
|
|
"@types/react-tabs": "^2.3.1",
|
|
|
|
|
"@types/redux-form": "^8.1.9",
|
2020-01-17 09:28:26 +00:00
|
|
|
"@types/toposort": "^2.0.3",
|
2019-08-29 11:22:09 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.0.0",
|
|
|
|
|
"@typescript-eslint/parser": "^2.0.0",
|
2019-12-05 03:16:00 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-12-12 07:50:53 +00:00
|
|
|
"cypress": "^3.7.0",
|
2019-09-05 17:47:50 +00:00
|
|
|
"dotenv": "^8.1.0",
|
2019-09-16 10:31:23 +00:00
|
|
|
"eslint": "^6.4.0",
|
2019-08-29 11:22:09 +00:00
|
|
|
"eslint-config-prettier": "^6.1.0",
|
2019-09-09 08:23:53 +00:00
|
|
|
"eslint-config-react": "^1.1.7",
|
2019-08-29 11:22:09 +00:00
|
|
|
"eslint-plugin-prettier": "^3.1.0",
|
2019-09-16 10:31:23 +00:00
|
|
|
"eslint-plugin-react": "^7.14.3",
|
2019-12-23 12:16:33 +00:00
|
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
2019-12-05 03:16:00 +00:00
|
|
|
"react-docgen-typescript-loader": "^3.6.0",
|
|
|
|
|
"react-is": "^16.12.0",
|
2019-11-14 09:28:51 +00:00
|
|
|
"react-test-renderer": "^16.11.0",
|
2019-09-18 10:19:50 +00:00
|
|
|
"redux-devtools": "^3.5.0",
|
2019-12-05 03:16:00 +00:00
|
|
|
"redux-devtools-extension": "^2.13.8",
|
|
|
|
|
"storybook-addon-designs": "^5.1.1"
|
2019-09-13 11:59:45 +00:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
2019-12-18 13:09:08 +00:00
|
|
|
"pre-commit": "lint-staged",
|
|
|
|
|
"pre-push": "yarn run test"
|
2019-09-13 11:59:45 +00:00
|
|
|
}
|
2019-02-10 13:06:05 +00:00
|
|
|
}
|
2019-01-21 15:11:10 +00:00
|
|
|
}
|