-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 933 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@microsoft/eslint-plugin-power-apps": "^0.2.51",
"@types/node": "^18.19.86",
"@types/powerapps-component-framework": "^1.3.16",
"@types/react-dom": "^19.2.3",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.15.0",
"pcf-scripts": "^1",
"pcf-start": "^1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0"
},
"dependencies": {
"@fluentui/react": "^8.125.3"
}
}