Skip to content

Commit 36e942d

Browse files
committed
somehow deleted package.json
1 parent e89e914 commit 36e942d

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

package.json

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"name": "solid-docs-next",
3+
"version": "1.0.0",
4+
"private": true,
5+
"description": "Docs for Solid",
6+
"type": "module",
7+
"scripts": {
8+
"sync": "node scripts/collections/index.mjs",
9+
"sync:orama": "pnpm build && node scripts/sync-orama.mjs",
10+
"dev": "pnpm sync && vinxi dev",
11+
"build": "pnpm sync && pnpm build:sitemap && vinxi build",
12+
"build:sitemap": "node scripts/generateSitemap.js",
13+
"start": "vinxi start",
14+
"e2e": "npx playwright test",
15+
"check:lint": "pnpm dlx eslint",
16+
"check:types": "tsc --noEmit",
17+
"check:format": "prettier . --check",
18+
"format": "prettier . --write"
19+
},
20+
"dependencies": {
21+
"@kobalte/core": "^0.13.9",
22+
"@kobalte/solidbase": "^0.0.23",
23+
"@lunariajs/core": "^0.0.31",
24+
"@oramacloud/client": "^1.3.16",
25+
"@solid-primitives/event-listener": "^2.3.3",
26+
"@solid-primitives/marker": "^0.1.0",
27+
"@solid-primitives/media": "^2.2.9",
28+
"@solidjs/meta": "^0.29.4",
29+
"@solidjs/router": "^0.15.3",
30+
"@solidjs/start": "^1.1.1",
31+
"@vinxi/plugin-mdx": "^3.7.2",
32+
"dotenv": "^16.4.5",
33+
"glob": "^10.4.5",
34+
"gray-matter": "^4.0.3",
35+
"postcss": "^8.5.3",
36+
"shiki": "^1.22.0",
37+
"sitemap": "^7.1.2",
38+
"solid-heroicons": "^3.2.4",
39+
"solid-js": "^1.9.5",
40+
"solid-list": "^0.3.0",
41+
"solid-mdx": "^0.0.7",
42+
"vinxi": "^0.5.3",
43+
"zod": "^3.23.8"
44+
},
45+
"devDependencies": {
46+
"@eslint/eslintrc": "^3.3.0",
47+
"@eslint/js": "^9.22.0",
48+
"@kobalte/tailwindcss": "^0.9.0",
49+
"@orama/crawly": "^0.0.4",
50+
"@tailwindcss/typography": "^0.5.15",
51+
"@types/node": "^22.9.0",
52+
"@typescript-eslint/eslint-plugin": "^8.26.0",
53+
"@typescript-eslint/parser": "^8.26.0",
54+
"autoprefixer": "^10.4.20",
55+
"eslint": "^9.22.0",
56+
"eslint-plugin-solid": "^0.14.5",
57+
"globals": "^16.0.0",
58+
"prettier": "3.2.5",
59+
"tailwindcss": "^3.4.14",
60+
"typescript": "^5.8.2",
61+
"vite": "^6.2.1",
62+
"vite-plugin-eslint": "^1.8.1"
63+
},
64+
"engines": {
65+
"node": ">=18",
66+
"pnpm": ">=10"
67+
}
68+
}

0 commit comments

Comments
 (0)