-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 924 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"private": true,
"scripts": {
"build:web-frontend": "encore production",
"watch:web-frontend": "encore dev --watch"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@symfony/webpack-encore": "^5.1.0",
"@tailwindcss/postcss": "^4.2.1",
"@vue/compiler-sfc": "^3.5.16",
"autoprefixer": "^10.4.27",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^12.0.2",
"file-loader": "^6.0.0",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.0",
"tailwindcss": "^4.2.1",
"vue-loader": "^17.3.1",
"webpack": "5.104.1",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"@ckeditor/ckeditor5-vue": "^7.4.0",
"@tatevikgr/rest-api-client": "^2.1.7",
"apexcharts": "^5.10.4",
"ckeditor5": "^48.0.0",
"vue": "^3.5.16",
"vue-router": "4",
"vue3-apexcharts": "^1.11.1"
}
}