UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

76 lines (75 loc) 2.27 kB
{ "name": "clusterpost-list-react", "version": "1.0.0", "description": "clusterpost jobs view", "author": "juanprietob", "license": "MIT", "repository": "juanprietob/clusterpost-list-react", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "test": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "build": "rollup -c", "start": "rollup -c -w", "prepare": "npm run snyk-protect && npm run build", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build", "snyk-protect": "snyk protect" }, "peerDependencies": { "prop-types": "^15.5.4", "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@svgr/rollup": "8.1.0", "babel-core": "6.26.3", "@babel/eslint-parser": "7.28.4", "babel-plugin-external-helpers": "6.22.0", "babel-preset-env": "1.7.0", "babel-preset-react": "6.24.1", "babel-preset-stage-0": "6.24.1", "cross-env": "10.1.0", "eslint": "9.39.2", "eslint-config-standard": "17.1.0", "eslint-config-standard-react": "13.0.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-n": "17.23.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-react": "7.37.5", "eslint-plugin-standard": "5.0.0", "gh-pages": "6.3.0", "react": "19.2.3", "react-dom": "19.2.3", "react-scripts": "5.0.1", "rollup": "4.53.5", "@rollup/plugin-babel": "6.1.0", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-json": "4.0.0", "@rollup/plugin-node-resolve": "16.0.3", "rollup-plugin-peer-deps-external": "2.2.4", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-url": "3.0.1" }, "files": [ "dist" ], "dependencies": { "axios": "^1.0.0", "d3": "^7.0.0", "query-string": "^9.0.0", "react-d3-library": "^1.1.8", "react-feather": "^2.0.0", "react-json-view": "^1.19.1", "recharts": "^3.0.0", "underscore": "^1.12.1", "snyk": "^1.1064.0" }, "snyk": true }