forked from MaTeMaTuK/pcf-universal-gantt-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
34
{
"name": "pcf-universal-gantt-chart",
"version": "1.0.1",
"author": "MaTeMaTuK <[email protected]>",
"description": "Project containing your PowerApps Component Framework (PCF) control.",
"license": "GPLv3",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start"
},
"dependencies": {
"@ant-design/colors": "^4.0.5",
"@types/node": "^10.12.18",
"@types/powerapps-component-framework": "^1.2.3",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"gantt-task-react": "^0.1.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"pcf-scripts": "^1",
"pcf-start": "^1"
},
"keywords": [
"gantt",
"chart",
"svg",
"grid",
"task"
]
}