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:17:57 +02:00

22 lines
590 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"
}
}