react-scratch-easy
Version:
$ npm install react-scratch-easy
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "react-scratch-easy",
"version": "0.1.4",
"main": "dist/index.js",
"module": "dist/index.js",
"keywords": [
"scratch",
"scratch voucher",
"react-scratch",
"scratch me",
"easy scratch react",
"custom scratch"
],
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"author": "Jack Van",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+git@github.com:VanBawi/react-scratch-easy.git"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files"
},
"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"
]
},
"homepage": "https://github.com/VanBawi/react-scratch-easy#readme",
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}