1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 06:47:40 +01:00
openstamanager/package.json
2021-07-30 19:23:17 +02:00

29 lines
847 B
JSON

{
"name": "osm_rewrite",
"packageManager": "yarn@3.0.0",
"private": true,
"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"
},
"devDependencies": {
"@babel/eslint-plugin": "^7",
"eslint": "^7",
"eslint-config-airbnb-base": "^14",
"eslint-plugin-import": "^2",
"laravel-mix": "^6",
"sass": "^1",
"sass-loader": "^12",
"stylelint": "^13",
"stylelint-config-idiomatic-order": "^8",
"stylelint-config-recommended-scss": "^4",
"stylelint-config-standard": "^22",
"stylelint-scss": "^3"
}
}