-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 923 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
{
"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",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start",
"build-prod": "pcf-scripts build --buildMode production"
},
"dependencies": {
"@fluentui/react": "^8.117.2",
"@microsoft/eslint-plugin-power-apps": "^0.2.33",
"@types/node": "^10.17.55",
"@types/powerapps-component-framework": "^1.3.11",
"@types/react": "^18.2.74",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"document-register-element": "^1.14.10",
"multiselect-react-dropdown": "^2.0.25",
"ng-multiselect-dropdown": "^1.0.0",
"react": "^18.2.0"
},
"devDependencies": {
"pcf-scripts": "^1.5.5",
"pcf-start": "^1.5.5"
}
}