UNPKG

payzli-ui-aryan

Version:

A custom react components library

90 lines (89 loc) 2.45 kB
{ "name": "payzli-ui-aryan", "version": "1.4.28", "description": "A custom react components library", "scripts": { "dev": "rollup -c -w", "build": "rimraf dist && rollup -c", "start": "yarn build && yarn dev", "format": "prettier --write '**/*.{js,ts,jsx,tsx,json,md,css,scss}'", "lint:style": "stylelint '**/*.{css,scss}' --fix" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "author": "Jagannath Swarnkar", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^30.0.0", "@types/react": "^18.2.48", "autoprefixer": "^10.4.17", "babel-plugin-transform-react-jsx": "^6.24.1", "css-loader": "^6.9.1", "gh-pages": "^6.1.1", "postcss": "^8.4.33", "postcss-loader": "^8.0.0", "prettier": "^3.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "rollup": "^4.9.6", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "style-loader": "^3.3.4", "styled-components": "^5.3.11", "stylelint": "^16.21.0", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^38.0.0", "tailwindcss": "^3.4.1", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "peerDependencies": { "@phosphor-icons/react": "^2.1.7", "@types/react": "^18.2.48", "moment": "^2.30.1", "react": ">=18.2.0", "react-dom": ">=18.2.0", "react-number-format": "^4.9.1", "react-select": "^4.3.1" }, "keywords": [ "react-template", "react-library", "typescript", "react", "template" ], "dependencies": { "@phosphor-icons/react": "^2.1.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-url": "^8.0.2", "@types/react-date-range": "^1.4.9", "moment": "^2.30.1", "react-date-range": "^2.0.1", "react-number-format": "^4.9.1", "react-select": "^4.3.1", "rollup-plugin-svg": "^2.0.0" }, "resolutions": { "webpack": "^5.0.0" } }