2018-10-25 12:38:32 +02:00
{
"name" : "fab-manager" ,
2023-07-03 18:40:29 +02:00
"version" : "6.0.8" ,
2020-02-26 10:19:43 +01:00
"description" : "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects." ,
2018-11-21 10:59:07 +01:00
"keywords" : [
"fablab" ,
"reservations" ,
"booking" ,
"payment" ,
"project" ,
"documentation"
] ,
2021-05-25 14:17:31 +02:00
"homepage" : "https://www.fab-manager.com/" ,
2019-03-26 14:04:45 +01:00
"repository" : "https://github.com/sleede/fab-manager.git" ,
2018-10-25 12:38:32 +02:00
"bugs" : {
2019-03-26 14:04:45 +01:00
"url" : "https://github.com/sleede/fab-manager/issues"
2018-10-25 12:38:32 +02:00
} ,
2021-07-01 12:35:09 +02:00
"scripts" : {
2022-11-24 18:03:50 +01:00
"lint" : "eslint ./app/frontend/src" ,
"test" : "jest"
2021-07-01 12:35:09 +02:00
} ,
2018-10-25 12:38:32 +02:00
"license" : "AGPL-3.0-only" ,
"devDependencies" : {
2022-03-09 17:37:59 +01:00
"@pmmmwh/react-refresh-webpack-plugin" : "^0.5.4" ,
2022-12-05 15:07:01 +01:00
"@testing-library/dom" : ">=7.21.8" ,
2022-11-24 18:03:50 +01:00
"@testing-library/jest-dom" : "^5.16.5" ,
"@testing-library/react" : "12" ,
2022-11-29 10:48:23 +01:00
"@testing-library/user-event" : "^14.4.3" ,
2022-04-01 17:48:32 +02:00
"@typescript-eslint/eslint-plugin" : "^5.17.0" ,
"@typescript-eslint/parser" : "^5.17.0" ,
2022-11-24 18:03:50 +01:00
"babel-jest" : "^29.3.1" ,
"eslint" : "^8.28.0" ,
2022-04-01 17:48:32 +02:00
"eslint-config-standard" : "~17.0.0-1" ,
2022-07-20 09:55:44 +02:00
"eslint-plugin-fabmanager" : "^0.5.6" ,
2022-04-01 17:48:32 +02:00
"eslint-plugin-html-erb" : "^1.0.1" ,
"eslint-plugin-import" : "~2.25.4" ,
2022-11-24 18:03:50 +01:00
"eslint-plugin-jest" : "^27.1.6" ,
2022-12-05 15:07:01 +01:00
"eslint-plugin-n" : "^14.0.0" ,
2022-04-01 17:48:32 +02:00
"eslint-plugin-promise" : "~6.0.0" ,
"eslint-plugin-react" : "^7.29.4" ,
"eslint-webpack-plugin" : "^3.1.1" ,
2022-11-24 18:03:50 +01:00
"jest" : "^29.3.1" ,
"jest-environment-jsdom" : "^29.3.1" ,
"msw" : "^0.49.0" ,
2022-03-09 17:37:59 +01:00
"react-refresh" : "^0.11.0" ,
2022-11-24 18:03:50 +01:00
"react-select-event" : "^5.5.1" ,
"react-test-renderer" : "^17.0.2" ,
2023-01-30 16:18:51 +01:00
"webpack-dev-server" : "^4.9.0"
2018-11-21 10:59:07 +01:00
} ,
"dependencies" : {
2022-11-24 18:03:50 +01:00
"@babel/core" : "^7.20.2" ,
2022-03-14 17:00:49 +01:00
"@babel/plugin-proposal-class-properties" : "^7.14.5" ,
"@babel/plugin-proposal-object-rest-spread" : "^7.15.6" ,
"@babel/plugin-syntax-dynamic-import" : "^7.8.3" ,
"@babel/plugin-transform-destructuring" : "^7.14.7" ,
"@babel/plugin-transform-runtime" : "7" ,
2022-11-24 18:03:50 +01:00
"@babel/preset-env" : "^7.20.2" ,
2020-10-21 15:07:01 +02:00
"@babel/preset-react" : "^7.12.1" ,
2022-03-09 17:37:59 +01:00
"@babel/preset-typescript" : "^7.16.7" ,
2023-01-30 16:18:51 +01:00
"@babel/runtime" : "^7.17.9" ,
2022-12-12 23:23:50 +01:00
"@claviska/jquery-minicolors" : "^2.3.6" ,
2022-07-28 15:20:25 +02:00
"@dnd-kit/core" : "^6.0.5" ,
2022-08-01 16:17:21 +02:00
"@dnd-kit/modifiers" : "^6.0.0" ,
2022-07-28 15:20:25 +02:00
"@dnd-kit/sortable" : "^7.0.1" ,
2020-09-28 16:30:07 +02:00
"@fortawesome/fontawesome-free" : "5.14.0" ,
2021-03-03 15:28:56 +01:00
"@lyracom/embedded-form-glue" : "^0.3.3" ,
2021-04-02 16:02:50 +02:00
"@stripe/react-stripe-js" : "^1.4.0" ,
"@stripe/stripe-js" : "^1.13.2" ,
2022-05-04 15:53:22 +02:00
"@svgr/webpack" : "^6.2.1" ,
2022-11-28 16:24:29 +01:00
"@tiptap/core" : "^2.0.0-beta.204" ,
"@tiptap/extension-character-count" : "^2.0.0-beta.204" ,
"@tiptap/extension-image" : "^2.0.0-beta.204" ,
"@tiptap/extension-link" : "^2.0.0-beta.204" ,
"@tiptap/extension-placeholder" : "^2.0.0-beta.204" ,
"@tiptap/extension-underline" : "^2.0.0-beta.204" ,
"@tiptap/react" : "^2.0.0-beta.204" ,
"@tiptap/starter-kit" : "^2.0.0-beta.204" ,
2022-03-09 11:46:13 +01:00
"@types/angular" : "^1.7.3" ,
"@types/prop-types" : "^15.7.2" ,
2021-04-02 16:02:50 +02:00
"@types/react" : "^17.0.3" ,
"@types/react-dom" : "^17.0.3" ,
2022-12-05 15:07:01 +01:00
"@types/sortablejs" : "1" ,
2022-03-15 17:10:33 +01:00
"@uirouter/angularjs" : "1.0.30" ,
2022-12-21 19:24:54 +01:00
"@zxcvbn-ts/core" : "^2.1.0" ,
"@zxcvbn-ts/language-common" : "^2.0.1" ,
"@zxcvbn-ts/language-de" : "^2.1.0" ,
"@zxcvbn-ts/language-en" : "^2.1.0" ,
"@zxcvbn-ts/language-es-es" : "^2.1.1" ,
"@zxcvbn-ts/language-fr" : "^2.2.0" ,
"@zxcvbn-ts/language-pt-br" : "^2.1.0" ,
2020-10-06 10:38:15 +02:00
"AngularDevise" : "https://github.com/cloudspace/angular_devise.git#1.0.2" ,
2020-06-18 17:02:13 +02:00
"angular" : "1.8" ,
2019-11-25 11:26:35 +01:00
"angular-animate" : "1.7" ,
2018-11-22 17:09:14 +01:00
"angular-aside" : "1.3" ,
"angular-base64-upload" : "^0.0.9" ,
2020-10-06 10:38:15 +02:00
"angular-bootstrap-switch" : "https://github.com/sleede/angular-bootstrap-switch.git#develop" ,
2019-11-25 11:26:35 +01:00
"angular-cookies" : "1.7" ,
2020-10-06 10:38:15 +02:00
"angular-growl-v2" : "https://github.com/JanStevens/angular-growl-2.git#0.7.9" ,
2019-11-25 11:26:35 +01:00
"angular-i18n" : "1.7" ,
2018-11-22 17:09:14 +01:00
"angular-loading-bar" : "^0.9.0" ,
2021-06-15 11:36:14 +02:00
"angular-medium-editor" : "^1.2.1" ,
2020-10-06 10:38:15 +02:00
"angular-minicolors" : "https://github.com/kaihenzler/angular-minicolors.git#0.0.5" ,
2018-11-27 17:07:22 +01:00
"angular-moment" : "1.3" ,
2019-09-23 17:46:46 +02:00
"angular-recaptcha" : "^4.2.0" ,
2019-11-25 11:26:35 +01:00
"angular-resource" : "1.7" ,
"angular-sanitize" : "1.7" ,
2018-11-22 17:09:14 +01:00
"angular-scroll" : "0.6" ,
2020-09-15 17:01:47 +02:00
"angular-summernote" : "0.8.1" ,
2019-11-25 11:26:35 +01:00
"angular-touch" : "1.7" ,
"angular-translate" : "2.18" ,
"angular-translate-interpolation-messageformat" : "2.18" ,
"angular-translate-loader-partial" : "2.18" ,
2020-02-19 12:07:42 +01:00
"angular-ui-bootstrap" : "1.2.5" ,
2020-09-30 11:23:42 +02:00
"angular-ui-calendar" : "^1.0.2" ,
2020-10-07 10:34:27 +02:00
"angular-ui-codemirror" : "https://github.com/swimlane/ui-codemirror.git#master" ,
2020-10-06 10:38:15 +02:00
"angular-ui-tour" : "https://github.com/sleede/angular-ui-tour.git#master" ,
2018-11-22 17:09:14 +01:00
"angular-unsavedchanges" : "0.2" ,
2019-07-17 10:31:43 +02:00
"angular-xeditable" : "0.10" ,
2022-03-15 11:13:03 +01:00
"assert" : "^2.0.0" ,
2021-09-13 16:34:23 +02:00
"axios" : "^0.21.2" ,
2023-01-30 16:18:51 +01:00
"babel-loader" : "^9.1.2" ,
2022-03-14 17:00:49 +01:00
"babel-plugin-macros" : "^3.1.0" ,
2020-10-21 15:07:01 +02:00
"babel-plugin-transform-react-remove-prop-types" : "^0.4.24" ,
2022-03-16 10:20:28 +01:00
"bootstrap-sass" : "3.4.3" ,
2018-11-22 17:09:14 +01:00
"checklist-model" : "0.2" ,
2021-05-12 02:36:19 +02:00
"codemirror" : "^5.58.2" ,
2022-03-09 16:31:38 +01:00
"compression-webpack-plugin" : "9" ,
2022-03-14 17:00:49 +01:00
"core-js" : "^3.21.1" ,
"css-loader" : "^6.7.1" ,
"css-minimizer-webpack-plugin" : "^3.4.1" ,
2018-11-22 17:09:14 +01:00
"d3" : "3.5" ,
"elasticsearch-browser" : "3.1" ,
2020-09-30 11:23:42 +02:00
"fullcalendar" : "3.10.2" ,
2018-11-22 17:09:14 +01:00
"holderjs" : "2.6" ,
2022-03-14 17:00:49 +01:00
"html-loader" : "^1.3.0" ,
2022-03-09 11:21:59 +01:00
"i18next" : "^21.6.13" ,
"i18next-http-backend" : "^1.3.2" ,
"i18next-icu" : "^2.0.3" ,
2021-09-03 08:43:31 +02:00
"immer" : "^9.0.6" ,
2022-03-09 11:46:13 +01:00
"intl-messageformat" : "^9.11.4" ,
2018-11-22 17:09:14 +01:00
"jasny-bootstrap" : "3.1" ,
2020-05-05 12:10:15 +02:00
"jquery" : ">=3.5.0" ,
2020-09-14 16:08:39 +02:00
"jquery-ujs" : "^1.2.2" ,
2022-08-19 19:59:13 +02:00
"js-cookie" : "^3.0.1" ,
2021-06-15 11:36:14 +02:00
"medium-editor" : "^5.23.3" ,
2022-03-14 17:00:49 +01:00
"mini-css-extract-plugin" : "^2.6.0" ,
2022-03-15 11:21:26 +01:00
"moment" : "2.29" ,
2018-11-22 17:09:14 +01:00
"moment-timezone" : "0.5" ,
2020-10-06 10:38:15 +02:00
"ng-caps-lock" : "https://github.com/FabioMR/ng-caps-lock.git#1.0.3" ,
"ng-fittext" : "https://github.com/patrickmarabeas/ng-FitText.js.git#4.1.1" ,
2018-11-22 17:09:14 +01:00
"ngUpload" : "0.5" ,
2022-03-14 17:00:49 +01:00
"ngtemplate-loader" : "^2.1.0" ,
2018-11-22 17:09:14 +01:00
"nvd3" : "1.8" ,
2023-03-30 10:36:05 +02:00
"object-to-formdata-tz" : "^4.4.3" ,
2022-02-03 15:32:02 +01:00
"phosphor-react" : "^1.4.0" ,
2022-03-15 11:13:03 +01:00
"process" : "^0.11.10" ,
2020-10-21 15:07:01 +02:00
"prop-types" : "^15.7.2" ,
2022-03-14 17:00:49 +01:00
"rails-erb-loader" : "^5.5.2" ,
2021-04-02 16:02:50 +02:00
"react" : "^17.0.2" ,
2022-02-03 15:32:02 +01:00
"react-cool-onclickoutside" : "^1.7.0" ,
2022-08-20 18:47:15 +02:00
"react-custom-events" : "^1.1.1" ,
2021-04-02 16:02:50 +02:00
"react-dom" : "^17.0.2" ,
2023-03-10 15:06:18 +01:00
"react-hook-form" : "~7.31.3" ,
2022-03-09 11:21:59 +01:00
"react-i18next" : "^11.15.6" ,
2022-11-24 18:03:50 +01:00
"react-modal" : "^3.16.1" ,
2022-05-30 16:52:51 +02:00
"react-select" : "^5.3.2" ,
2022-07-11 19:17:36 +02:00
"react-sortablejs" : "^6.1.4" ,
2021-04-02 16:02:50 +02:00
"react-switch" : "^6.0.0" ,
2022-12-05 15:07:01 +01:00
"react-tabs" : "4" ,
2020-10-21 15:07:01 +02:00
"react2angular" : "^4.0.6" ,
2022-03-14 17:00:49 +01:00
"resolve-url-loader" : "^4.0.0" ,
"sass" : "^1.49.9" ,
"sass-loader" : "^12.6.0" ,
2023-03-24 10:45:47 +01:00
"shakapacker" : "6.6.0" ,
2022-07-11 19:17:36 +02:00
"slugify" : "^1.6.5" ,
"sortablejs" : "^1.15.0" ,
2022-03-14 17:00:49 +01:00
"style-loader" : "^3.3.1" ,
2020-09-15 17:01:47 +02:00
"summernote" : "0.8.18" ,
2023-03-30 10:55:52 +02:00
"terser" : "^5.7.2" ,
2022-03-09 16:31:38 +01:00
"terser-webpack-plugin" : "5" ,
2020-01-15 12:04:07 +01:00
"twitter-fetcher" : "^18.0.2" ,
2022-04-01 17:48:32 +02:00
"typescript" : "^4.6.3" ,
2018-11-27 15:16:23 +01:00
"ui-select" : "0.19" ,
2021-05-17 15:07:41 +02:00
"underscore" : "1.12" ,
2022-03-09 16:31:38 +01:00
"use-immer" : "^0.5.1" ,
2023-03-15 01:58:43 +01:00
"webpack" : "5.76.0" ,
2022-03-09 16:31:38 +01:00
"webpack-assets-manifest" : "5" ,
"webpack-cli" : "4" ,
2022-03-14 17:17:04 +01:00
"webpack-merge" : "5" ,
"webpack-sources" : "^3.2.3"
2022-03-09 16:31:38 +01:00
} ,
"browserslist" : [
"defaults"
]
2018-10-25 12:38:32 +02:00
}