openstamanager/package.json

76 lines
2.7 KiB
JSON
Raw Normal View History

{
"name": "openstamanager",
2021-07-30 19:02:07 +02:00
"packageManager": "yarn@3.0.0",
2018-05-05 14:54:47 +02:00
"private": true,
2021-07-30 18:38:43 +02:00
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"@inertiajs/inertia": "^0.10.0",
"@maicol07/inertia-mithril": "^0.3.3",
"@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": "^5.9.55",
"classnames": "^2.3.1",
2021-08-03 18:40:09 +02:00
"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"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.9",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.14.9",
"@babel/preset-flow": "^7.14.5",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "2.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.8.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mithril": "^0.2.0",
"mini-css-extract-plugin": "^2.2.0",
"flow-bin": "^0.156.0",
"laravel-mix": "^6.0.27",
"laravel-mix-serve": "^2.2.2",
"laravel-mix-versionhash": "^2.0.1",
"resolve-url-loader": "4.0.0",
"sass": "^1.37.0",
"sass-loader": "^12.1.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",
"webpack": "^5.47.1"
}
}