@formsort/react-embed
Advanced tools
{ | ||
"name": "@formsort/react-embed", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"description": "Embed formsort flows in react components", | ||
@@ -13,4 +13,4 @@ "main": "lib/index.js", | ||
"test": "jest --config jestconfig.json", | ||
"format": "tslint --fix -p tsconfig.json", | ||
"lint": "tslint -p tsconfig.json", | ||
"format": "eslint -c .eslintrc.js --ext .ts,.tsx src --fix", | ||
"lint": "eslint -c .eslintrc.js --ext .ts,.tsx src", | ||
"prepare": "npm run build", | ||
@@ -34,3 +34,3 @@ "prepublishOnly": "npm test && npm run lint", | ||
], | ||
"author": "Ali Kirecligol <alikirecligol@gmail.com>", | ||
"author": "Ali Kirecligol <ali@formsort.com>", | ||
"license": "ISC", | ||
@@ -42,13 +42,18 @@ "bugs": { | ||
"devDependencies": { | ||
"@formsort/eslint-config": "^1.1.0", | ||
"@testing-library/react": "^10.0.1", | ||
"@types/jest": "^25.1.4", | ||
"@types/react": "^16.9.23", | ||
"jest": "^25.1.0", | ||
"prettier": "^1.19.1", | ||
"@typescript-eslint/eslint-plugin": "^2.32.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsdoc": "^24.0.6", | ||
"eslint-plugin-prefer-arrow": "^1.2.1", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.19.0", | ||
"jest": "^25.5.4", | ||
"prettier": "^2.0.5", | ||
"react": "^16.13.0", | ||
"react-dom": "^16.13.0", | ||
"ts-jest": "^25.2.1", | ||
"tslint": "^6.1.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-plugin-prettier": "^2.2.0", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "^3.8.3" | ||
@@ -61,3 +66,4 @@ }, | ||
"react": "^16.13.0" | ||
} | ||
}, | ||
"gitHead": "bc227408132befc4c5ff4f589660624128684233" | ||
} |
6320
5.19%17
41.67%