openstamanager/package.json

49 lines
1.5 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",
"mithril": "^2.0.4"
},
"devDependencies": {
2021-07-30 19:48:47 +02:00
"@babel/cli": "^7",
"@babel/core": "^7",
"@babel/eslint-parser": "^7",
2021-07-30 19:17:57 +02:00
"@babel/eslint-plugin": "^7",
"@babel/plugin-transform-react-jsx": "^7",
"@babel/preset-env": "^7",
2021-07-30 19:48:47 +02:00
"@babel/preset-flow": "^7",
"browser-sync": "^2",
"browser-sync-webpack-plugin": "2",
2021-07-30 19:17:57 +02:00
"eslint": "^7",
"eslint-config-airbnb-base": "^14",
2021-07-30 19:48:47 +02:00
"eslint-plugin-flowtype": "^5",
2021-07-30 19:17:57 +02:00
"eslint-plugin-import": "^2",
"extract-text-webpack-plugin": "^3",
2021-07-30 19:48:47 +02:00
"flow-bin": "^0",
2021-07-30 19:23:17 +02:00
"laravel-mix": "^6",
"laravel-mix-serve": "^2",
"lmvh": "^1",
"resolve-url-loader": "4",
2021-07-30 19:23:17 +02:00
"sass": "^1",
"sass-loader": "^12",
"stylelint": "^13",
"stylelint-config-idiomatic-order": "^8",
"stylelint-config-recommended-scss": "^4",
"stylelint-config-standard": "^22",
"stylelint-scss": "^3",
"webpack": "^5"
}
}