-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.64 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "example-with-tailwindcss",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "bun mdx && vinxi build",
"start": "vinxi start",
"check": "biome check --changed --write --no-errors-on-unmatched .",
"check:force": "biome check --write --no-errors-on-unmatched .",
"check:ci": "biome ci --changed --no-errors-on-unmatched .",
"pdf": "bun ./scripts/pdf.js",
"mdx": "bun ./scripts/mdx.ts"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@giscus/solid": "^3.1.0",
"@solid-primitives/transition-group": "^1.1.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.0.11",
"@unlazy/solid": "^0.12.1",
"@vinxi/plugin-mdx": "^3.7.2",
"autoprefixer": "^10.4.14",
"flubber": "^0.4.2",
"flubber2": "^0.4.9",
"motion": "^12.0.6",
"postcss": "^8.4.26",
"solid-js": "^1.9.4",
"solid-transition-group": "^0.2.3",
"tailwindcss": "^3.3.3",
"thumbhash": "^0.1.1",
"vinxi": "^0.5.1"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@anuragroy/tailwindcss-animate": "^1.0.6",
"@biomejs/biome": "1.9.4",
"@kurone-kito/jsonresume-types": "^0.4.0",
"@mdx-js/mdx": "^3.1.0",
"@tailwindcss/typography": "^0.5.16",
"@types/serialize-javascript": "^5.0.4",
"playwright": "^1.50.1",
"postcss-nesting": "^12.1.1",
"serialize-javascript": "^6.0.2",
"solid-mdx": "^0.0.7",
"type-fest": "^4.33.0",
"typescript": "^5.8.2"
},
"patchedDependencies": {
"solid-transition-group@0.2.3": "patches/solid-transition-group@0.2.3.patch"
},
"packageManager": "bun@1.2.5"
}