@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
77 lines (76 loc) • 2.5 kB
JSON
{
"name": "@mikezimm/fps-library-v2",
"version": "2.1.170",
"description": "Library of reusable typescript/javascript functions, interfaces and constants",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"generate": "ts-node generate-version.ts",
"prebuild": "ts-node generate-version.ts",
"build": "del-cli \"./?(dist|lib)\" && tsc -p ./tsconfig.json && webpack",
"prod": "del-cli \"./?(dist|lib)\" && tsc -p ./tsconfig.json && webpack --mode production",
"package": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --config ./webpack.config.cjs",
"clean": "del-cli \"./?(dist|lib)\"",
"lint": "eslint ./src --ext .ts",
"z-publish": "echo \"! ! ! ! ! ! ! ! !\" && echo. && echo. && echo \"PLEASE PUSH YOUR COMMIT IN GITHUB DESKTOP!\" && echo. && echo. && timeout /t 16",
"version": "ts-node generate-version.ts npm run z-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikezimm/fps-library-v2.git"
},
"keywords": [
"SPFx",
"functions"
],
"author": "Mike Zimmerman",
"bugs": {
"url": "https://github.com/mikezimm/fps-library-v2/issues"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"files": [
"/lib"
],
"dependencies": {
"@fluentui/react": "^7.199.1",
"@microlink/react-json-view": "^1.24.0",
"@mikezimm/fps-core-v7": "1.0.156",
"@mikezimm/fps-styles": "1.0.100",
"@monaco-editor/loader": "^1.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"@microsoft/sp-property-pane": "1.15.2 || 1.17.3 || 1.20.0 || 1.22.1",
"@microsoft/sp-webpart-base": "1.15.2 || 1.17.3 || 1.20.0 || 1.22.1"
},
"devDependencies": {
"@microsoft/sp-property-pane": "1.20.0",
"@microsoft/sp-webpart-base": "1.20.0",
"@types/node": "^14.17.6",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"del-cli": "^5.0.0",
"eslint": "^8.23.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0"
}
}