-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 KB
/
package.json
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
39
40
41
42
43
44
45
{
"name": "vulmix",
"version": "0.7.0",
"description": "Vue(3) meta-framework that uses Laravel Mix.",
"repository": "ojvribeiro/vulmix",
"main": "./src/mix.js",
"scripts": {
"dev": "vulxi dev",
"prod": "vulxi prod",
"serve": "vulxi serve"
},
"author": "Victor Ribeiro",
"license": "MIT",
"dependencies": {
"@iconify/vue": "4.0.2",
"@types/webpack-env": "1.18.5",
"@unhead/vue": "1.7.2",
"@vue/compiler-sfc": "3.4.30",
"autoprefixer": "10.4.14",
"browser-sync": "2.29.1",
"browser-sync-webpack-plugin": "2.3.0",
"chalk": "4.1.2",
"fork-ts-checker-webpack-plugin": "9.0.2",
"http-server": "14.1.1",
"laravel-mix": "6.0.49",
"laravel-mix-compress": "^3.0.0",
"laravel-mix-ejs": "2.0.1",
"postcss": "8.4.31",
"resolve-url-loader": "5.0.0",
"sass-loader": "14.1.1",
"ts-loader": "9.5.1",
"typescript": "5.5.4",
"unplugin-auto-import": "0.17.6",
"unplugin-vue-components": "0.27.4",
"vue": "^3.4.38",
"vue-loader": "17.4.2",
"vue-router": "4.4.0",
"vulxi": "^0.1.8",
"yargs": "17.7.1",
"yarpm": "1.2.0"
},
"devDependencies": {
"@types/node": "^22.5.2"
}
}