An experimental TypeSpec syntax for Lexicon
at cli 660 B view raw
1{ 2 "name": "website", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/react": "^4.4.0", 13 "@typelex/emitter": "workspace:*", 14 "@typespec/bundler": "^0.4.4", 15 "@typespec/playground": "^0.11.0", 16 "astro": "^5.14.1", 17 "json-stringify-pretty-compact": "^4.0.0", 18 "lzutf8": "^0.6.3", 19 "react": "^19.2.0", 20 "react-dom": "^19.2.0", 21 "shiki": "^3.13.0" 22 }, 23 "devDependencies": { 24 "@types/react": "^19.2.0", 25 "@types/react-dom": "^19.2.0", 26 "@typespec/compiler": "^1.4.0" 27 } 28}