pzl-react-reusable-components
Version:
52 lines (51 loc) • 1.3 kB
JSON
{
"name": "pzl-react-reusable-components",
"version": "0.3.5-2",
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch",
"prepublish": "npm run build",
"postversion": "npm run build && npm publish",
"commit": "sexy-commits"
},
"dependencies": {
"@fluentui/react": "8.97.0",
"@fluentui/react-components": "9.37.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "8.0.3",
"underscore": "1.13.6"
},
"devDependencies": {
"@types/es6-promise": "0.0.33",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "2.30.0",
"@typescript-eslint/parser": "2.30.0",
"eslint": "6.8.0",
"eslint-plugin-react": "7.19.0",
"typescript": "4.2.3"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Puzzlepart/react-reusable-components.git"
},
"keywords": [
"react",
"components",
"office-ui-fabric"
],
"author": "Puzzlepart",
"license": "ISC",
"bugs": {
"url": "https://github.com/Puzzlepart/react-reusable-components/issues"
},
"homepage": "https://github.com/Puzzlepart/react-reusable-components#readme"
}