Skip to content

Instantly share code, notes, and snippets.

@CodeNinja47
Created January 19, 2023 10:09
Show Gist options
  • Save CodeNinja47/bc98f0f67dbf4221b7b08a1eda50883f to your computer and use it in GitHub Desktop.
Save CodeNinja47/bc98f0f67dbf4221b7b08a1eda50883f to your computer and use it in GitHub Desktop.
{
"name": "testing_react_plugin",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build",
"build": "rollup -c",
"watch": "rollup -c -w"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.4",
"@types/react": "^18.0.26",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.7.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"sass": "^1.57.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment