-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --cors",
"build": "vite build",
"build:prod": "vite build --manifest manifest.json --minify esbuild --mode production",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@awcodes/alpine-floating-ui": "^3.6.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/umami": "^0.1.5",
"@vitest/coverage-v8": "^1.5",
"alpinejs": "^3.14.8",
"autoprefixer": "^10.4",
"chokidar": "^3.6",
"cssnano": "^7",
"jsdom": "^23.2.0",
"laravel-echo": "^1.17.1",
"laravel-precognition-alpine": "^0.5.4",
"laravel-vite-plugin": "^1.0.2",
"postcss": "^8.4.49",
"postcss-nesting": "^12.1",
"pusher-js": "^8.3.0",
"tailwindcss": "^3.4.17",
"vite": "^5.4",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^1.5",
"vitest-github-actions-reporter": "^0.11.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"@types/lodash": "^4.17.13",
"lodash": "^4.17.21"
}
}