2017-08-04 16:28:16 +02:00
|
|
|
{
|
2021-07-30 20:21:22 +02:00
|
|
|
"name": "openstamanager",
|
2021-12-18 14:23:55 +01:00
|
|
|
"version": "3.0.0-dev.1",
|
2021-09-07 13:28:20 +02:00
|
|
|
"packageManager": "pnpm",
|
2021-12-18 14:23:55 +01:00
|
|
|
"files": [],
|
2021-07-30 18:38:43 +02:00
|
|
|
"scripts": {
|
2021-10-15 16:47:17 +02:00
|
|
|
"dev": "php artisan osm:dev-server-fix && vite",
|
2021-09-07 13:28:20 +02:00
|
|
|
"build": "vite build",
|
|
|
|
"serve": "php artisan serve",
|
|
|
|
"watch": "vite build --watch",
|
2021-10-09 17:15:15 +02:00
|
|
|
"serve-dev": "concurrently --raw npm:serve npm:dev",
|
2021-09-14 20:05:36 +02:00
|
|
|
"serve-watch": "concurrently --raw npm:serve npm:watch",
|
2021-09-07 13:28:20 +02:00
|
|
|
"preinstall": "npx only-allow pnpm"
|
2017-08-04 16:28:16 +02:00
|
|
|
},
|
2021-07-30 22:56:43 +02:00
|
|
|
"dependencies": {
|
2021-09-07 13:39:33 +02:00
|
|
|
"@inertiajs/inertia": "^0.10.1",
|
2021-09-10 16:53:40 +02:00
|
|
|
"@inertiajs/progress": "^0.2.6",
|
2021-09-29 15:12:09 +02:00
|
|
|
"@maicol07/inertia-mithril": "^0.4.0",
|
2021-11-22 19:22:54 +01:00
|
|
|
"@maicol07/mwc-card": "^0.25.2",
|
|
|
|
"@maicol07/mwc-layout-grid": "^0.25.3",
|
2021-09-27 23:02:36 +02:00
|
|
|
"@material/data-table": "^13.0.0",
|
2021-12-14 19:31:53 +01:00
|
|
|
"@material/elevation": "^13.0.0",
|
2021-11-09 11:16:07 +01:00
|
|
|
"@material/mwc-button": "^0.25.3",
|
|
|
|
"@material/mwc-checkbox": "^0.25.3",
|
|
|
|
"@material/mwc-circular-progress": "^0.25.3",
|
|
|
|
"@material/mwc-dialog": "^0.25.3",
|
|
|
|
"@material/mwc-drawer": "^0.25.3",
|
|
|
|
"@material/mwc-fab": "^0.25.3",
|
|
|
|
"@material/mwc-formfield": "^0.25.3",
|
|
|
|
"@material/mwc-icon-button": "^0.25.3",
|
2021-11-23 15:34:34 +01:00
|
|
|
"@material/mwc-icon-button-toggle": "^0.25.3",
|
2021-11-09 11:16:07 +01:00
|
|
|
"@material/mwc-linear-progress": "^0.25.3",
|
|
|
|
"@material/mwc-list": "^0.25.3",
|
|
|
|
"@material/mwc-menu": "^0.25.3",
|
|
|
|
"@material/mwc-ripple": "^0.25.3",
|
|
|
|
"@material/mwc-select": "^0.25.3",
|
|
|
|
"@material/mwc-snackbar": "^0.25.3",
|
|
|
|
"@material/mwc-textarea": "^0.25.3",
|
|
|
|
"@material/mwc-textfield": "^0.25.3",
|
|
|
|
"@material/mwc-top-app-bar": "^0.25.3",
|
2021-12-03 14:24:00 +01:00
|
|
|
"@material/textfield": "^13.0.0",
|
2021-09-27 23:02:36 +02:00
|
|
|
"@material/theme": "^13.0.0",
|
2021-10-12 16:22:49 +02:00
|
|
|
"@material/typography": "^13.0.0",
|
2021-11-16 17:14:30 +01:00
|
|
|
"@mdi/font": "^6.5.95",
|
2021-11-23 16:34:16 +01:00
|
|
|
"async-wait-until": "^2.0.9",
|
2021-10-08 16:38:46 +02:00
|
|
|
"cash-dom": "^8.1.0",
|
2021-08-26 20:14:26 +02:00
|
|
|
"classnames": "^2.3.1",
|
2021-12-01 18:36:04 +01:00
|
|
|
"collect.js": "^4.29.3",
|
2021-10-08 10:53:56 +02:00
|
|
|
"coloquent": "^2.4.0",
|
2021-11-09 10:34:22 +01:00
|
|
|
"include-media": "^1.4.10",
|
2021-10-08 12:47:33 +02:00
|
|
|
"lit": "^2.0.2",
|
2021-08-06 12:47:31 +02:00
|
|
|
"locale-code": "^2.0.2",
|
2021-10-08 13:07:18 +02:00
|
|
|
"lodash-es": "^4.17.21",
|
2021-11-10 17:37:12 +01:00
|
|
|
"lottie-web": "^5.8.1",
|
2021-08-06 12:47:31 +02:00
|
|
|
"mithril": "^2.0.4",
|
2021-09-29 15:12:09 +02:00
|
|
|
"mithril-node-render": "^3.0.2",
|
2021-09-07 13:28:20 +02:00
|
|
|
"modern-normalize": "^1.1.0",
|
2021-12-14 10:27:19 +01:00
|
|
|
"prop-types": "^15.7.2",
|
2021-09-29 18:07:35 +02:00
|
|
|
"redaxios": "^0.4.1"
|
2021-07-30 22:56:43 +02:00
|
|
|
},
|
2017-08-04 16:28:16 +02:00
|
|
|
"devDependencies": {
|
2021-09-29 15:12:09 +02:00
|
|
|
"@adeira/babel-preset-adeira": "^4.0.0",
|
2021-12-14 10:36:52 +01:00
|
|
|
"@adeira/eslint-config": "^6.8.0",
|
|
|
|
"@babel/core": "^7.16.5",
|
|
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
|
|
"@babel/eslint-plugin": "^7.16.5",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "^7.16.5",
|
|
|
|
"@babel/plugin-syntax-flow": "^7.16.5",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.16.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
|
|
"@babel/preset-env": "^7.16.5",
|
|
|
|
"@babel/preset-react": "^7.16.5",
|
2021-09-20 11:10:20 +02:00
|
|
|
"@bunchtogether/vite-plugin-flow": "^1.0.1",
|
2021-09-27 23:02:36 +02:00
|
|
|
"@openstamanager/eslint-config": "github:maicol07/eslint-config-openstamanager",
|
2021-09-08 16:17:26 +02:00
|
|
|
"@openstamanager/vite-config": "github:maicol07/openstamanager-vite-config",
|
2021-11-09 15:30:40 +01:00
|
|
|
"@types/ziggy-js": "^1.3.0",
|
2021-12-07 09:26:01 +01:00
|
|
|
"autoprefixer": "^10.4.0",
|
2021-09-29 15:12:09 +02:00
|
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
2021-11-16 17:14:30 +01:00
|
|
|
"concurrently": "^6.4.0",
|
2021-12-07 16:34:00 +01:00
|
|
|
"csstype": "^3.0.10",
|
2021-08-02 13:14:55 +02:00
|
|
|
"eslint": "^7.32.0",
|
2021-12-21 17:45:50 +01:00
|
|
|
"eslint-plugin-flowtype": "^5.9.2",
|
2021-08-06 12:23:58 +02:00
|
|
|
"eslint-plugin-mithril": "^0.2.0",
|
2021-12-21 17:45:50 +01:00
|
|
|
"eslint-plugin-lit": "^1.6.1",
|
|
|
|
"eslint-plugin-new-with-error": "^2.0.0",
|
|
|
|
"eslint-plugin-regexp": "^1.1.0",
|
2021-09-07 13:37:18 +02:00
|
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
2021-12-21 17:45:50 +01:00
|
|
|
"eslint-plugin-sonarjs": "^0.10.0",
|
|
|
|
"eslint-plugin-unicorn": "^35.0.0",
|
|
|
|
"eslint-plugin-wc": "^1.3.2",
|
2021-09-07 13:37:18 +02:00
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
2021-12-14 10:36:52 +01:00
|
|
|
"flow-bin": "^0.167.1",
|
|
|
|
"flow-remove-types": "^2.167.1",
|
2021-12-06 19:12:03 +01:00
|
|
|
"laravel-vite": "^0.0.23",
|
2021-12-14 10:36:52 +01:00
|
|
|
"postcss": "^8.4.5",
|
2021-12-01 18:36:04 +01:00
|
|
|
"postcss-html": "^1.3.0",
|
2021-12-14 10:36:52 +01:00
|
|
|
"sass": "^1.45.0",
|
2021-11-16 17:14:30 +01:00
|
|
|
"stylelint": "^14.1.0",
|
2021-11-10 17:33:47 +01:00
|
|
|
"stylelint-config-html": "^1.0.0",
|
2021-08-02 13:14:55 +02:00
|
|
|
"stylelint-config-idiomatic-order": "^8.1.0",
|
2021-11-23 16:34:16 +01:00
|
|
|
"stylelint-config-recommended-scss": "^5.0.2",
|
2021-11-16 17:14:30 +01:00
|
|
|
"stylelint-config-standard": "^24.0.0",
|
2021-12-14 10:36:52 +01:00
|
|
|
"stylelint-scss": "^4.0.1",
|
|
|
|
"typescript": "^4.5.4",
|
2021-12-18 15:22:43 +01:00
|
|
|
"vite": "^2.7.2"
|
2021-12-18 14:23:55 +01:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2017-08-04 16:28:16 +02:00
|
|
|
}
|
|
|
|
}
|