-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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
42
43
44
45
46
{
"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",
"lint": "eslint ./**/*.ts --fix"
},
"dependencies": {
"@fluentui/react": "^7.155.2",
"@pnp/sp": "^2.0.13",
"@types/node": "^10.17.49",
"@types/powerapps-component-framework": "^1.2.0",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/xrm": "^9.0.33",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"moment": "^2.29.1",
"msal": "^1.4.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.2.4",
"ste-events": "^1.7.3"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-deprecation": "^1.2.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.3",
"jest-environment-jsdom-fourteen": "^1.0.1",
"pcf-scripts": "^1.4.4",
"pcf-start": "^1.4.4",
"prettier": "2.0.5",
"ts-jest": "^26.4.4",
"typescript": "^3.9.7"
}
}