init commit
This commit is contained in:
29
bin/pac/tools/templates/pcf/package.json
Normal file
29
bin/pac/tools/templates/pcf/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "pcf-project",
|
||||
"version": "1.0.0",
|
||||
"description": "Project containing your PowerApps Component Framework (PCF) control.",
|
||||
"scripts": {
|
||||
"build": "pcf-scripts build",
|
||||
"clean": "pcf-scripts clean",
|
||||
"lint": "pcf-scripts lint",
|
||||
"lint:fix": "pcf-scripts lint fix",
|
||||
"rebuild": "pcf-scripts rebuild",
|
||||
"start": "pcf-scripts start",
|
||||
"start:watch": "pcf-scripts start watch",
|
||||
"refreshTypes": "pcf-scripts refreshTypes"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/eslint-plugin-power-apps": "^0.2.51",
|
||||
"@types/node": "^18.19.54",
|
||||
"@types/powerapps-component-framework": "^1.3.15",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-promise": "^7.1.0",
|
||||
"pcf-scripts": "^1",
|
||||
"pcf-start": "^1",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user