-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 957 Bytes
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
{
"name": "tools-collection",
"type": "module",
"version": "1.7.2",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@astrojs/solid-js": "^7.0.1",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.0.7",
"class-variance-authority": "^0.7.1",
"fuse.js": "^7.4.2",
"solid-js": "^1.9.14",
"uqr": "^0.1.3"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^26.1.2",
"@vitest/coverage-v8": "^4.1.10",
"jsdom": "^29.1.1",
"tailwindcss": "^4.3.2",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}
}