richard
/
cyca
Archived
1
0
Fork 0
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues/pull-requests.
cyca/package.json

32 lines
897 B
JSON
Executable File

{
"private": true,
"scripts": {
"development": "mix",
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.0.2",
"collect.js": "^4.28.2",
"cross-env": "^7.0",
"laravel-echo": "^1.8.1",
"laravel-mix": "^6.0.19",
"postcss": "^8.3.0",
"postcss-import": "^12.0",
"postcss-nested": "^4.2",
"pusher-js": "^7.0.0",
"resolve-url-loader": "^3.1.2",
"tailwindcss": "^2.0.1",
"textcolor": "^1.0.2",
"vue": "^3.0.3",
"vue-loader": "^16.0.0",
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0-rc.2"
}
}