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-12-29 13:24:33 +01:00
|
|
|
"serve-dev": "concurrently --raw pnpm:serve pnpm:dev",
|
|
|
|
"serve-watch": "concurrently --raw pnpm:serve pnpm: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",
|
2022-01-06 15:45:35 +01:00
|
|
|
"@maicol07/inertia-mithril": "^0.4.2",
|
2021-12-30 15:12:03 +01:00
|
|
|
"@maicol07/mwc-card": "^0.25.2-1",
|
|
|
|
"@maicol07/mwc-layout-grid": "^0.25.3-1",
|
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",
|
2022-01-06 15:45:35 +01:00
|
|
|
"async-wait-until": "2.0.12",
|
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",
|
2022-01-06 15:45:35 +01:00
|
|
|
"collect.js": "^4.30.3",
|
|
|
|
"coloquent": "^2.4.1",
|
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",
|
2022-01-06 15:45:35 +01:00
|
|
|
"lodash": "npm:lodash-es",
|
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-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": {
|
2022-01-06 15:45:35 +01:00
|
|
|
"@maicol07/eslint-config": "^2.1.2",
|
2021-12-31 00:12:06 +01:00
|
|
|
"@openstamanager/vite-config": "github:devcode-it/openstamanager-vite-config",
|
2022-01-06 15:45:35 +01:00
|
|
|
"@types/lodash": "^4.14.178",
|
|
|
|
"@types/mithril": "^2.0.8",
|
2021-11-09 15:30:40 +01:00
|
|
|
"@types/ziggy-js": "^1.3.0",
|
2022-01-06 15:45:35 +01:00
|
|
|
"concurrently": "^7.0.0",
|
2021-12-07 16:34:00 +01:00
|
|
|
"csstype": "^3.0.10",
|
2021-12-06 19:12:03 +01:00
|
|
|
"laravel-vite": "^0.0.23",
|
2022-01-06 15:45:35 +01:00
|
|
|
"sass": "^1.45.2",
|
2021-12-30 15:12:03 +01:00
|
|
|
"stylelint": "^14.2.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",
|
2022-01-06 17:19:59 +01:00
|
|
|
"stylelint-scss": "^4.1.0",
|
|
|
|
"vite-plugin-pwa": "^0.11.12"
|
2021-12-18 14:23:55 +01:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2017-08-04 16:28:16 +02:00
|
|
|
}
|
|
|
|
}
|