amisa-grid-view
Version:
amisa.grid.view component of amisa!
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "amisa-grid-view",
"version": "0.0.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"./dist/*"
],
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Hamed228/amisa.grid.view"
},
"bugs": {
"url": "https://github.com/Hamed228/amisa.grid.view/issues"
},
"description": "amisa.grid.view component of amisa!",
"homepage": "https://amisa.co",
"author": "Hamed Mirsmaeili",
"keywords": [
"javascript",
"typescript",
"amisa",
"amisa.me",
"amisa.co",
"amin system",
"امین سیستم",
"آمیسا",
"آمیسا دات می"
],
"scripts": {
"dev": "tsc --watch --outDir dist",
"build": "vite build",
"lint": "eslint *.ts*"
},
"dependencies": {
"amisa-box-elements": "^0.0.4",
"amisa-pagination": "^0.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}