-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.32 KB
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": "js-4k-template",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"scripts": {
"dev": "vite",
"build": "pnpm build-js && pnpm build-post && pnpm build-comp",
"build-js": "vite build --mode prod",
"build-post": "deno run --allow-read --allow-write bin/postprocess.ts dist/assets/*.js dist/postprocessed.js",
"build-comp": "deno run --allow-read --allow-write --allow-run bin/compeko.ts dist/postprocessed.js dist/compeko.html",
"build-jsexe": "jsexe -cn -po dist/postprocessed.js dist/jsexe.html",
"build-mashi": "mashi pack dist/postprocessed.js dist/mashi.html",
"lint": "eslint",
"lint-fix": "eslint --fix",
"typecheck": "tsc",
"preview": "vite preview"
},
"devDependencies": {
"@0b5vr/experimental": "^0.9.7",
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.6.1",
"@types/tempy": "^0.3.0",
"@types/terser": "^3.12.0",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"rollup-plugin-visualizer": "^6.0.5",
"tempy": "^3.1.0",
"terser": "^5.44.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"vite": "^7.3.0",
"vite-plugin-inspect": "^11.3.3"
}
}