react-profile-component
Version:
Profile Components library
94 lines (93 loc) • 2.95 kB
JSON
{
"name": "react-profile-component",
"type": "module",
"version": "1.55.0",
"description": "Profile Components library",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
"./index.css": "./dist/index.css"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-lib": "rm -rf dist && rollup -c && npm run minify-js && npm run remove-assets-types",
"serve-build": "rollup -c -w",
"remove-assets-types": "rm -rf dist/assets dist/types",
"rollup": "rollup",
"remove-sources": "rm -rf src rollup.config.js .github tsconfig.json demo",
"prepare": "npm i --ignore-scripts && npm run build-lib && npm run minify-js && npm run remove-sources",
"minify-js": "jsmin -o dist/index.d.ts dist/index.d.ts"
},
"author": "Pranesh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pranesh-link/react-profile-component.git"
},
"keywords": [
"react",
"react-profile",
"profile",
"profile-component"
],
"dependencies": {
"@babel/core": "7.23.3",
"@babel/plugin-syntax-import-assertions": "7.23.3",
"@babel/preset-react": "7.23.3",
"@emailjs/browser": "3.11.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-eslint": "9.0.5",
"@rollup/plugin-image": "3.0.3",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@types/classnames": "2.3.1",
"@types/crypto-js": "4.2.1",
"@types/node": "20.10.4",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/react-modal": "3.16.0",
"@types/react-phone-number-input": "3.0.15",
"@types/react-transition-group": "4.4.0",
"@types/styled-components": "5.1.7",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.3",
"classnames": "2.3.2",
"clipboard-polyfill": "3.0.2",
"crypto-js": "4.2.0",
"eslint": "8.55.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsmin": "1.0.1",
"postcss": "^8.4.35",
"react-device-detect": "2.2.3",
"react-modal": "3.16.1",
"react-phone-number-input": "3.3.6",
"react-transition-group": "4.4.1",
"rollup": "4.12.1",
"rollup-plugin-css-only": "4.5.2",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-import-css": "3.3.5",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-svg": "2.0.0",
"styled-components": "5.2.1",
"tslib": "2.6.2",
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}