sync
This commit is contained in:
20
webpage/package.json
Normal file
20
webpage/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "webpage",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/svelte": "^7.2.5",
|
||||
"@phosphor-icons/core": "^2.1.1",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"astro": "^5.17.1",
|
||||
"svelte": "^5.53.5",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user