-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
67 lines (67 loc) · 2.07 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
64
65
66
67
{
"name": "docs",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"lint": "eslint --cache .",
"lint-fix": "eslint --cache . --fix",
"build": "cd ../packages/eslint-plugin-svelte && pnpm build && cd ../../docs-svelte-kit && pnpm run svelte-kit build",
"preview": "pnpm run svelte-kit preview",
"dev": "pnpm run svelte-kit dev",
"svelte-kit": "vite"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/types": "^7.26.0",
"@fontsource/fira-mono": "^5.1.0",
"@ota-meshi/eslint-plugin": "^0.17.6",
"@shikijs/markdown-it": "^3.0.0",
"@shikijs/twoslash": "^3.0.0",
"@sindresorhus/slugify": "^2.2.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.5",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/babel__core": "^7.20.5",
"@types/cross-spawn": "^6.0.6",
"@types/escape-html": "^1.0.4",
"@types/eslint-scope": "^3.7.7",
"@types/eslint-visitor-keys": "^3.3.2",
"@types/less": "^3.0.7",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^2.0.10",
"@types/markdown-it-emoji": "^3.0.1",
"@types/node": "^22.10.0",
"@types/prismjs": "^1.26.5",
"@types/stylus": "^0.48.43",
"@typescript/vfs": "^1.6.0",
"acorn": "^8.14.0",
"assert": "^2.1.0",
"cross-spawn": "^7.0.6",
"env-cmd": "^10.1.0",
"esbuild": "^0.25.0",
"escape-html": "^1.0.3",
"eslint-plugin-svelte": "workspace:^",
"eslint-scope": "^8.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0",
"globals": "^16.0.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"pako": "^2.1.0",
"postcss-nested": "^7.0.2",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"sass": "^1.81.0",
"source-map-js": "^1.2.1",
"stylus": "^0.64.0",
"svelte": "^5.2.10",
"svelte-adapter-ghpages": "0.2.2",
"twoslash-eslint": "^0.3.0",
"twoslash-protocol": "^0.3.0",
"util": "^0.12.5",
"vite": "^6.0.1",
"vite-plugin-svelte-md": "^0.1.7"
}
}