-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 933 Bytes
/
package.json
File metadata and controls
32 lines (32 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
32
{
"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": {
"react": "^18",
"react-dom": "^18",
"@fluentui/react": "^8.115.3",
"moment": "^2.30.1",
"rc-time-picker": "^3.7.3"
},
"devDependencies": {
"@types/node": "^16.4",
"@types/powerapps-component-framework": "^1.3.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"pcf-scripts": "^1.30.2",
"pcf-start": "^1.30.2",
"clean-webpack-plugin": "^4.0.0",
"speed-measure-webpack-plugin": "^1.5.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.33.2",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0"
}
}