-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 961 Bytes
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
{
"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"
},
"dependencies": {
"@azure/ai-text-analytics": "^1.0.0-preview.5",
"@types/node": "^10.17.24",
"@types/powerapps-component-framework": "^1.2.3",
"autoprefixer": "^9.8.0",
"css-loader": "^3.5.3",
"extract-loader": "^5.1.0",
"file-loader": "^6.0.0",
"ibm-watson": "^5.5.0",
"postcss-cli": "^6.1.3",
"postcss-loader": "^3.0.0",
"ste-core": "^1.6.11",
"ste-events": "^1.6.11",
"ste-simple-events": "^1.6.11",
"strongly-typed-events": "^1.6.11"
},
"devDependencies": {
"pcf-scripts": "^0.4.3",
"pcf-start": "^0.4.3",
"sass": "^1.26.7",
"sass-loader": "^7.3.1",
"webpack": "^4.43.0"
}
}