-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 836 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
{
"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"
},
"dependencies": {
"@fluentui/web-components": "^2.3.1",
"@types/node": "^10.12.18",
"@types/powerapps-component-framework": "^1.2.0",
"@types/source-map": "^0.5.2",
"jquery": "^3.6.0",
"react": "^16.8.4",
"react-icons": "^4.4.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@types/jquery": "^3.5.13",
"pcf-scripts": "^1",
"pcf-start": "^1",
"source-map": "^0.7.3",
"typescript": "^4.5.4"
}
}