mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
38 lines
1.0 KiB
JSON
38 lines
1.0 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": {
|
|
"cross-env": "^7.0",
|
|
"laravel-mix": "^6.0.31",
|
|
"laravel-mix-merge-manifest": "^2.0.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.59.3",
|
|
"sass-loader": "^12.1.0",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^1.7.8",
|
|
"autoprefixer": "^10.4.14",
|
|
"axios": "^1.3.4",
|
|
"chart.js": "^4.3.0",
|
|
"jquery": "^3.6.4",
|
|
"moment": "^2.29.4",
|
|
"primeflex": "^3.3.0",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^2.10.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"vue": "^2.7.14",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vuex": "^3.6.2"
|
|
}
|
|
}
|