-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.11 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
36
37
38
39
40
{
"name": "@hyrious/esbuild-repl",
"description": "esbuild-wasm",
"private": true,
"type": "module",
"scripts": {
"dev": "node --watch-path=scripts scripts/build.ts --serve",
"build": "node scripts/build.ts",
"cleanup": "rimraf dist",
"preview": "w7 dist",
"check": "case-police && svelte-check && eslint ."
},
"dependencies": {
"@github/textarea-autosize": "^0.3.3",
"@hyrious/utils": "^0.0.6",
"idb-keyval": "^6.2.2",
"indent-textarea": "^4.0.0",
"pretty-bytes": "^7.1.0",
"sanitize.css": "^13.0.0",
"selector-observer": "^2.1.6",
"svelte": "^4.2.20",
"text-field-edit": "^4.1.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@hyrious/configs": "^0.1.6",
"@hyrious/esbuild-plugin-svelte": "^0.2.3",
"@hyrious/rimraf": "^0.1.0",
"@hyrious/w7": "^0.2.0",
"@iconify/utils": "^3.1.1",
"@types/node": "^25.6.0",
"case-police": "^2.2.1",
"esbuild": "^0.28.0",
"eslint": "^10.2.1",
"highlight.js": "^11.11.1",
"launch-editor-middleware": "^2.13.2",
"svelte-check": "^3.8.6",
"typescript-eslint": "^8.59.0"
}
}