-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "mt-frontend",
"version": "1.4.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@alpinejs/focus": "^3.15.8",
"@alpinejs/intersect": "^3.15.4",
"@alpinejs/persist": "^3.15.4",
"@playwright/test": "^1.57.0",
"alpinejs": "^3.14.8",
"basecoat-css": "^0.3.10-beta.2"
},
"devDependencies": {
"@fast-check/vitest": "^0.2.4",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/cli": "^2.0.0",
"@tauri-apps/plugin-opener": "^2.0.0",
"@vitest/coverage-v8": "^4.0.18",
"fast-check": "^4.5.3",
"jsdom": "^27.4.0",
"tailwindcss": "^4.0.0",
"vite": "^6.0.0",
"vite-plugin-handlebars": "^2.0.0",
"vitest": "^4.0.17",
"web-vitals": "^5.1.0"
}
}