react-code-dataset / nivo /package.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
3.71 kB
{
"name": "nivo",
"private": true,
"licenses": [
{
"type": "MIT",
"url": "https://github.com/plouc/nivo/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "git://github.com/plouc/nivo"
},
"author": {
"name": "Raphaël Benitte",
"url": "https://github.com/plouc"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@ekino/config": "^0.3.0",
"@eslint/js": "^9.25.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@types/enzyme": "^3.10.10",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.170",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"babel-jest": "^29.5.0",
"babel-loader": "^8.2.3",
"chalk": "^5.2.0",
"chalk-template": "^1.0.0",
"concurrently": "^9.1.2",
"cypress": "^12.11.0",
"enzyme": "^3.11.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"gh-pages": "^5.0.0",
"globals": "^16.0.0",
"http-server": "^14.1.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^22.0.0",
"lerna": "^8.2.2",
"lodash": "^4.17.21",
"playwright": "^1.52.0",
"prettier": "^3.5.3",
"puppeteer": "^19.11.1",
"raf": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^3.21.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-size": "^0.3.1",
"rollup-plugin-strip-banner": "^3.0.0",
"rollup-plugin-visualizer": "^5.5.2",
"serve": "^13.0.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1",
"wait-on": "^8.0.3",
"yargs": "^17.7.2"
},
"resolutions": {
"@types/eslint": "7.29.0",
"cheerio": "1.0.0-rc.10",
"react": "18.3.1",
"@types/react": "18.3.20",
"react-dom": "18.3.1",
"@types/react-dom": "18.3.6",
"@react-spring/core": "10.0.0",
"@react-spring/web": "10.0.0",
"styled-components": "6.1.18",
"react-markdown": "10.1.0"
},
"scripts": {
"make:init": "make init",
"build": "echo 'nothing to do, please use make for available commands'",
"heroku-postbuild": "make pkgs-build && cd api && pnpm build",
"codesandbox:init": "pnpm install && pnpm run pkgs:types:check && pnpm run pkgs:build",
"pkgs:types:check": "pnpm tsc --build ./tsconfig.monorepo.json",
"pkgs:build": "pnpm ls --filter \"./packages/*\" --depth -1 --no-color | sed -E 's|.*/([^/]+)$|\\1|' | xargs -P 8 -I '{}' sh -c 'PACKAGE={} pnpm run pkg:build || 255'",
"pkg:build": "NODE_ENV=production BABEL_ENV=production pnpm rollup -c conf/rollup.config.mjs"
},
"engines": {
"node": "22.x"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/nivo"
},
"packageManager": "pnpm@10.11.0",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"core-js",
"core-js-pure",
"cypress",
"es5-ext",
"esbuild",
"gatsby",
"gatsby-cli",
"lmdb",
"msgpackr-extract",
"nx",
"puppeteer",
"sharp"
]
}
}