@first-line/firstline-react
Version:
React Library for Firstline IDP
81 lines (80 loc) • 2.14 kB
JSON
{
"name": "@first-line/firstline-react",
"version": "1.0.11",
"description": "React Library for Firstline IDP",
"author": "Firstline",
"keywords": [
"Firstline",
"React",
"IDP",
"OAuth 2.0"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/firstline-idp/firstline-react.git"
},
"main": "dist/firstline-react.cjs.js",
"types": "dist/index.d.ts",
"module": "dist/firstline-react.esm.js",
"sideEffects": false,
"scripts": {
"build": "rollup -c --environment NODE_ENV:production",
"test": "jest --coverage"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@first-line/firstline-spa-js": "^1.0.4",
"crypto-js": "^4.1.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.2.3",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.7.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dev": "^1.1.3",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.3",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^16.11.0 || ^17 || ^18",
"react-dom": "^16.11.0 || ^17 || ^18"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx"
],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
]
}