Skip to content

Commit ab0ffa8

Browse files
authored
πŸš€ Deploy
2 parents 528e10f + 272213a commit ab0ffa8

File tree

62 files changed

+1681
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1681
-246
lines changed

β€Žjsconfig.jsonβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"@assets/*": ["src/assets/*"],
6+
"@apis/*": ["src/apis/*"],
7+
"@atoms/*": ["src/atoms/*"],
8+
"@components/*": ["src/components/*"],
9+
"@constants/*": ["src/constants/*"],
10+
"@hooks/*": ["src/hooks/*"],
11+
"@pages/*": ["src/pages/*"],
12+
"@layouts/*": ["src/layouts/*"],
13+
"@linenow-types/*": ["src/lib/types/*"],
14+
"@interfaces/*": ["src/lib/interfaces/*"],
15+
"@routes/*": ["src/routes/*"],
16+
"@styles/*": ["src/styles/*"],
17+
"@utils/*": ["src/utils/*"]
18+
}
19+
}
20+
}

β€Žpackage-lock.jsonβ€Ž

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

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.13.3",
1414
"@emotion/styled": "^11.13.0",
15+
"jotai": "^2.10.2",
1516
"react": "^18.3.1",
1617
"react-dom": "^18.3.1",
1718
"react-icons": "^5.3.0",
18-
"react-router-dom": "^6.28.0"
19+
"react-router-dom": "^6.28.0",
20+
"typewriter-effect": "^2.21.0"
1921
},
2022
"devDependencies": {
2123
"@eslint/js": "^9.13.0",

β€Žpublic/ChatbotRecommendScrollImage/ChatbotRecommendScroll2.svgβ€Ž

Lines changed: 18 additions & 14 deletions
Loading
1.06 MB
Binary file not shown.

β€Žpublic/foodMainImage/Foodlists1.svgβ€Ž

Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)