itm-holding-package
Version:
ITM HOLDING PACKAGES
39 lines (38 loc) • 897 B
JSON
{
"name": "itm-holding-package",
"version": "2.0.4",
"main": "dist/index.js",
"types": "dist/types/index.d.js",
"scripts": {
"build:css": "tailwindcss -i ./src/index.css -o ./dist/index.css --minify",
"build": "tsc && npm run build:css",
"prepublishOnly": "npm run build"
},
"keywords": [
"nextjs",
"component",
"itm-holding",
"itm"
],
"author": "jeereq minganda",
"license": "ISC",
"description": "",
"dependencies": {
"babel": "^5.8.38",
"html2canvas": "^1.4.1",
"next": "^15.1.6",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-toastify": "^11.0.3"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.17",
"tsup": "^8.3.5",
"typescript": "^5.7.3"
}
}