-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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",
"refreshTypes": "pcf-scripts refreshTypes",
"lint": "eslint . --ext js,jsx,ts,tsx --fix"
},
"dependencies": {
"@fluentui/react": "^8.98.1",
"@fluentui/react-components": "^9.4.0",
"@types/powerapps-component-framework": "^1.3.4",
"@xstate/react": "^3.0.1",
"g": "^2.0.1",
"lint": "^1.1.2",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"xstate": "^4.33.6"
},
"devDependencies": {
"@types/node": "^16.4",
"@types/powerapps-component-framework": "^1.3.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.31.10",
"pcf-scripts": "^1",
"pcf-start": "^1",
"typescript": "^4.3"
}
}