-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"test": "php artisan test --without-tty",
"test:coverage": "XDEBUG_MODE=coverage ./vendor/bin/pest -d memory_limit=2048M --coverage",
"test:mysql": "./vendor/bin/pest --configuration=phpunit-mysql.xml",
"prettier": "prettier --write 'resources/js/**/*.{svelte,js}'"
},
"dependencies": {
"@inertiajs/progress": "^0.2.7",
"@inertiajs/svelte": "^1.0.0",
"date-fns": "^2.29.3",
"get-browser-fingerprint": "^2.1.1",
"svelte-focus-trap": "^1.2.0"
},
"devDependencies": {
"@steeze-ui/heroicons": "^2.2.1",
"@steeze-ui/svelte-icon": "^1.3.2",
"@sveltejs/vite-plugin-svelte": "^1.2.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.12",
"laravel-vite-plugin": "^0.7.3",
"postcss": "^8.4.18",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"svelte": "^3.55.1",
"svelte-loader": "^3.1.5",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0"
}
}