|
59 | 59 | "dependencies": {
|
60 | 60 | "@eslint-community/eslint-utils": "^4.4.0",
|
61 | 61 | "@jridgewell/sourcemap-codec": "^1.4.15",
|
62 |
| - "debug": "^4.3.4", |
63 | 62 | "eslint-compat-utils": "^0.5.0",
|
64 | 63 | "esutils": "^2.0.3",
|
65 | 64 | "known-css-properties": "^0.31.0",
|
|
74 | 73 | "@babel/core": "^7.24.5",
|
75 | 74 | "@babel/eslint-parser": "^7.24.5",
|
76 | 75 | "@babel/plugin-proposal-function-bind": "^7.24.1",
|
77 |
| - "@babel/types": "^7.24.5", |
78 |
| - "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", |
79 |
| - "@fontsource/fira-mono": "^5.0.13", |
| 76 | + "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", |
80 | 77 | "@ota-meshi/eslint-plugin": "^0.17.1",
|
81 |
| - "@sindresorhus/slugify": "^2.2.1", |
82 |
| - "@sveltejs/adapter-static": "^3.0.1", |
83 |
| - "@sveltejs/vite-plugin-svelte": "^3.1.0", |
84 | 78 | "@types/babel__core": "^7.20.5",
|
85 |
| - "@types/cross-spawn": "^6.0.6", |
86 |
| - "@types/escape-html": "^1.0.4", |
87 | 79 | "@types/eslint": "^8.56.10",
|
88 |
| - "@types/eslint-scope": "^3.7.7", |
89 | 80 | "@types/eslint-utils": "^3.0.5",
|
90 |
| - "@types/eslint-visitor-keys": "^3.3.0", |
91 | 81 | "@types/esutils": "^2.0.2",
|
92 | 82 | "@types/json-schema": "^7.0.15",
|
93 | 83 | "@types/less": "^3.0.6",
|
94 |
| - "@types/markdown-it": "^14.1.1", |
95 |
| - "@types/markdown-it-container": "^2.0.10", |
96 |
| - "@types/markdown-it-emoji": "^3.0.1", |
97 | 84 | "@types/mocha": "^10.0.6",
|
98 | 85 | "@types/node": "^20.12.11",
|
99 | 86 | "@types/postcss-safe-parser": "^5.0.4",
|
100 |
| - "@types/prismjs": "^1.26.4", |
101 | 87 | "@types/semver": "^7.5.8",
|
102 | 88 | "@types/stylus": "^0.48.42",
|
103 | 89 | "@typescript-eslint/eslint-plugin": "^7.8.0",
|
104 | 90 | "@typescript-eslint/parser": "^7.8.0",
|
105 |
| - "@typescript/vfs": "^1.5.0", |
106 | 91 | "acorn": "^8.11.3",
|
107 | 92 | "assert": "^2.1.0",
|
108 |
| - "cross-spawn": "^7.0.3", |
109 |
| - "env-cmd": "^10.1.0", |
110 |
| - "esbuild": "^0.21.1", |
| 93 | + "esbuild": "^0.21.0", |
111 | 94 | "esbuild-register": "^3.5.0",
|
112 |
| - "escape-html": "^1.0.3", |
113 | 95 | "eslint": "^9.2.0",
|
114 | 96 | "eslint-config-prettier": "^9.1.0",
|
115 | 97 | "eslint-formatter-friendly": "^7.0.0",
|
|
128 | 110 | "eslint-typegen": "^0.2.4",
|
129 | 111 | "eslint-visitor-keys": "^4.0.0",
|
130 | 112 | "espree": "^10.0.1",
|
131 |
| - "estree-walker": "^3.0.3", |
132 |
| - "globals": "^15.2.0", |
133 | 113 | "less": "^4.2.0",
|
134 |
| - "locate-character": "^3.0.0", |
135 |
| - "magic-string": "^0.30.10", |
136 |
| - "markdown-it-anchor": "^8.6.7", |
137 |
| - "markdown-it-container": "^4.0.0", |
138 |
| - "markdown-it-emoji": "^3.0.0", |
139 | 114 | "mocha": "^10.4.0",
|
140 |
| - "npm-run-all2": "^6.1.2", |
141 | 115 | "nyc": "^15.1.0",
|
142 |
| - "pako": "^2.1.0", |
143 | 116 | "postcss-nested": "^6.0.1",
|
144 | 117 | "prettier": "^3.2.5",
|
145 |
| - "prettier-plugin-pkg": "^0.18.1", |
146 | 118 | "prettier-plugin-svelte": "^3.2.3",
|
147 | 119 | "prism-svelte": "^0.5.0",
|
148 | 120 | "prismjs": "^1.29.0",
|
|
151 | 123 | "source-map-js": "^1.2.0",
|
152 | 124 | "stylus": "^0.63.0",
|
153 | 125 | "svelte": "5.0.0-next.130",
|
154 |
| - "svelte-adapter-ghpages": "0.2.2", |
155 | 126 | "svelte-i18n": "^4.0.0",
|
156 | 127 | "tslib": "^2.6.2",
|
157 | 128 | "type-coverage": "^2.28.2",
|
158 | 129 | "typescript-eslint": "^7.8.0",
|
159 | 130 | "util": "^0.12.5",
|
160 |
| - "vite": "^5.2.11", |
161 |
| - "vite-plugin-eslint4b": "^0.4.0", |
162 |
| - "vite-plugin-svelte-md": "^0.1.7", |
163 | 131 | "yaml": "^2.4.2"
|
164 | 132 | },
|
165 | 133 | "publishConfig": {
|
|
0 commit comments