Skip to content

Commit 0bc7743

Browse files
authored
Merge pull request #22 from ericpan64/epan/refactor-app-structure
Refactor app structure
2 parents 9387964 + 7cd49e9 commit 0bc7743

17 files changed

Lines changed: 2144 additions & 220 deletions

File tree

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
_tmp/
22
.DS_Store
3-
node_modules
3+
node_modules
4+
5+
# AI stuff
6+
.specstory/
7+
.cursor*
8+
CLAUDE.md
9+
.claude*
10+
.aidigestignore
11+
.specstory/.what-is-this.md
12+
codebase.md
13+
.paic/
14+
diff.txt
15+
temp.txt

app/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
"@sveltejs/adapter-static": "^3.0.2",
1515
"@sveltejs/enhanced-img": "^0.3.8",
1616
"@sveltejs/kit": "^2.0.0",
17-
"@sveltejs/vite-plugin-svelte": "^3.0.0",
18-
"svelte": "^4.2.7",
19-
"svelte-check": "^3.6.0",
17+
"@sveltejs/vite-plugin-svelte": "^4.0.0",
18+
"@types/node": "^24.0.3",
19+
"svelte": "^5.0.0",
20+
"svelte-check": "^4.0.0",
2021
"typescript": "^5.0.0",
2122
"vite": "^5.0.3",
2223
"vite-bundle-visualizer": "^1.2.1"

0 commit comments

Comments
 (0)