forked from solidjs/solid-docs-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "@solid.js/docs",
"version": "1.0.54",
"files": [
"dist"
],
"main": "dist/index.js",
"repository": "https://github.com/solidjs/solid-docs.git",
"author": "Solid Team",
"license": "MIT",
"types": "dist/index.d.ts",
"type": "module",
"devDependencies": {
"@mdx-js/rollup": "^2.1.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^18.0.3",
"gitlog": "^4.0.4",
"jiti": "^1.14.0",
"markdown-magic": "^2.6.0",
"patch-package": "^6.4.7",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.2",
"rehype-slug": "^5.0.1",
"remark-mdx-toc": "^0.2.0",
"rollup": "^2.76.0",
"tablemark": "^3.0.0",
"typescript": "^4.7.4"
},
"scripts": {
"build": "rollup --config",
"watch": "rollup --config --watch",
"todos": "jiti scripts/todos.ts",
"prepare": "patch-package"
},
"dependencies": {
"solid-jsx": "^0.9.1"
},
"packageManager": "pnpm@8.6.3"
}