28 lines
697 B
JSON
28 lines
697 B
JSON
{
|
|
"name": "rgyci.org",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --host --port 2012",
|
|
"start": "astro dev --host --port 2012",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"push": "rsync -azP dist/ rgyci@ns2.cicdhosting.com:/home/rgyci/public_html"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^2.0.2",
|
|
"@astrojs/tailwind": "^2.1.3",
|
|
"@astrojs/vue": "^1.2.2",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"astro": "^1.7.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"swiper": "^9.0.0",
|
|
"tailwindcss": "^3.2.4",
|
|
"vue": "^3.2.45"
|
|
}
|
|
}
|