houdini/package.json

187 lines
6.5 KiB
JSON
Raw Normal View History

{
"name": "Houdini",
"private": "true",
"repository": {
"type": "git",
"url": "https://github.com/houdiniproject/houdini"
},
"scripts": {
"build-all": "yarn install --frozen-lockfile && script/compile-assets.sh && yarn build",
2019-11-05 21:51:46 +00:00
"ci-build-all": "script/compile-assets.sh && yarn build",
2020-10-15 19:15:34 +00:00
"test": "bin/rails spec && yarn jest",
2020-11-24 22:20:51 +00:00
"jest": "bin/rails i18n:js:export && jest",
"eslint": "eslint . --ext .ts,.js,.es6,.tsx",
"storybook": "bin/rails i18n:js:export && start-storybook -p 6006 -c .storybook/react --no-version-updates --no-release-notes",
"build-storybook": "bin/rails i18n:js:export && build-storybook -c .storybook/react ",
"html-storybook": "bin/start-html-storybook -p 6007 -c .storybook/html --no-version-updates --no-release-notes",
2020-10-15 19:15:34 +00:00
"build-html-storybook": "bin/build-html-storybook -c .storybook/html",
"markdownlint": "npx markdownlint-cli **/*.md --ignore node_modules",
"prepare-for-push": "yarn test && yarn eslint --fix && yarn markdownlint --fix && bin/rails notice:update",
"prepare-for-push-js": "yarn jest && yarn eslint --fix && yarn markdownlint --fix && bin/rails notice:js:update",
2020-11-24 22:20:51 +00:00
"notice:js": "npx @houdiniproject/noticeme@^1.1.0-pre1 -f NOTICE-js -i included.json -s 250",
"webpack": "bin/rails i18n:js:export && bin/webpack"
},
"devDependencies": {
2020-05-27 22:05:25 +00:00
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.10.0",
2020-08-18 16:00:14 +00:00
"@babel/plugin-transform-runtime": "^7.11.0",
2019-11-05 23:29:22 +00:00
"@babel/preset-env": "^7.7.1",
2020-05-27 22:05:25 +00:00
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
2020-10-08 20:39:51 +00:00
"@formatjs/intl-getcanonicallocales": "^1.4.6",
"@formatjs/intl-numberformat": "^5.6.4",
"@formatjs/intl-pluralrules": "^3.4.9",
2020-05-27 22:05:25 +00:00
"@rails/webpacker": "^5.1.1",
2020-10-08 20:43:36 +00:00
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/addons": "^6.0.26",
"@storybook/html": "^6.0.26",
"@storybook/react": "^6.0.26",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
2020-07-15 17:39:07 +00:00
"@testing-library/react-hooks": "^3.3.0",
2020-05-19 19:16:53 +00:00
"@types/activestorage": "^5.2.2",
"@types/color": "^3.0.0",
"@types/enzyme": "^3.1.9",
"@types/enzyme-to-json": "^1.5.1",
"@types/es6-promise": "^3.3.0",
2019-05-01 22:17:15 +00:00
"@types/hoist-non-react-statics": "^3.3.1",
2020-11-24 22:20:51 +00:00
"@types/i18n-js": "^3.0.3",
2020-09-16 21:00:59 +00:00
"@types/jest": "^26.0.14",
"@types/jquery": "^3.3.1",
2018-09-07 18:07:14 +00:00
"@types/jsdom": "^11.0.4",
"@types/lodash": "^4.14.106",
"@types/moment-timezone": "^0.5.9",
2018-09-07 18:07:14 +00:00
"@types/prop-types": "^15.5.5",
2020-05-27 22:05:25 +00:00
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.0.1",
2018-10-03 18:00:22 +00:00
"@types/react-text-mask": "^5.4.2",
"@types/react-transition-group": "^2.9.0",
2018-09-07 18:07:14 +00:00
"@types/sinon": "^4.3.3",
"@types/validator": "^9.4.1",
2020-10-24 22:37:49 +00:00
"@types/yup": "^0.29.8",
2020-09-30 17:13:55 +00:00
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-import": "^1.5.4",
2020-06-25 19:13:05 +00:00
"babel-plugin-transform-imports": "^2.0.0",
2020-05-27 22:05:25 +00:00
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^3.4.1",
2019-11-22 21:22:16 +00:00
"bootstrap-loader": "github:houdiniproject/bootstrap-loader#compiled_namespaced_3",
2018-09-07 18:07:14 +00:00
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.10",
2019-02-14 22:10:31 +00:00
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^7.3.1",
2020-06-27 00:15:39 +00:00
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-node": "^11.1.0",
2020-06-29 20:58:10 +00:00
"eslint-plugin-react": "^7.20.2",
"eslint-plugin-react-hooks": "^4.0.4",
"fork-ts-checker-webpack-plugin": "^5.0.4",
2020-09-16 21:00:59 +00:00
"jest": "^26.4.2",
2020-08-10 18:29:17 +00:00
"jest-environment-jsdom-fifteen": "^1.0.2",
2019-02-20 19:51:50 +00:00
"jest-enzyme": "^7.0.1",
2018-09-07 18:07:14 +00:00
"jsdom": "^11.10.0",
2020-07-15 18:02:10 +00:00
"mini-css-extract-plugin": "^0.9.0",
2019-05-01 22:19:04 +00:00
"node-sass": "^4.12.0",
"object-hash": "^2.0.3",
"phantomjs-prebuilt": "^2.1.16",
"rails-erb-loader": "^5.5.2",
2020-09-23 18:41:25 +00:00
"react-is": "^16.13.1",
2020-07-15 17:37:59 +00:00
"react-test-renderer": "^16.13.1",
2018-09-07 18:07:14 +00:00
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.1",
"sinon": "^5.0.7",
2020-07-15 17:41:20 +00:00
"storybook-addon-intl": "^2.4.1",
"style-loader": "^0.21.0",
"tiny-warning": "^1.0.3",
2020-09-16 21:00:59 +00:00
"ts-jest": "^26.3.0",
"typescript": "^4",
"url-loader": "^1.0.1",
2019-11-05 23:29:22 +00:00
"webpack": "^4.0.0",
2020-04-21 22:30:53 +00:00
"webpack-cli": "^3.3.11",
2020-05-27 18:07:17 +00:00
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
2020-08-10 18:29:17 +00:00
"@houdiniproject/react-i18n-currency-input": "^2.0.0-pre3",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
2020-04-23 22:12:54 +00:00
"@rails/activestorage": "^6.0.2-2",
"attr-binder": "0.3.1",
2020-09-14 17:25:15 +00:00
"bignumber.js": "^9.0.0",
"chart.js": "2.1.4",
"color": "^3.1.0",
"commons.css": "0.1.8",
"cookie": "0.3.1",
"cropperjs": "1.0.0-beta.2",
"data-tooltip": "0.0.1",
2018-09-07 18:07:14 +00:00
"dotize": "^0.2.0",
"dragula": "3.7.1",
"es6-promise": "2.1.1",
"ff-core": "0.0.2",
"ff-dashboard": "0.0.4",
"ff-file-uploader": "0.0.6",
"flimflam": "0.7.5",
"flimflam-docs-scaffold": "0.0.8",
"flimflam-render": "0.1.4",
"flyd": "0.2.2",
"flyd-ajax": "0.2.0",
"flyd-url": "0.0.1",
"flyd-zip": "0.0.1",
"focus-group": "^0.3.1",
"fontsource-roboto": "^2.1.4",
"form-serialize": "0.7.0",
2020-06-25 18:38:30 +00:00
"formik": "^2.1.4",
2020-06-25 18:50:17 +00:00
"formik-material-ui": "^2.0.0",
2019-05-01 22:17:15 +00:00
"hoist-non-react-statics": "^3.3.0",
"i18n-js": "^3.0.3",
"iban": "0.0.8",
"immutable": "3.7.5",
"jquery": "1.11.1",
"jquery.cookie": "1.4.1",
2020-07-17 15:37:23 +00:00
"lodash": "^4.17.19",
"marked": "^0.7.0",
2018-09-07 18:07:14 +00:00
"mobx": "^4.3.1",
"mobx-react": "^5.4.3",
2018-09-07 18:07:14 +00:00
"mobx-react-devtools": "^5.0.1",
"mobx-react-form": "github:houdiniproject/mobx-react-form#our_fix",
2018-08-20 16:32:27 +00:00
"mobx-utils": "^5.0.1",
2018-10-01 19:42:41 +00:00
"moment": "^2.22.2",
"moment-range": "2.2.0",
2018-10-01 19:42:41 +00:00
"moment-timezone": "^0.5.21",
2018-09-07 18:07:14 +00:00
"no-scroll": "^2.1.0",
"parsleyjs": "2.0.7",
"percent": "1.1.1",
"phone-formatter": "0.0.2",
"pikaday": "1.3.2",
"pikaday-time": "1.5.1",
"query-string": "4.2.2",
"quill": "^1.3.6",
"ramda": "^0.21.0",
2020-07-15 17:36:23 +00:00
"react": "^16.13.1",
"react-aria-modal": "^3.0.1",
2020-07-15 17:36:23 +00:00
"react-dom": "^16.13.1",
2020-10-24 23:55:55 +00:00
"react-error-boundary": "^3.0.2",
"react-intl": "^4",
2018-09-07 18:07:14 +00:00
"react-text-mask": "^5.3.0",
"react-transition-group": "^2.9.0",
2020-08-10 18:29:17 +00:00
"react-use": "^15.3.3",
2020-06-22 22:44:19 +00:00
"react_ujs": "^2.6.1",
"snabbdom": "0.3.0",
"snake-case": "2.1.0",
"superagent": "1.1.0",
2018-09-07 18:07:14 +00:00
"text-mask": "0.0.2",
"uuid": "2.0.2",
2018-09-07 18:07:14 +00:00
"validator": "^9.4.1",
"vdom-thunk": "3.0.0",
"view-script": "0.3.6",
"virtual-dom": "2.1.1",
"vvvview": "0.4.3",
2020-10-23 21:50:00 +00:00
"websocket-extensions": "^0.1.4",
"yup": "^0.29.3"
}
}