chakra-ui-file-picker
Version:
Chakra UI File Picker
53 lines (52 loc) • 1.58 kB
JSON
{
"name": "chakra-ui-file-picker",
"version": "0.3.0",
"description": "Chakra UI File Picker",
"readme": "README.md",
"repository": "https://github.com/PedroDBFlores/chakra-ui-file-picker",
"main": "lib/file-picker.js",
"scripts": {
"build": "npx rimraf ./lib && tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint ./src ./tests --ext .ts,.tsx --fix",
"prepublish": "npm run build"
},
"keywords": [
"chakra-ui",
"file",
"picker"
],
"author": "Pedro Flores",
"license": "MIT",
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"framer-motion": "^7.3.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-testing-library": "^5.7.0",
"@faker-js/faker": "^7.5.0",
"jest": "^29.0.3",
"jest-util": "^29.0.3",
"jest-environment-jsdom": "29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.1",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}