desmy-react
Version:
Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.
106 lines (105 loc) • 3.24 kB
JSON
{
"name": "desmy-react",
"description": "Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.",
"private": false,
"version": "1.4.7",
"author": "Desmond Charles Boamah",
"license": "MIT",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/desmydev/desmy-react",
"repository": {
"type": "git",
"url": "https://github.com/desmydev/desmy-react.git"
},
"keywords": [
"react",
"desmy-react",
"desmydev",
"desmyapp","desmy-app","desmy-create","typescripts","react framework",
"react-components",
"react-modal-container",
"desmy-react",
"react-ui",
"react-commons",
"react-dropdown",
"react-auth",
"react-modal",
"react-clickoutside"
],
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
},
"./dist/*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"lint-staged": {
"./lib/**/*.{ts,tsx,js,jsx}": "eslint --fix",
"./lib/**/*.{ts,tsx,js,jsx,css}": "prettier --write"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-watch": "rm -rf ./dist && tsc && vite build --watch",
"lint": "eslint --fix './lib/**/*.{ts,tsx,js,jsx}' && prettier . --write './lib/**/*.{ts,tsx,js,jsx,css}'",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@stianlarsen/copy-to-clipboard": "^1.0.4",
"@stianlarsen/react-ui-kit": "^1.1.15",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.4.6",
"@vitejs/plugin-react-swc": "^3.6.0",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-advanced-cropper": "^0.20.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-jsx-runtime": "^1.0.0-alpha.1",
"react-lazy-load-image-component": "^1.6.2",
"react-router-dom": "^6.23.1",
"react-tailwindcss-datepicker": "^1.6.6",
"react-toastify": "^10.0.6",
"react-transition-group": "^4.4.5",
"read-excel-file": "^5.8.6",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/classnames": "^2.3.4",
"@types/node": "^20.17.6",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-transition-group": "^4.4.11",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"lint-staged": "^15.2.0",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"sass-embedded": "^1.80.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.1"
}
}