Disentangle plugin and node props
Showing
... | ... | @@ -16,10 +16,11 @@ |
"build:cjs": "tsc --outDir dist/cjs --module commonjs --project tsconfig.build.json", | ||
"build:es": "tsc --outDir dist/es --declarationDir dist/types --declaration --project tsconfig.build.json", | ||
"dev": "concurrently 'yarn:build:* --watch'", | ||
"lint": "eslint src --ext .ts,.tsx --max-warnings=0", | ||
"lint": "eslint src test --ext .ts,.tsx --max-warnings=0", | ||
"prebuild": "rimraf dist", | ||
"prettier": "prettier --write 'src/**/*.{ts,tsx}'", | ||
"preversion": "concurrently 'yarn:typecheck' 'yarn:lint' 'yarn:test'", | ||
"sandbox": "parcel ./test/index.html", | ||
"test": "jest --runInBand", | ||
"typecheck": "tsc --noEmit", | ||
"version": "yarn build" | ||
... | ... | @@ -132,6 +133,7 @@ |
"husky": "^4.3.0", | ||
"jest": "^26.5.3", | ||
"lodash": "^4.17.20", | ||
"parcel-bundler": "^1.12.4", | ||
"prettier": "^2.1.2", | ||
"react": "^16.13.1", | ||
"react-dnd-html5-backend": "^9.5.1", | ||
... | ... |