-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
35
36
37
38
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"autoprefixer": "^10.4.16",
"core-js": "^3.23.0",
"postcss-loader": "^7.3.3",
"prettier": "^3.1.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.5",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.14",
"@mdi/font": "^7.3.67",
"@preline/carousel": "^2.0.0",
"flowbite": "^2.1.1",
"vue": "^3.3.8",
"vue-loader": "17.0.0",
"vuetify": "^3.4.0",
"@symfony/webpack-encore": "^4.0.0",
"webpack-plugin-vuetify": "^2.0.1"
}
}