-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
49 lines (49 loc) · 1.55 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
44
45
46
47
48
49
{
"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 ProgressIndicator --ext .ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"test": "jest --collectCoverage"
},
"dependencies": {
"@fluentui/react": "8.29.0",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@fluentui/jest-serializer-merge-styles": "^8.0.17",
"@types/enzyme": "^3.10.11",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^27.4.0",
"@types/node": "^18.8.2",
"@types/powerapps-component-framework": "^1.3.1",
"@types/react": "^16.9.42",
"@types/react-dom": "17.0.11",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-sonarjs": "^0.13.0",
"jest": "^27.4.7",
"pcf-scripts": "^1",
"pcf-start": "^1",
"prettier": "^3.2.5",
"react-test-renderer": "16.8.6",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}