This commit is contained in:
adm
2024-02-29 02:39:06 +03:00
parent fe7a546f91
commit e5cd1b67eb
87 changed files with 21432 additions and 0 deletions

47
package.json Normal file
View File

@@ -0,0 +1,47 @@
{
"name": "frontend",
"version": "0.0.3",
"private": "true",
"description": "Это первый выпуск тестовой разработки на продакшене",
"keywords": [
"tailwind",
"dashboard ui",
"html",
"astro",
"typrscript"
],
"homepage": "https://fipi.pro",
"bugs": "https://#",
"repository": "https://#",
"license": "????",
"author": "@iTKeyS",
"contributors": [
"admin <https://#>",
"admin <https://#>",
"admin <https://#>"
],
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@faker-js/faker": "^8.4.0",
"apexcharts": "^3.45.2",
"astro": "^4.3.1",
"axios": "^1.6.7",
"flowbite": "^2.2.1",
"shiki": "^1.0.0-beta.5",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vue": "^3.4.21"
}
}