@dank-inc/react-sketchy
Version:
React Wrapper component for sketchy!
70 lines (69 loc) • 1.58 kB
JSON
{
"name": "@dank-inc/react-sketchy",
"version": "0.5.0",
"author": "Elijah Lucian",
"description": "React Wrapper component for sketchy!",
"repository": {
"type": "git",
"url": "https://github.com/dank-inc/react-sketchy"
},
"files": [
"lib"
],
"main": "lib/index.js",
"license": "MIT",
"keywords": [
"typescript",
"react",
"creative",
"genart",
"sketchy"
],
"dependencies": {
"@dank-inc/sketchy": "^0.23.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@dank-inc/lewps": "^0.10.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.22",
"@types/node": "^12.20.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"react-scripts": "4.0.3",
"typescript": "^4.2.4",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tsc --noEmit",
"compile": "rm -rf dist && tsc -p tsconfig-lib.json",
"deploy": "npm run compile && npm publish"
},
"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"
]
}
}