-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
{
"name": "example-basic",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"serve": "cd .output && npx http-server public -p 3000",
"version": "vinxi version"
},
"dependencies": {
"@babel/plugin-transform-export-namespace-from": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@kobalte/core": "0.13.6",
"@linaria/core": "6.2.0",
"@mdx-js/mdx": "3.0.1",
"@solidjs/meta": "0.29.4",
"@solidjs/router": "0.14.3",
"@solidjs/start": "1.0.6",
"@vinxi/plugin-mdx": "3.7.2",
"@wyw-in-js/vite": "0.5.4",
"@wyw-in-js/transform": "0.5.4",
"babel-plugin-transform-remove-imports": "1.8.0",
"classnames": "2.5.1",
"cssnano": "6.1.2",
"postcss-preset-env": "10.0.2",
"postcss-pxtorem": "6.1.0",
"rehype-raw": "7.0.0",
"remark-shiki-twoslash": "3.1.3",
"sass": "1.77.8",
"solid-js": "1.8.22",
"solid-labels": "0.16.0",
"solid-mdx": "0.0.7",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vinxi": "0.4.2",
"vite-plugin-compile-time": "0.2.1"
},
"engines": {
"node": ">=18.12.0"
},
"devDependencies": {
"shiki": "1.16.1",
"@shikijs/core": "1.16.1",
"@shikijs/rehype": "1.16.1",
"@shikijs/transformers": "1.16.1",
"solid-lazy-plus": "file:./tarballs/solid-lazy-plus.tar.gz",
"@types/imagemagick": "0.0.35",
"babel-plugin-transform-define": "2.1.4",
"gray-matter": "4.0.3",
"imagemagick": "0.1.3",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.6",
"remark-captions": "2.2.4",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"solid-devtools": "0.30.1",
"ts-node": "10.9.2",
"vite-plugin-solid-svg": "0.8.1"
}
}