|
| 1 | +{ |
| 2 | + "private": true, |
| 3 | + "scripts": { |
| 4 | + "build:web-frontend": "encore production", |
| 5 | + "watch:web-frontend": "encore dev --watch" |
| 6 | + }, |
| 7 | + "devDependencies": { |
| 8 | + "@babel/core": "^7.27.4", |
| 9 | + "@babel/preset-env": "^7.27.2", |
| 10 | + "@symfony/webpack-encore": "^5.1.0", |
| 11 | + "@tailwindcss/postcss": "^4.2.1", |
| 12 | + "@vue/compiler-sfc": "^3.5.16", |
| 13 | + "autoprefixer": "^10.4.27", |
| 14 | + "babel-loader": "^10.0.0", |
| 15 | + "copy-webpack-plugin": "^12.0.2", |
| 16 | + "file-loader": "^6.0.0", |
| 17 | + "postcss": "^8.5.6", |
| 18 | + "postcss-loader": "^8.1.0", |
| 19 | + "tailwindcss": "^4.2.1", |
| 20 | + "vue-loader": "^17.3.1", |
| 21 | + "webpack": "5.104.1", |
| 22 | + "webpack-cli": "^5.1.4", |
| 23 | + "webpack-notifier": "^1.15.0" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@ckeditor/ckeditor5-vue": "^7.4.0", |
| 27 | + "@tatevikgr/rest-api-client": "^2.0.5", |
| 28 | + "apexcharts": "^5.10.4", |
| 29 | + "ckeditor5": "^48.0.0", |
| 30 | + "vue": "^3.5.16", |
| 31 | + "vue-router": "4", |
| 32 | + "vue3-apexcharts": "^1.11.1" |
| 33 | + } |
| 34 | +} |
0 commit comments