@pihorb/npm-react-component-template
Advanced tools
Comparing version
{ | ||
"name": "@pihorb/npm-react-component-template", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -10,3 +10,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "rollup -c" | ||
"build": "rollup -c", | ||
"test": "jest" | ||
}, | ||
@@ -16,10 +17,21 @@ "author": "", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.6", | ||
"@babel/preset-env": "^7.18.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@rollup/plugin-commonjs": "^22.0.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@testing-library/react": "^13.3.0", | ||
"@types/jest": "^28.1.6", | ||
"@types/react": "^18.0.15", | ||
"react": "^18.2.0", | ||
"babel-jest": "^28.1.3", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"rollup": "^2.76.0", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tslib": "^2.4.0", | ||
@@ -33,3 +45,6 @@ "typescript": "^4.7.4" | ||
"dist" | ||
] | ||
], | ||
"peerDependencies": { | ||
"react": "^18.2.0" | ||
} | ||
} |
549825
0.09%1
Infinity%21
110%