@casipe/react-service-provider
Version:
React library sevice provider
116 lines (115 loc) • 3.45 kB
JSON
{
"name": "@casipe/react-service-provider",
"version": "1.0.3",
"description": "React library sevice provider",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.js",
"repository": {
"type": "git",
"url": "git+https://github.com/casipe/react-service-provider.git"
},
"scripts": {
"start": "webpack serve",
"clean": "rimraf lib test-results coverage .cache",
"clean:all": "rimraf lib test-results coverage node_modules",
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --verbose --coverage",
"coverage": "npm test -- --verbose=false --silent --noStackTrace",
"pretest": "npm run clean",
"build": "rollup -c",
"build:watch": "npm run build -- --watch",
"build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly --skipLibCheck",
"prebuild": "npm run clean",
"postbuild": "npm run build:types",
"lint": "eslint src/**/*.ts",
"lint-fix": "npm run lint -- --fix",
"format": "prettier --write src/**/*.ts",
"audit": "npm audit --registry=https://registry.npmjs.org",
"prepare": "husky install"
},
"keywords": [
"react",
"provider",
"service"
],
"author": {
"name": "Carlivan Pereira"
},
"contributors": [
{
"name": "Carlivan Pereira",
"email": "carlivanpereira@gmail.com"
}
],
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-image": "2.1.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.0",
"@types/node": "^22.15.19",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"amqplib": "0.8.0",
"axios-mock-adapter": "1.20.0",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"full-icu": "1.4.0",
"html-webpack-plugin": "5.5.0",
"husky": "7.0.4",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"parcel": "2.2.1",
"prettier": "2.5.1",
"react-transition-group": "4.4.2",
"rollup-plugin-smart-asset": "2.1.2",
"rollup-plugin-uglify": "^4.0.0",
"rxjs": "^7.5.2",
"semver": "7.3.5",
"socket.io-client": "^4.7.5",
"ts-jest": "^29.2.0",
"ts-loader": "8.0.15",
"typescript": "^5.5.3",
"webpack": "5.68.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "3.11.2",
"rimraf": "^6.0.1",
"rollup": "^2.79.1"
},
"jest-junit": {
"outputDirectory": "./test-results/",
"outputName": "./junit-jest.xml"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"axios": "^1.7.7",
"socket.io": "^4.7.5"
},
"dependencies": {
"@testing-library/dom": "^10.4.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io": "^4.7.5"
},
"@parcel/resolver-default": {
"packageExports": true
}
}