digitinary-ui
Version:
Digitinary UI Library
110 lines (109 loc) • 2.93 kB
JSON
{
"name": "digitinary-ui",
"version": "1.0.213",
"description": "Digitinary UI Library",
"author": "Digitinary Company",
"repository": {
"type": "git",
"url": "digitinary-ui"
},
"license": "MIT",
"main": "dist/index.js",
"source": "src/index.js",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"engines": {
"node": ">=16"
},
"keywords": [
"react",
"ui",
"component-library",
"digitinary-ui",
"digitinary",
"digi",
"digi-ui"
],
"scripts": {
"build": "webpack --mode production",
"build:types": "tsc",
"lint": "eslint src --ext ts,tsx",
"pre-commit": "pretty-quick --staged",
"prepare": "husky",
"test": "jest --coverage",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@eslint/js": "^9.0.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.1",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.7.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"file-loader": "^6.2.0",
"globals": "^15.0.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"pretty-quick": "^4.0.0",
"react": "18.3.1",
"sass": "^1.75.0",
"sass-loader": "^13.2.2",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"typescript-eslint": "^7.7.0",
"url-loader": "^4.1.1",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@szhsin/react-menu": "^4.3.0",
"@tanstack/react-table": "^8.21.2",
"@tippyjs/react": "^4.2.6",
"google-libphonenumber": "^3.2.38",
"jsx-runtime": "^1.2.0",
"moment": "^2.30.1",
"react-datepicker": "^7.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-json-editor-ajrm": "^2.5.14",
"react-pdf": "^9.1.1",
"react-phone-input-2": "^2.15.1",
"recharts": "^2.13.0",
"tippy.js": "^6.3.7"
}
}