bettermail/portal/package.json
2022-11-12 02:27:46 +01:00

102 lines
3.1 KiB
JSON

{
"name": "helpbuild",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.4.3",
"@sentry/browser": "^5.27.3",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"axios": "^0.21.0",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^5.2.2",
"classnames": "^2.2.6",
"date-fns": "^2.28.0",
"draft-js": "^0.11.7",
"draft-to-html": "^0.0.1",
"draftjs-to-html": "^0.9.1",
"file-extension": "^4.0.5",
"history": "^4.9.0",
"html-to-draft": "^0.1.6",
"html-to-draftjs": "^1.5.0",
"i18next": "^21.6.14",
"javascript-time-ago": "^2.3.13",
"jquery": "^3.5.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.20",
"mobx": "^6.3.5",
"mobx-react": "^7.2.1",
"moment": "^2.29.1",
"object-to-formdata": "^4.4.2",
"prop-types": "^15.7.2",
"quill-emoji": "^0.2.0",
"quill-mention": "^3.1.0",
"react": "^18.2.0",
"react-avatar": "^3.9.7",
"react-confirm-alert": "^2.8.0",
"react-copy-to-clipboard": "^5.0.2",
"react-date-range": "^1.4.0",
"react-datetime": "^3.0.4",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^3.0.2",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.14.7",
"react-fontawesome": "^1.7.1",
"react-i18next": "^11.16.1",
"react-initial": "^1.0.12",
"react-input-range": "^1.3.0",
"react-notifications-component": "^2.4.1",
"react-pluralize": "^1.6.3",
"react-plyr": "^2.2.0",
"react-quill": "^1.3.5",
"react-router-dom": "^5.3.0",
"react-scrollbar": "^0.5.6",
"react-select": "^5.2.2",
"react-stripe-checkout": "^2.6.3",
"react-tag-input": "^6.2.1",
"react-time-ago": "^7.1.9",
"react-toastify": "^8.2.0",
"reactstrap": "^9.1.4",
"superagent": "^6.1.0",
"turbolinks": "^5.2.0",
"universal-cookie": "^4.0.4",
"webpack": "^4.32.2",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.2",
"webpack-sources": "^1.3.0",
"yaml-loader": "^0.6.0",
"yarn": "^1.22.18"
},
"version": "0.1.0",
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-wesbos": "0.0.19",
"eslint-loader": "^2.2.1",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^1.3.0",
"jest": "^28.0.1",
"prettier": "^1.16.4",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "./bin/webpack-dev-server"
}
}