This repository has been archived on 2022-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
socialtree-laravel/src/package.json
2021-12-09 09:10:43 +01:00

27 lines
704 B
JSON

{
"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": {
"autoprefixer": "^10.4.0",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.4",
"resolve-url-loader": "^4.0.0",
"sass": "^1.44.0",
"sass-loader": "^12.3.0",
"tailwindcss": "^2.2.19"
},
"dependencies": {
"postcss-scss": "^4.0.2"
}
}