-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 925 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 925 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
{
"name": "html-package-bundle",
"version": "0.1.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@types/codemirror": "^5.60.12",
"@types/node": "^20.11.0",
"happy-dom": "^13.6.2",
"jsdom": "^24.0.0",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.3.3",
"vite": "^6.2.3",
"vitest": "^1.3.1"
},
"dependencies": {
"@webcontainer/api": "^1.1.8",
"codemirror": "^5.65.16",
"commander": "^13.1.0",
"jszip": "^3.10.1"
},
"packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
}