-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 906 Bytes
/
package.json
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
{
"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",
"start watch": "pcf-scripts start watch"
},
"dependencies": {
"@devexpress/dx-react-core": "^2.7.4",
"@devexpress/dx-react-grid": "^2.7.4",
"@devexpress/dx-react-grid-material-ui": "^2.7.4",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.20",
"@material-ui/styles": "^4.11.3",
"@types/node": "^10.12.18",
"@types/powerapps-component-framework": "^1.2.0",
"office-ui-fabric-react": "^7.161.0",
"react-data-grid": "^7.0.0-canary.36"
},
"devDependencies": {
"pcf-scripts": "^1",
"pcf-start": "^1"
}
}