forked from ramarao9/AttachmentUploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 971 Bytes
/
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
{
"name": "attachmentupload",
"version": "1.0.3",
"description": "Easily upload attachment for Email and Notes",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4"
},
"devDependencies": {
"@types/node": "^16.4",
"@types/powerapps-component-framework": "^1.3.4",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"pcf-scripts": "^1",
"pcf-start": "^1",
"typescript": "^4.3"
}
}