Intial commit.
This commit is contained in:
commit
349d0ad4ff
11 changed files with 1676 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "homepage",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.367",
|
||||
"unplugin-icons": "^22.2.0",
|
||||
"vite": "^7.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/exo-2": "^5.2.6",
|
||||
"@fontsource-variable/inter": "^5.2.6",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"tailwindcss": "^4.1.11"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue