refactor: restructure project with shared state and public assets

This commit is contained in:
2026-05-21 20:44:12 +09:00
parent c58b5ab24d
commit 1ef6cb1379
19 changed files with 241 additions and 180 deletions

20
package-lock.json generated
View File

@@ -7,6 +7,10 @@
"": {
"name": "chakmate",
"version": "1.0.0",
"dependencies": {
"@fontsource/noto-sans-kr": "^5.2.9",
"@fontsource/outfit": "^5.2.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"autoprefixer": "^10.4.20",
@@ -395,6 +399,22 @@
"node": ">=12"
}
},
"node_modules/@fontsource/noto-sans-kr": {
"version": "5.2.9",
"resolved": "https://registry.npmjs.org/@fontsource/noto-sans-kr/-/noto-sans-kr-5.2.9.tgz",
"integrity": "sha512-pbF8F0rUzKkDmnk/KYGAbxjgW4TrIHdFKnV6OQ+kUC9ELCn5utrAURcEgMqq3J9SRX+FvjOz+aBCmfcC8/r7cw==",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
},
"node_modules/@fontsource/outfit": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@fontsource/outfit/-/outfit-5.2.8.tgz",
"integrity": "sha512-rXC6g0MqD7cOBjht0bMqc43qM6lRqDLML9KXsmg9uykz0wLQhy8Z/ajrMG6iyoT3NJR+MYgU+OEHp7uHoTb+Yw==",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.13",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",