-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
42
43
{
"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": {
"@fluentui/react": "^7.116.1",
"@types/google-libphonenumber": "^7.4.19",
"@types/node": "^10.12.18",
"@types/powerapps-component-framework": "^1.2.0",
"@types/xrm": "^9.0.28",
"google-libphonenumber": "^3.2.10",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ste-events": "^1.6.16"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-deprecation": "^1.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1",
"jest-environment-jsdom-fourteen": "^1.0.1",
"pcf-scripts": "^1.3.1",
"pcf-start": "^1.3.1",
"prettier": "2.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.9.7"
}
}