-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 941 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": "@colabo-manager/f-gantt",
"version": "0.3.1",
"description": "Component for creating gantt charts out of google sheets",
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Cha-OS/colabo"
},
"scripts": {
"build": "tsc"
},
"main": "dist/index.js",
"module": "dist/index.js",
"dependencies": {
"@types/d3": "^7.4.0",
"@types/gapi": "^0.0.43",
"@types/gapi.auth2": "^0.0.56",
"@types/gapi.client.sheets": "^4.0.20201030",
"@types/google.accounts": "^0.0.2",
"@types/google.visualization": "^0.0.68",
"billboard.js": "^1.6.2",
"d3": "^5.7.0",
"gapi": "^0.0.3",
"googleapis": "^109.0.1",
"moment": "^2.22.2"
},
"peerDependenciesLocal": {},
"devDependencies": {}
}