coject
Version:
React Library
64 lines (63 loc) • 1.76 kB
JSON
{
"name": "coject",
"version": "2.4.23",
"description": "React Library",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coject/coject.git"
},
"keywords": [
"Node",
"React",
"Form",
"Data",
"JSON",
"Submit",
"TypeScript"
],
"author": "Akwad",
"license": "MIT",
"bugs": {
"url": "https://github.com/coject/coject/issues"
},
"homepage": "https://github.com/coject/coject",
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/x-data-grid": "^7.6.1",
"@mui/x-date-pickers": "^7.6.1",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.2",
"coject-hijri": "^1.9.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-toastify": "^10.0.5",
"tss-react": "^4.9.10",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2"
}
}