jabb-astro-components
Version:
UI Components for web development
60 lines (59 loc) • 1.6 kB
JSON
{
"name": "jabb-astro-components",
"version": "2.6.6",
"description": "UI Components for web development",
"author": "THE JABB, C.A",
"license": "SEE LICENSE IN LICENSE",
"main": "./index.ts",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-content-loader": "^7.0.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thejabb-ve/jabb-astro-components.git"
},
"keywords": [
"components",
"astro",
"jabb"
],
"bugs": {
"url": "https://github.com/pedrorosaleshidalgo/jabb-astro-components/issues"
},
"homepage": "https://github.com/pedrorosaleshidalgo/jabb-astro-components#readme",
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
},
"files": [
"components",
"index.ts",
"global.d.ts",
"Dark.css"
]
}