{ "name": "openstamanager", "version": "3.0.0", "packageManager": "pnpm", "private": true, "main": "resources/js/index.js", "scripts": { "dev": "php artisan osm:dev-server-fix && vite", "build": "vite build", "serve": "php artisan serve", "watch": "vite build --watch", "serve-dev": "concurrently --raw npm:serve npm:dev", "serve-watch": "concurrently --raw npm:serve npm:watch", "prepublishOnly": "pnpm run build", "preinstall": "npx only-allow pnpm" }, "dependencies": { "@inertiajs/inertia": "^0.10.1", "@inertiajs/progress": "^0.2.6", "@maicol07/inertia-mithril": "^0.4.0", "@maicol07/mwc-card": "^0.25.2", "@maicol07/mwc-layout-grid": "^0.25.3", "@material/card": "^13.0.0", "@material/data-table": "^13.0.0", "@material/layout-grid": "^13.0.0", "@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", "@material/mwc-icon-button-toggle": "^0.25.3", "@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", "@material/textfield": "^13.0.0", "@material/theme": "^13.0.0", "@material/typography": "^13.0.0", "@mdi/font": "^6.5.95", "async-wait-until": "^2.0.9", "cash-dom": "^8.1.0", "classnames": "^2.3.1", "collect.js": "^4.29.3", "coloquent": "^2.4.0", "include-media": "^1.4.10", "lit": "^2.0.2", "locale-code": "^2.0.2", "lodash-es": "^4.17.21", "lottie-web": "^5.8.1", "mithril": "^2.0.4", "mithril-node-render": "^3.0.2", "modern-normalize": "^1.1.0", "redaxios": "^0.4.1" }, "devDependencies": { "@adeira/babel-preset-adeira": "^4.0.0", "@adeira/eslint-config": "^6.7.2", "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", "@babel/eslint-plugin": "^7.14.5", "@babel/plugin-proposal-throw-expressions": "^7.16.0", "@babel/plugin-syntax-flow": "^7.16.0", "@babel/plugin-transform-react-jsx": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.4", "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", "@bunchtogether/vite-plugin-flow": "^1.0.1", "@open-wc/eslint-config": "^7.0.0", "@openstamanager/eslint-config": "github:maicol07/eslint-config-openstamanager", "@openstamanager/vite-config": "github:maicol07/openstamanager-vite-config", "@types/ziggy-js": "^1.3.0", "babel-plugin-transform-flow-enums": "^0.0.2", "concurrently": "^6.4.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-github": "^4.3.5", "eslint-plugin-import": "^2.25.3", "eslint-plugin-mithril": "^0.2.0", "eslint-plugin-new-with-error": "^3.1.0", "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-promise": "^5.2.0", "eslint-plugin-regexp": "^1.5.1", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-sonarjs": "^0.11.0", "eslint-plugin-switch-case": "^1.1.2", "eslint-plugin-unicorn": "^39.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0", "flow-bin": "^0.165.1", "flow-remove-types": "^2.165.1", "laravel-vite": "^0.0.22", "postcss": "^8.4.4", "postcss-html": "^1.3.0", "sass": "^1.44.0", "stylelint": "^14.1.0", "stylelint-config-html": "^1.0.0", "stylelint-config-idiomatic-order": "^8.1.0", "stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-standard": "^24.0.0", "stylelint-scss": "^4.0.0", "typescript": "^4.5.2", "vite": "^2.6.14", "vite-plugin-fonts": "^0.2.2" } }