@sky790312/react-scratch-off
Version:
React typescript scratch off component.
75 lines (74 loc) • 1.81 kB
JSON
{
"name": "@sky790312/react-scratch-off",
"description": "React typescript scratch off component.",
"author": "sky790312",
"keywords": [
"react",
"components",
"scratchOff",
"scratch-card",
"react-scratch"
],
"version": "1.0.2",
"license": "MIT",
"homepage": "https://github.com/sky790312/react-typescript-scratchOff",
"repository": {
"type": "git",
"url": "git+https://github.com/sky790312/react-typescript-scratchOff.git"
},
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.3.3",
"typescript": "^4.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && tsc",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@types/styled-components": "^5.1.17"
},
"bugs": {
"url": "https://github.com/sky790312/react-typescript-scratchOff/issues"
}
}