-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "newdocs",
"version": "1.0.0",
"description": "",
"license": "ISC",
"main": "index.js",
"scripts": {
"docs:build": "vitepress build",
"docs:dev": "vitepress dev",
"docs:preview": "vitepress preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"vitepress-plugin-shiki-twoslash": "^0.0.6"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-decorators": "^7.24.1",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-transform-typescript": "^7.24.5",
"@lzilioli/md-macros": "lzilioli/md-macros",
"@mdit/plugin-attrs": "^0.9.0",
"@mdit/plugin-container": "^0.9.0",
"@mdit/plugin-mark": "^0.9.0",
"@mdit/plugin-snippet": "^0.9.0",
"@mdit/plugin-stylize": "^0.9.0",
"@mdit/plugin-tab": "^0.9.0",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/babel__core": "^7.20.5",
"@types/markdown-it": "^14.0.1",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/starbeam__collections": "workspace:^",
"@types/starbeam__ember": "workspace:^",
"@types/starbeam__react": "workspace:^",
"@types/starbeam__universal": "workspace:^",
"@types/starbeam__vue": "workspace:^",
"eslint": "^8.57.0",
"markdown-it": "^14.1.0",
"rollup": "^4.17.2",
"typescript": "^5.4.5",
"unplugin-fonts": "^1.1.1",
"vitepress": "1.1.4",
"vitepress-plugin-tabs": "^0.5.0",
"vue": "^3.4.26"
},
"author": "",
"keywords": [],
"pnpm": {
"overrides": {
"remark-shiki-twoslash>shiki": "^0.14.1",
"rollup": "$rollup",
"shiki-twoslash>shiki": "^0.14.1",
"typescript": "$typescript"
}
}
}