|
| 1 | +{ |
| 2 | + "name": "@hcengineering/highlight", |
| 3 | + "version": "0.6.0", |
| 4 | + "main": "src/index.ts", |
| 5 | + "author": "Hardcore Engineering Inc.", |
| 6 | + "license": "EPL-2.0", |
| 7 | + "scripts": { |
| 8 | + "build": "compile ui", |
| 9 | + "build:docs": "api-extractor run --local", |
| 10 | + "format": "format src", |
| 11 | + "svelte-check": "do-svelte-check", |
| 12 | + "_phase:svelte-check": "do-svelte-check", |
| 13 | + "build:watch": "compile ui", |
| 14 | + "_phase:build": "compile ui", |
| 15 | + "_phase:format": "format src", |
| 16 | + "_phase:validate": "compile validate" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "svelte-loader": "^3.2.0", |
| 20 | + "sass": "^1.53.0", |
| 21 | + "svelte-preprocess": "^5.1.3", |
| 22 | + "@hcengineering/platform-rig": "^0.6.0", |
| 23 | + "@typescript-eslint/eslint-plugin": "^6.11.0", |
| 24 | + "@typescript-eslint/parser": "^6.11.0", |
| 25 | + "eslint-config-standard-with-typescript": "^40.0.0", |
| 26 | + "eslint-plugin-import": "^2.26.0", |
| 27 | + "eslint-plugin-n": "^15.4.0", |
| 28 | + "eslint-plugin-promise": "^6.1.1", |
| 29 | + "prettier-plugin-svelte": "^3.2.2", |
| 30 | + "eslint": "^8.54.0", |
| 31 | + "prettier": "^3.1.0", |
| 32 | + "svelte-check": "^3.6.9", |
| 33 | + "typescript": "^5.3.3", |
| 34 | + "jest": "^29.7.0", |
| 35 | + "ts-jest": "^29.1.1", |
| 36 | + "@types/jest": "^29.5.5", |
| 37 | + "eslint-plugin-svelte": "^2.35.1", |
| 38 | + "svelte-eslint-parser": "^0.33.1" |
| 39 | + }, |
| 40 | + "dependencies": { |
| 41 | + "svelte": "^4.2.12", |
| 42 | + "@hcengineering/ui": "^0.6.15", |
| 43 | + "highlight.js": "~11.8.0", |
| 44 | + "lowlight": "^3.1.0" |
| 45 | + } |
| 46 | +} |
0 commit comments