@educrib/forms
Version:
Data entry library for Educrib Ecosystem
32 lines (31 loc) • 703 B
JSON
{
"name": "@educrib/forms",
"version": "0.0.2",
"description": "Data entry library for Educrib Ecosystem",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && tsup",
"release": "npm publish --access public"
},
"keywords": [
"Educrib",
"Forms",
"Data"
],
"author": "Ajith Mathew",
"license": "ISC",
"devDependencies": {
"@educrib/tailwind": "^0.0.6",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@educrib/firefly": "^0.0.8"
}
}