|
1 | 1 | { |
2 | | - "name": "shiki-highlighter", |
3 | | - "version": "0.1.2", |
4 | | - "description": "Highlight code blocks with Shiki.", |
5 | | - "main": "main.js", |
6 | | - "scripts": { |
7 | | - "dev": "bun run automation/build/esbuild.dev.config.ts", |
8 | | - "build": "bun run tsc && bun run automation/build/esbuild.config.ts", |
9 | | - "tsc": "tsc -noEmit -skipLibCheck", |
10 | | - "test": "bun test", |
11 | | - "test:log": "LOG_TESTS=true bun test", |
12 | | - "format": "prettier --write --plugin prettier-plugin-svelte .", |
13 | | - "format:check": "prettier --check --plugin prettier-plugin-svelte .", |
14 | | - "lint": "eslint --max-warnings=0 src/**", |
15 | | - "lint:fix": "eslint --max-warnings=0 --fix src/**", |
16 | | - "svelte-check": "svelte-check --compiler-warnings \"unused-export-let:ignore\"", |
17 | | - "check": "bun run format:check && bun run tsc && bun run svelte-check && bun run lint && bun run test", |
18 | | - "check:fix": "bun run format && bun run tsc && bun run svelte-check && bun run lint:fix && bun run test", |
19 | | - "release": "bun run automation/release.ts", |
20 | | - "stats": "bun run automation/stats.ts" |
21 | | - }, |
22 | | - "keywords": [], |
23 | | - "author": "Moritz Jung", |
24 | | - "license": "GPL-3.0", |
25 | | - "devDependencies": { |
26 | | - "@happy-dom/global-registrator": "^14.3.6", |
27 | | - "@lemons_dev/parsinom": "^0.0.12", |
28 | | - "@tsconfig/svelte": "^5.0.3", |
29 | | - "@types/bun": "^1.0.10", |
30 | | - "@typescript-eslint/eslint-plugin": "^7.3.1", |
31 | | - "@typescript-eslint/parser": "^7.3.1", |
32 | | - "builtin-modules": "^3.3.0", |
33 | | - "esbuild": "^0.20.2", |
34 | | - "esbuild-plugin-copy-watch": "^2.1.0", |
35 | | - "esbuild-svelte": "^0.8.0", |
36 | | - "eslint": "^8.57.0", |
37 | | - "eslint-plugin-import": "^2.29.1", |
38 | | - "eslint-plugin-isaacscript": "^3.12.2", |
39 | | - "eslint-plugin-only-warn": "^1.1.0", |
40 | | - "obsidian": "latest", |
41 | | - "prettier": "^3.2.5", |
42 | | - "prettier-plugin-svelte": "^3.2.2", |
43 | | - "shiki": "^1.2.0", |
44 | | - "string-argv": "^0.3.2", |
45 | | - "svelte": "^4.2.12", |
46 | | - "svelte-check": "^3.6.8", |
47 | | - "svelte-preprocess": "^5.1.3", |
48 | | - "tslib": "^2.6.2", |
49 | | - "typescript": "^5.4.3" |
50 | | - } |
| 2 | + "name": "shiki-highlighter", |
| 3 | + "version": "0.1.2", |
| 4 | + "description": "Highlight code blocks with Shiki.", |
| 5 | + "main": "main.js", |
| 6 | + "scripts": { |
| 7 | + "dev": "bun run automation/build/esbuild.dev.config.ts", |
| 8 | + "build": "bun run tsc && bun run automation/build/esbuild.config.ts", |
| 9 | + "tsc": "tsc -noEmit -skipLibCheck", |
| 10 | + "test": "bun test", |
| 11 | + "test:log": "LOG_TESTS=true bun test", |
| 12 | + "format": "prettier --write --plugin prettier-plugin-svelte .", |
| 13 | + "format:check": "prettier --check --plugin prettier-plugin-svelte .", |
| 14 | + "lint": "eslint --max-warnings=0 src/**", |
| 15 | + "lint:fix": "eslint --max-warnings=0 --fix src/**", |
| 16 | + "svelte-check": "svelte-check --compiler-warnings \"unused-export-let:ignore\"", |
| 17 | + "check": "bun run format:check && bun run tsc && bun run svelte-check && bun run lint && bun run test", |
| 18 | + "check:fix": "bun run format && bun run tsc && bun run svelte-check && bun run lint:fix && bun run test", |
| 19 | + "release": "bun run automation/release.ts", |
| 20 | + "stats": "bun run automation/stats.ts" |
| 21 | + }, |
| 22 | + "keywords": [], |
| 23 | + "author": "Moritz Jung", |
| 24 | + "license": "GPL-3.0", |
| 25 | + "devDependencies": { |
| 26 | + "@expressive-code/core": "^0.33.5", |
| 27 | + "@expressive-code/plugin-shiki": "^0.33.5", |
| 28 | + "@happy-dom/global-registrator": "^14.3.6", |
| 29 | + "@lemons_dev/parsinom": "^0.0.12", |
| 30 | + "@tsconfig/svelte": "^5.0.3", |
| 31 | + "@types/bun": "^1.0.10", |
| 32 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 33 | + "@typescript-eslint/parser": "^7.3.1", |
| 34 | + "builtin-modules": "^3.3.0", |
| 35 | + "esbuild": "^0.20.2", |
| 36 | + "esbuild-plugin-copy-watch": "^2.1.0", |
| 37 | + "esbuild-svelte": "^0.8.0", |
| 38 | + "eslint": "^8.57.0", |
| 39 | + "eslint-plugin-import": "^2.29.1", |
| 40 | + "eslint-plugin-isaacscript": "^3.12.2", |
| 41 | + "eslint-plugin-only-warn": "^1.1.0", |
| 42 | + "obsidian": "latest", |
| 43 | + "prettier": "^3.2.5", |
| 44 | + "prettier-plugin-svelte": "^3.2.2", |
| 45 | + "shiki": "^1.2.0", |
| 46 | + "string-argv": "^0.3.2", |
| 47 | + "svelte": "^4.2.12", |
| 48 | + "svelte-check": "^3.6.8", |
| 49 | + "svelte-preprocess": "^5.1.3", |
| 50 | + "tslib": "^2.6.2", |
| 51 | + "typescript": "^5.4.3" |
| 52 | + } |
51 | 53 | } |
0 commit comments