Skip to content

Commit 5664320

Browse files
committed
chore: 実行時依存にあるものだけdependenciesに残した
1 parent 52d5329 commit 5664320

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,20 @@
2323
"eslint": "^9.13.0",
2424
"eslint-config-prettier": "^8.10.0",
2525
"eslint-plugin-svelte": "^2.46.0",
26+
"globals": "^15.11.0",
27+
"graphology": "^0.25.4",
28+
"graphology-layout": "^0.6.1",
29+
"graphology-layout-forceatlas2": "^0.10.1",
2630
"prettier": "^3.3.3",
2731
"prettier-plugin-svelte": "^3.2.7",
32+
"sigma": "3.0.0-alpha3",
2833
"svelte": "^5.0.5",
2934
"svelte-check": "^4.0.5",
3035
"tslib": "^2.8.0",
3136
"typescript": "^5.6.3",
3237
"typescript-eslint": "^8",
33-
"vite": "^5.4.10"
34-
},
35-
"type": "module",
36-
"dependencies": {
37-
"globals": "^15.11.0",
38-
"graphology": "^0.25.4",
39-
"graphology-layout": "^0.6.1",
40-
"graphology-layout-forceatlas2": "^0.10.1",
41-
"sigma": "3.0.0-alpha3",
38+
"vite": "^5.4.10",
4239
"zod": "^3.23.8"
43-
}
40+
},
41+
"type": "module"
4442
}

pnpm-lock.yaml

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)