28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "teeny-astro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --host --port 2011",
|
|
"start": "astro dev --host --port 2011",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"push": "rsync -azP dist/ preschoolcurriculum@143.110.177.50:/home/preschoolcurriculum/public_html"
|
|
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^2.1.3",
|
|
"@astrojs/vue": "^1.2.2",
|
|
"astro": "^1.7.2",
|
|
"daisyui": "^2.46.1",
|
|
"swiper": "^9.0.3",
|
|
"tailwindcss": "^3.2.4",
|
|
"vue": "^3.2.45"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.58.1"
|
|
}
|
|
}
|