@cmk/fe_utils
Version:
frontend utility library
111 lines (110 loc) • 3.34 kB
JSON
{
"name": "@cmk/fe_utils",
"version": "0.3.35",
"description": "frontend utility library",
"type": "module",
"main": "dist/index.cjs.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/src"
],
"scripts": {
"test": "npx jest ./src",
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore --fix",
"build": "tsc && vite build",
"prepublish": "npm run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carmnk/fe_utils.git"
},
"keywords": [
"frontend",
"react",
"api",
"ui"
],
"author": "carmnk",
"license": "MIT",
"bugs": {
"url": "https://github.com/carmnk/fe_utils/issues"
},
"homepage": "https://github.com/carmnk/fe_utils#readme",
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mdi/js": "^7.3.67",
"@mui/material": "^6.4.2",
"@mui/x-date-pickers": "^7.25.0",
"@mui/x-tree-view": "^7.25.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/modifiers": "^9.0.0",
"@mdi/react": "^1.6.1",
"@testing-library/react": "^16.2.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@use-gesture/react": "^10.3.1",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"npm": "^11.1.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^7.5.1",
"react-window": "^1.8.10",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@storybook/test": "^8.0.9",
"@testing-library/jest-dom": "^6.6.3",
"@ts2doc/storybook-addon": "^0.3.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/react-color": "^3.0.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"react-test-renderer": "^18.3.1",
"storybook": "^8.0.9",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0"
}
}