-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"test": "vitest run",
"coverage": "vitest run --coverage",
"lint": "npx eslint",
"format": "npx prettier . --write"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"chokidar": "^4.0.2",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
"eslint": "^9.17",
"globals": "^15.13.0",
"laravel-echo": "^1.17.1",
"laravel-vite-plugin": "^1.1.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"pusher-js": "^8.4.0-rc2",
"shaka-player": "^4.12.5",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"tailwindcss": "^3.4.16",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8"
}
}