@bipce/hrnet_modal_package
Version:
This is the package for the modal for the last project (HrNet), of the react course on OpenClassRooms
38 lines (37 loc) • 846 B
JSON
{
"name": "@bipce/hrnet_modal_package",
"version": "0.0.9",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Bipce/HrNet_modal_package"
},
"scripts": {
"build": "tsup"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"modal",
"openclassroom",
"OC",
"hrnet"
],
"author": "bipce",
"license": "MIT",
"description": "This is the package for the modal for the last project (HrNet), of the react course on OpenClassRooms",
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"heroicons": "^2.1.5"
}
}