-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "pcf-editable-table",
"version": "1.0.0",
"description": "Editable Grid with create, delete, save and refresh functionalities. New records are created as a new line in the grid.",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start",
"refreshTypes": "pcf-scripts refreshTypes"
},
"dependencies": {
"@fluentui/react": "^8.94.1",
"@reduxjs/toolkit": "^1.9.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^8.0.4"
},
"devDependencies": {
"@microsoft/eslint-plugin-power-apps": "^0.2.6",
"@types/node": "^16.4.10",
"@types/powerapps-component-framework": "^1.3.0",
"@types/react": "^16.8",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^7.32.0",
"eslint-config-bever": "^1.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.29.3",
"pcf-scripts": "^1",
"pcf-start": "^1",
"typescript": "^4.3"
}
}