-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.49 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
46
47
48
49
50
{
"name": "laravel-inertia-vitesse",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "php artisan serve & vite",
"preview": "vite build && php artisan serve",
"build": "vite build",
"lint": "vendor/bin/pint && eslint --fix .",
"test": "php artisan test -p && vitest --coverage --run",
"test:pest": "php artisan test",
"test:vitest": "vitest --coverage --run"
},
"dependencies": {
"@headlessui/vue": "^1.6.7",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@unocss/reset": "^0.45.1",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^9.0.2",
"@vueuse/head": "^0.7.8",
"c8": "^7.12.0",
"unocss": "^0.45.1",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.21.2",
"unplugin-vue-define-options": "^0.6.2",
"vite": "^3.0.4",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-laravel": "0.2.0-beta.28",
"vite-plugin-pwa": "^0.12.3",
"vitest": "^0.20.1",
"vue": "^3.2.37",
"vue-tsc": "^0.39.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@evilmartians/lefthook": "^1.0.5",
"@iconify-json/ph": "^1.1.2",
"@types/node": "^18.6.3",
"@vue/test-utils": "^2.0.2",
"eslint": "^8.20.0",
"jsdom": "^20.0.0",
"typescript": "^4.7.4"
}
}