openstamanager/package.json

91 lines
3.4 KiB
JSON

{
"name": "openstamanager",
"version": "3.0.0",
"packageManager": "pnpm",
"private": true,
"main": "resources/js/index.js",
"scripts": {
"build": "vite build",
"serve": "php artisan serve",
"watch": "vite build --watch",
"serve-watch": "concurrently --raw npm:serve npm:watch ",
"prepublishOnly": "pnpm run build",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@inertiajs/inertia": "^0.10.1",
"@maicol07/inertia-mithril": "^0.4",
"@material/card": "^12.0.0",
"@material/data-table": "^12.0.0",
"@material/layout-grid": "^12.0.0",
"@material/mwc-button": "^0.22.1",
"@material/mwc-checkbox": "^0.22.1",
"@material/mwc-drawer": "^0.22.1",
"@material/mwc-fab": "^0.22.1",
"@material/mwc-formfield": "^0.22.1",
"@material/mwc-icon-button": "^0.22.1",
"@material/mwc-linear-progress": "^0.22.1",
"@material/mwc-list": "^0.22.1",
"@material/mwc-menu": "^0.22.1",
"@material/mwc-ripple": "^0.22.1",
"@material/mwc-select": "^0.22.1",
"@material/mwc-textarea": "^0.22.1",
"@material/mwc-textfield": "^0.22.1",
"@material/mwc-top-app-bar": "^0.22.1",
"@material/theme": "^12.0.0",
"@mdi/font": "^6.1.95",
"async-wait-until": "^2.0.7",
"classnames": "^2.3.1",
"collect.js": "^4.28.6",
"jquery": "^3.6.0",
"lit-element": "^2.5.1",
"locale-code": "^2.0.2",
"lodash": "^4.17.21",
"mithril": "^2.0.4",
"mithril-node-render": "^3.0.1",
"modern-normalize": "^1.1.0",
"openstamanager": "link:."
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-flow": "^7.14.5",
"@bunchtogether/vite-plugin-flow": "github:maicol07/vite-plugin-flow",
"@open-wc/eslint-config": "^4.3.0",
"concurrently": "^6.2.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-openstamanager": "github:maicol07/eslint-config-openstamanager",
"eslint-plugin-flowtype": "^5.9.2",
"eslint-plugin-github": "^4.2.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-mithril": "^0.2.0",
"eslint-plugin-new-with-error": "^2.0.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-regexp": "^1.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"flow-bin": "^0.159.0",
"flow-remove-types": "^2.159.0",
"laravel-vite": "^0.0.16",
"sass": "^1.39.0",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1",
"typescript": "^4.4.2",
"vite": "^2.5.3",
"vite-plugin-fonts": "^0.2.2"
}
}