@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
45 lines (44 loc) • 1.26 kB
JSON
{
"name": "@mikezimm/npmfunctions",
"version": "2.1.92",
"description": "Functions used in my SPFx webparts",
"main": "dist/index",
"types": "dist/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikezimm/npmFunctions.git"
},
"keywords": [
"SPFx",
"functions"
],
"author": "Mike Zimmerman",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikezimm/npmFunctions/issues"
},
"homepage": "https://github.com/mikezimm/npmFunctions#readme",
"dependencies": {
"@pnp/spfx-controls-react": "3.9.0",
"gulp": "^4.0.2",
"react": "^17.0.1",
"react-json-view": "^1.21.3"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/react": "^18.0.17",
"@types/webpack-env": "^1.16.4",
"prettier": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
}
}