1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/package.json
2021-06-21 10:51:13 +02:00

123 lines
4.2 KiB
JSON

{
"name": "fab-manager",
"version": "5.0.6",
"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.",
"keywords": [
"fablab",
"reservations",
"booking",
"payment",
"project",
"documentation"
],
"homepage": "https://www.fab-manager.com/",
"repository": "https://github.com/sleede/fab-manager.git",
"bugs": {
"url": "https://github.com/sleede/fab-manager/issues"
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
"auto-ngtemplate-loader": "^3.1.0",
"eslint": "~6.8.0",
"eslint-config-standard": "~14.1.1",
"eslint-plugin-import": "~2.20.1",
"eslint-plugin-lint-erb": "https://github.com/sleede/eslint-plugin-lint-erb.git#master",
"eslint-plugin-node": "~11.0.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "~4.0.1",
"html-loader": "^1.3.0",
"ngtemplate-loader": "^2.1.0",
"rails-erb-loader": "^5.5.2",
"react-refresh": "^0.9.0",
"resolve-url-loader": "^4.0.0",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@claviska/jquery-minicolors": "^2.3.5",
"@fortawesome/fontawesome-free": "5.14.0",
"@lyracom/embedded-form-glue": "^0.3.3",
"@rails/webpacker": "5.4.0",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@uirouter/angularjs": "0.4",
"AngularDevise": "https://github.com/cloudspace/angular_devise.git#1.0.2",
"angular": "1.8",
"angular-animate": "1.7",
"angular-aside": "1.3",
"angular-base64-upload": "^0.0.9",
"angular-bootstrap-switch": "https://github.com/sleede/angular-bootstrap-switch.git#develop",
"angular-cookies": "1.7",
"angular-google-analytics": "1.1",
"angular-growl-v2": "https://github.com/JanStevens/angular-growl-2.git#0.7.9",
"angular-i18n": "1.7",
"angular-loading-bar": "^0.9.0",
"angular-medium-editor": "^1.2.1",
"angular-minicolors": "https://github.com/kaihenzler/angular-minicolors.git#0.0.5",
"angular-moment": "1.3",
"angular-recaptcha": "^4.2.0",
"angular-resource": "1.7",
"angular-sanitize": "1.7",
"angular-scroll": "0.6",
"angular-summernote": "0.8.1",
"angular-touch": "1.7",
"angular-translate": "2.18",
"angular-translate-interpolation-messageformat": "2.18",
"angular-translate-loader-partial": "2.18",
"angular-ui-bootstrap": "1.2.5",
"angular-ui-calendar": "^1.0.2",
"angular-ui-codemirror": "https://github.com/swimlane/ui-codemirror.git#master",
"angular-ui-tour": "https://github.com/sleede/angular-ui-tour.git#master",
"angular-unsavedchanges": "0.2",
"angular-xeditable": "0.10",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap-sass": "3.4.1",
"checklist-model": "0.2",
"codemirror": "^5.58.2",
"d3": "3.5",
"elasticsearch-browser": "3.1",
"fullcalendar": "3.10.2",
"holderjs": "2.6",
"i18next": "^19.8.3",
"i18next-http-backend": "^1.0.21",
"i18next-icu": "^1.4.2",
"immer": "^9.0.1",
"jasny-bootstrap": "3.1",
"jquery": ">=3.5.0",
"jquery-ujs": "^1.2.2",
"medium-editor": "^5.23.3",
"moment": "2.22",
"moment-timezone": "0.5",
"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",
"ngUpload": "0.5",
"nvd3": "1.8",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.7.3",
"react-modal": "^3.11.2",
"react-select": "^4.3.1",
"react-switch": "^6.0.0",
"react2angular": "^4.0.6",
"summernote": "0.8.18",
"twitter-fetcher": "^18.0.2",
"typescript": "^4.0.5",
"ui-select": "0.19",
"underscore": "1.12",
"use-immer": "^0.5.1"
},
"peerDependencies": {
"@types/angular": "^1.7.3",
"@types/prop-types": "^15.7.2"
}
}