forked from solidjs/solid-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "solid-docs-next",
"version": "1.0.0",
"private": true,
"description": "Docs for Solid",
"type": "module",
"scripts": {
"sync": "node scripts/collections/index.mjs",
"dev": "pnpm sync && vinxi dev",
"build": "pnpm sync && pnpm build:sitemap && NODE_OPTIONS=\"--max-old-space-size=8192\" vinxi build",
"build:sitemap": "node scripts/generateSitemap.js",
"start": "vinxi start",
"e2e": "npx playwright test"
},
"dependencies": {
"@kobalte/core": "^0.12.1",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.12.0",
"@solidjs/start": "^0.5.5",
"@vinxi/plugin-mdx": "^3.7.1",
"gray-matter": "^4.0.3",
"postcss": "^8.4.35",
"rehype-autolink-headings": "^7.1.0",
"rehype-parse": "^9.0.0",
"rehype-slug": "^6.0.0",
"remark-parse": "^11.0.0",
"shikiji": "^0.10.2",
"sitemap": "^7.1.1",
"solid-heroicons": "^3.2.4",
"solid-js": "^1.8.14",
"solid-mdx": "^0.0.7",
"vinxi": "^0.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@kobalte/tailwindcss": "^0.9.0",
"@mdx-js/mdx": "^2.3.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.13.1",
"prettier": "3.2.5",
"rehype-raw": "^7.0.0",
"remark-expressive-code": "^0.30.2",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^3.0.0",
"tailwindcss": "^3.4.1"
},
"engines": {
"node": ">=18",
"packageManager": "pnpm@8"
}
}