-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
{
"name": "dropzone-pcf",
"version": "1.5.0",
"description": "Dropzone PCF control to append files to related notes",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"lint": "pcf-scripts lint",
"lint:fix": "pcf-scripts lint fix",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start",
"start:watch": "pcf-scripts start watch",
"refreshTypes": "pcf-scripts refreshTypes"
},
"dependencies": {
"@fluentui/react": "^8.29.0",
"@types/xrm": "^9.0.81",
"@uifabric/file-type-icons": "^7.10.11",
"babel-runtime": "^6.26.0",
"dropzone": "^6.0.0-beta.2",
"i": "^0.3.7",
"npm": "^10.8.1",
"process": "^0.11.10",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-file-icon": "^1.4.0",
"react-hot-toast": "^2.4.1",
"react-image": "^4.1.0",
"react-tippy": "^1.4.0",
"url": "^0.11.3",
"util": "^0.12.5",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@microsoft/eslint-plugin-power-apps": "^0.2.33",
"@types/dropzone": "^5.7.8",
"@types/node": "^18.19.31",
"@types/powerapps-component-framework": "^1.3.11",
"@types/react": "^16.14.60",
"@types/react-dom": "^16.9.24",
"@types/react-file-icon": "^1.0.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"pcf-scripts": "^1",
"pcf-start": "^1",
"react": "^17.0.2",
"style-loader": "^4.0.0",
"typescript": "^4.9.5"
}
}