pcf-start
Version:
This package contains a module for locally hosting PowerApps Component Framework (PCF) controls. See project homepage how to install.
117 lines (116 loc) • 3.61 kB
JSON
{
"name": "pcf-start",
"version": "1.42.1",
"description": "This package contains a module for locally hosting PowerApps Component Framework (PCF) controls. See project homepage how to install.",
"keywords": [
"PowerApps",
"PCF",
"Microsoft"
],
"main": "index.js",
"bin": "./bin/pcf-start.js",
"engines": {
"node": ">=16"
},
"scripts": {
"build": "gulp",
"pack": "gulp pack",
"devbuildpack": "gulp devbuildpack",
"clean": "gulp clean",
"test": "jest",
"coverage": "jest --coverage",
"show-coverage": "start ./test/coverage/lcov-report/index.html",
"lint": "node ../common/node_modules/eslint/bin/eslint.js",
"lint:fix": "npm run lint -- --fix",
"renew": "set npm_config_registry=https://registry.npmjs.org && npx vsts-npm-auth -config .npmrc -f -E 40320"
},
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://docs.microsoft.com/en-us/powerapps/developer/component-framework/create-custom-controls-using-pcf",
"dependencies": {
"applicationinsights": "^2.5.0",
"browser-sync": "^3.0.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@pcf/dependencies": "^1.6.2254-master",
"@pcf/host-typings": "^1.6.2254-master",
"@pcf/runtime": "^1.6.2254-master",
"@pcf/runtime-mocks": "^1.6.2254-master",
"@types/browser-sync": "^2.29.0",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.4",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.10",
"@types/node": "^18.19.31",
"@types/papaparse": "^4.5.9",
"@types/react": "^16.14.35",
"@types/react-dom": "^16.9.18",
"@types/semver": "^7.5.8",
"@types/uuid": "^8.3.0",
"@types/xml2js": "^0.4.14",
"@types/yargs": "^15.0.15",
"acorn": "^6.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.2",
"buffer": "^6.0.3",
"css-loader": "^7.1.2",
"del": "^6.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.15.7",
"enzyme-to-json": "^3.3.5",
"eslint-plugin-jest": "^28.9.0",
"fela": "11.4.0",
"fela-dom": "11.4.0",
"fs-extra": "^11.2.0",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "^4.17.21",
"ordered-read-streams": "^2.0.0",
"papaparse": "^5.4.0",
"path-browserify": "^1.0.1",
"pcf-scripts": "file:../pcf-scripts",
"process": "0.11.10",
"react": "16.14.0",
"react-accessible-accordion": "^3.0.0",
"react-dom": "16.14.0",
"react-fela": "11.4.0",
"react-test-renderer": "16.14.0",
"sass": "^1.86.0",
"sass-loader": "^16.0.5",
"semver": "^7.7.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.2",
"timers-browserify": "^2.0.12",
"ts-jest": "^29.1.2",
"ts-loader": "^9.4.2",
"typescript": "^5.7.3",
"uuid": "^8.3.2",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0",
"ws": "^8.11.0",
"xml2js": "^0.5.0"
},
"overrides": {
"browser-sync": {
"qs": "^6.2.4",
"socket.io": "^4.6.2"
},
"babel-loader": {
"loader-utils": "2.0.3"
},
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
}