-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 969 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
{
"name": "metron",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"preview": "rsbuild preview",
"format": "biome format --write package.json biome.json rsbuild.config.ts tsconfig.json src",
"lint": "svelte-check --tsconfig ./tsconfig.json; biome lint src/*.{svelte,ts,html}"
},
"dependencies": {
"d3": "7.9.0",
"d3-force": "3.0.0",
"svelte": "5.43.14"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@rsbuild/core": "1.6.7",
"@rsbuild/plugin-svelte": "1.0.11",
"@types/d3": "7.4.3",
"ajv": "8.17.1",
"colorjs.io": "0.6.1",
"svelte-check": "4.3.4",
"svelte-awesome-color-picker": "4.1.0",
"tone": "15.1.22",
"ts-loader": "9.5.4",
"typescript": "5.9.3",
"worker-rspack-loader": "3.1.2"
}
}