PromucFlow_constructor/app/client/package.json

207 lines
6.7 KiB
JSON
Raw Normal View History

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
},
"cracoConfig": "craco.dev.config.js",
2019-01-21 15:11:10 +00:00
"dependencies": {
"@blueprintjs/core": "^3.18.1",
2019-11-06 12:12:41 +00:00
"@blueprintjs/datetime": "^3.14.0",
"@blueprintjs/icons": "^3.10.0",
"@blueprintjs/select": "^3.10.0",
2019-11-06 12:12:41 +00:00
"@blueprintjs/timezone": "^3.6.0",
"@craco/craco": "^5.6.1",
2020-04-13 08:24:13 +00:00
"@manaflair/redux-batch": "^1.0.0",
2020-05-28 18:10:26 +00:00
"@optimizely/optimizely-sdk": "^4.0.0",
Release (#515) * Add more options to action settings (#473) * Update install.sh * Add few ternjs defs for moment (#508) * default icon selection issue fixed in stories (#495) * Feature: Toggle component (#490) * Toggle component implemented with story * props fixed * lighten and darken colors implemented * removed the unused css properties * removed the used import in story * toggle hover state fixed * storywrapper import updated * Drag And drop widget (#503) * Drag And drop widget * Updated cordinates * Feature: Tooltip component with story (#498) * tooltip component implemented with story * default props fixed * used constant classes names * blueprint classname corrected * Feature: Checkbox component (#475) * checkbox disabled state added and checked UI fixed * checkbox imported corrected in story * checkbox implemented using input and label elements. * align and isChecked props removed * used styled component for span * Feature: Radio group component (#481) * Radio group component with story implemented * radio group implemented using native input and label. * radio component height fixed in story * disabled name in theme corrected for radio * align prop removed * removed duplicate user object (#513) removed id field which is never populated added help modal in applications page and intercom to load in help modal shutdown intercom on signout to clear existing chats Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com> * Feature: Table Widget - multi row selection (#507) * Fix typo (#514) * Update install.sh * selectedRowIndexes changed to selectedRowIndices (#516) Data type of selectedRowIndices changed to array of numbers * Fixing storybook build (#517) * Fixes (#522) - Remove cache fields from settings - Call the event callback method with success false to fix button widget loading issue * Add migration to fix incorrect action IDs for onLoad (#519) * Add migration to fix incorrect action IDs for onLoad * Remove redundant comments * Fix migration to work with published onLoad actions as well * Only update the action ID when correcting onLoad action IDs * Fix migration name for correcting action IDs Co-authored-by: Trisha Anand <trisha@appsmith.com> * Fix migration id for correcting action IDs * Reformat code Co-authored-by: Trisha Anand <trisha@appsmith.com> * deprecated selectedOptionValueArr * Feature/intercom (#521) * removed duplicate user object removed id field which is never populated added help modal in applications page and intercom to load in help modal shutdown intercom on signout to clear existing chats * added analytics to help modal and invite user unescaped bindings before evaluation to prune newlines * updated action confirmation text * added a check to ignore old properties which are no longer dynamic * fixed test case * fix tests Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com> Co-authored-by: Hetu Nandu <hetunandu@gmail.com> * Remove run on page load in api pane (#524) * Remove run on page load in api pane * Remove run on page load setting in query pane * Revert removal of run query on page load Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com> Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com> Co-authored-by: devrk96 <rohit.kumawat@primathon.in> Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com> Co-authored-by: vicky-primathon <67091118+vicky-primathon@users.noreply.github.com> Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: Trisha Anand <trisha@appsmith.com>
2020-09-10 07:43:17 +00:00
"@sentry/react": "^5.22.3",
"@sentry/tracing": "^5.22.3",
"@sentry/webpack-plugin": "^1.12.1",
2019-12-03 09:21:06 +00:00
"@types/chance": "^1.0.7",
"@types/lodash": "^4.14.120",
"@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",
2020-06-02 07:54:31 +00:00
"@types/prismjs": "^1.16.1",
"@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",
2020-05-28 18:10:26 +00:00
"@types/react-instantsearch-dom": "^6.3.0",
"@types/react-redux": "^7.0.1",
"@types/react-router-dom": "^5.1.2",
2020-06-03 10:50:10 +00:00
"@types/react-table": "^7.0.13",
"@types/styled-components": "^4.1.8",
2019-12-16 08:49:10 +00:00
"@types/tinycolor2": "^1.4.2",
"@uppy/core": "^1.8.2",
"@uppy/dashboard": "^1.6.2",
2019-11-04 14:22:50 +00:00
"@uppy/file-input": "^1.3.1",
"@uppy/google-drive": "^1.3.2",
"@uppy/onedrive": "^0.1.1",
"@uppy/react": "^1.4.5",
2019-11-04 14:22:50 +00:00
"@uppy/url": "^1.3.2",
"@uppy/webcam": "^1.3.1",
"@welldone-software/why-did-you-render": "^4.2.5",
2020-05-28 18:10:26 +00:00
"algoliasearch": "^4.2.0",
"axios": "^0.18.0",
2019-12-03 09:21:06 +00:00
"chance": "^1.1.3",
"codemirror": "^5.55.0",
"copy-to-clipboard": "^3.3.1",
"craco-alias": "^2.1.1",
"downloadjs": "^1.4.7",
"eslint": "^6.4.0",
"fast-deep-equal": "^3.1.1",
"flow-bin": "^0.91.0",
2019-11-14 09:01:23 +00:00
"fuse.js": "^3.4.5",
2020-03-13 12:06:41 +00:00
"fusioncharts": "^3.15.0-sr.1",
"history": "^4.10.1",
"husky": "^3.0.5",
"immer": "^7.0.8",
2020-05-28 18:10:26 +00:00
"instantsearch.css": "^7.4.2",
"instantsearch.js": "^4.4.1",
2020-01-08 12:30:16 +00:00
"interweave": "^12.1.1",
"interweave-autolink": "^4.0.1",
"js-base64": "^3.4.5",
2020-02-18 10:41:52 +00:00
"json-fn": "^1.1.1",
"lint-staged": "^9.2.5",
"localforage": "^1.7.3",
"lodash": "^4.17.19",
2020-03-23 12:40:17 +00:00
"loglevel": "^1.6.7",
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",
"popper.js": "^1.15.0",
"prettier": "^1.18.2",
"prismjs": "^1.21.0",
"re-reselect": "^3.4.0",
"react": "^16.12.0",
2019-10-31 10:10:57 +00:00
"react-base-table": "^1.9.1",
2020-01-24 09:54:40 +00:00
"react-beautiful-dnd": "^12.2.0",
2019-08-26 12:41:21 +00:00
"react-dnd": "^9.3.4",
"react-dnd-html5-backend": "^9.3.4",
"react-dnd-touch-backend": "^9.4.0",
2019-01-21 15:11:10 +00:00
"react-dom": "^16.7.0",
2020-04-15 11:42:11 +00:00
"react-google-maps": "^9.4.5",
2019-12-03 09:21:06 +00:00
"react-helmet": "^5.2.1",
"react-infinite-scroller": "^1.2.4",
2020-05-28 18:10:26 +00:00
"react-instantsearch-dom": "^6.4.0",
"react-json-view": "^1.19.1",
"react-paginating": "^1.4.0",
2020-06-22 13:46:19 +00:00
"react-player": "^2.3.1",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
2019-10-21 15:12:45 +00:00
"react-select": "^3.0.8",
2020-01-28 11:22:54 +00:00
"react-spring": "^8.0.27",
2020-06-03 10:50:10 +00:00
"react-table": "^7.0.0",
2019-12-11 10:35:07 +00:00
"react-tabs": "^3.0.0",
2020-02-18 10:41:52 +00:00
"react-toastify": "^5.5.0",
"react-transition-group": "^4.3.0",
2020-02-18 19:56:58 +00:00
"react-use-gesture": "^7.0.4",
"redux": "^4.0.1",
2019-10-21 15:12:45 +00:00
"redux-form": "^8.2.6",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
2019-11-04 14:22:50 +00:00
"shallowequal": "^1.1.0",
"smartlook-client": "^4.5.1",
"styled-components": "^4.1.3",
"styled-system": "^5.1.5",
2020-05-20 11:30:53 +00:00
"tern": "^0.21.0",
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",
2020-04-01 08:09:57 +00:00
"unescape-js": "^1.1.4",
2020-05-20 11:30:53 +00:00
"url-search-params-polyfill": "^8.0.0",
"workerize-loader": "^1.2.0"
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-22 12:26:25 +00:00
"start": "REACT_APP_BASE_URL=https://release-api.appsmith.com REACT_APP_ENVIRONMENT=DEVELOPMENT HOST=dev.appsmith.com craco start",
2020-03-10 09:38:12 +00:00
"build": "./build.sh",
"build-local": "craco --max-old-space-size=4096 build --config craco.build.config.js",
Use injected configuration from Nginx at runtime instead of build time (#30) * Use envsubst and nginx templates to generate nginx configs which can substitute environment variables and inject into the index.html file * Fix path in dockerfile. Add .gitignore and .env.example files. Fix nginx-linux template. * Add all environment variables. Add prefix to all environment variables. Update scripts to attempt to substitute all environment variables with the prefix * Setup dockerfile to execute a bash script. use env.example for fetching environment variables in development * Toggle features based on injected configs. Fix nginx template substitution script. * Update env.example file * Remove debug code from start-nginx.sh * Fix nginx config templates by adding quotes by default. Fix sed regex to include numerals. Toggle social login buttons on Login page based on the config. * Update rapid api environment variable name. Toggle oauth buttons based on config in SignUp page. Update .env.example to be a union of server and client environment variables * Adding a Map disabled message on Map widget * Adding links to Privacy policy and TNC * Use REACT_APP_ env variables with higher priority over injected config variables for toggling features * Update netlify.toml by commenting out the build environment variables * Remove env variables not required by the client * Remove start-storybook entry from package.json * Fix netlify.toml. Fallback algolia configs * Add contexts to netlify.toml for successful deploys. Swith to using APPSMITH_MARKETPLACE_URL as the toggle for RapidAPI feature on the client. Remove comments in nginx config templates. Fix template used in dockerfile. Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local> Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-07-07 10:22:17 +00:00
"build-staging": " REACT_APP_ENVIRONMENT=STAGING craco --max-old-space-size=4096 build --config craco.build.config.js",
"test": "CYPRESS_BASE_URL=https://dev.appsmith.com cypress/test.sh",
"test:ci": "CYPRESS_BASE_URL=https://dev.appsmith.com cypress/test.sh --env=ci",
"eject": "react-scripts eject",
Use injected configuration from Nginx at runtime instead of build time (#30) * Use envsubst and nginx templates to generate nginx configs which can substitute environment variables and inject into the index.html file * Fix path in dockerfile. Add .gitignore and .env.example files. Fix nginx-linux template. * Add all environment variables. Add prefix to all environment variables. Update scripts to attempt to substitute all environment variables with the prefix * Setup dockerfile to execute a bash script. use env.example for fetching environment variables in development * Toggle features based on injected configs. Fix nginx template substitution script. * Update env.example file * Remove debug code from start-nginx.sh * Fix nginx config templates by adding quotes by default. Fix sed regex to include numerals. Toggle social login buttons on Login page based on the config. * Update rapid api environment variable name. Toggle oauth buttons based on config in SignUp page. Update .env.example to be a union of server and client environment variables * Adding a Map disabled message on Map widget * Adding links to Privacy policy and TNC * Use REACT_APP_ env variables with higher priority over injected config variables for toggling features * Update netlify.toml by commenting out the build environment variables * Remove env variables not required by the client * Remove start-storybook entry from package.json * Fix netlify.toml. Fallback algolia configs * Add contexts to netlify.toml for successful deploys. Swith to using APPSMITH_MARKETPLACE_URL as the toggle for RapidAPI feature on the client. Remove comments in nginx config templates. Fix template used in dockerfile. Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local> Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-07-07 10:22:17 +00:00
"start-prod": "REACT_APP_ENVIRONMENT=PRODUCTION craco start",
2019-12-12 07:50:53 +00:00
"cytest": "REACT_APP_TESTING=TESTING REACT_APP_ENVIRONMENT=DEVELOPMENT craco start & ./node_modules/.bin/cypress open",
"test:unit": "$(npm bin)/jest -b --colors",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
2019-01-21 15:11:10 +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"
],
"devDependencies": {
2019-12-05 03:16:00 +00:00
"@babel/core": "^7.7.4",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-backgrounds": "^5.3.19",
"@storybook/addon-contexts": "^5.3.19",
"@storybook/addon-docs": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-notes": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^5.3.19",
"@types/codemirror": "^0.0.96",
"@types/downloadjs": "^1.4.2",
2019-11-14 09:28:51 +00:00
"@types/jest": "^24.0.22",
2020-01-24 09:54:40 +00:00
"@types/react-beautiful-dnd": "^11.0.4",
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",
"@types/styled-system": "^5.1.9",
2020-05-20 11:30:53 +00:00
"@types/tern": "0.22.0",
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",
"babel-plugin-styled-components": "^1.10.7",
2020-06-22 13:46:19 +00:00
"craco-babel-loader": "^0.1.4",
2020-03-20 14:21:24 +00:00
"cypress": "^4.1.0",
2020-03-10 09:38:12 +00:00
"cypress-multi-reporters": "^1.2.4",
2020-04-02 04:47:48 +00:00
"cypress-xpath": "^1.4.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",
"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",
"eslint-plugin-react-hooks": "^2.3.0",
2020-03-10 09:38:12 +00:00
"mocha": "^7.1.0",
"mocha-junit-reporter": "^1.23.3",
"mochawesome": "^5.0.0",
"mochawesome-report-generator": "^4.1.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",
"redux-devtools": "^3.5.0",
2019-12-05 03:16:00 +00:00
"redux-devtools-extension": "^2.13.8",
2020-04-17 04:59:43 +00:00
"source-map-explorer": "^2.4.2",
"storybook-addon-designs": "^5.4.0",
2020-05-20 11:30:53 +00:00
"ts-jest": "^24.3.0",
2020-05-05 12:16:51 +00:00
"webpack-merge": "^4.2.2",
2020-05-20 11:30:53 +00:00
"workbox-webpack-plugin": "^5.1.2"
},
"husky": {
"hooks": {
2020-03-16 15:42:39 +00:00
"pre-commit": "lint-staged"
}
}
}