Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
35 lines (35 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 923 Bytes
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
{
"name": "typecomposer-doc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"clean": "rm -rf node_modules/.vite && rm -rf node_modules/.vite-temp && clear && vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"new": "rm -rf node_modules/.vite && npm run start"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.1",
"@monaco-editor/loader": "^1.5.0",
"esbuild-wasm": "^0.25.10",
"highlight.js": "^11.11.1",
"lucide": "^0.552.0",
"monaco-editor": "^0.54.0",
"remark-gfm": "^4.0.1",
"typecomposer": "^0.1.56"
},
"devDependencies": {
"typecomposer-plugin": "^1.0.12",
"@types/node": "^24.7.1",
"autoprefixer": "^10.5.0",
"csstype": "^3.2.3",
"sass": "^1.101.0",
"tailwindcss": "^4.3.1",
"@tailwindcss/vite": "^4.3.1",
"typescript": "^5.9.3",
"vite": "^7.1.9"
}
}