mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
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": {
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"axios": "^0.21.4",
|
|
"dotenv": "^10.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"laravel-mix": "^6.0.31",
|
|
"laravel-mix-merge-manifest": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.3.7",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^12.1.0",
|
|
"vite": "^3.2.4",
|
|
"vue-loader": "^16.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@icon/themify-icons": "^1.0.1-alpha.3",
|
|
"@simonwep/pickr": "^1.8.2",
|
|
"primeflex": "^3.3.0",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.20.0",
|
|
"vue": "^3.2.45",
|
|
"vue-themify-icons": "^1.0.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuex": "^4.0.2"
|
|
}
|
|
}
|