25 lines
540 B
JSON
25 lines
540 B
JSON
{
|
|
"name": "friends-best",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^5.0.0",
|
|
"@astrojs/vue": "3.0.0",
|
|
"astro": "^3.1.1",
|
|
"tailwindcss": "^3.0.24",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "1.68.0",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|