-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "solid-daisy",
"version": "0.1.2",
"description": "",
"license": "MIT",
"engines": {
"node": ">=18.20.1 <19.0.0",
"pnpm": ">=9.0.4 <10.0.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"test:cov": "vitest run --coverage",
"check": "pnpm dlx @biomejs/biome check --write ./src",
"check:unsafe": "pnpm dlx @biomejs/biome check --write --unsafe ./src",
"check:all": "pnpm check && pnpm test:cov"
},
"dependencies": {
"@solid-primitives/media": "^2.2.9",
"@solidjs/router": "~0.13.5",
"@tanstack/solid-query": "^5.40.1",
"@tanstack/solid-query-devtools": "^5.40.1",
"luxon": "^3.4.4",
"solid-forms": "^0.4.8",
"solid-js": "^1.8.17",
"solid-spinner": "^0.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@fontsource/fira-mono": "^5.0.13",
"@fontsource/montagu-slab": "^5.0.20",
"@fontsource/space-grotesk": "^5.0.18",
"@solidjs/testing-library": "^0.8.8",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"daisyui": "^4.11.1",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5",
"vite": "~5.2.12",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.6.0"
}
}