-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.12 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
{
"private": true,
"scripts": {
"dev": "vite --https",
"build": "vite build",
"lint": "eslint --ext .js,.vue *.js resources",
"lint:fix": "yarn run lint --fix",
"pretest": "DB_CONNECTION=testing php artisan migrate:fresh && DB_CONNECTION=testing php artisan db:seed",
"test": "vendor/bin/phpunit"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.11",
"@sentry/tracing": "^7.65.0",
"@sentry/vue": "^7.65.0",
"@simplewebauthn/browser": "^8.2.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.3.4",
"alpinejs": "^3.13.1",
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"laravel-vite-plugin": "^0.8.1",
"laravel-vue-i18n": "^2.7.1",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"sass": "^1.69.3",
"tailwindcss": "^3.3.3",
"tiny-emitter": "^2.1.0",
"vite": "^4.4.11",
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0"
},
"packageManager": "[email protected]"
}