-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 978 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
35
36
37
38
39
40
41
{
"name": "table-grid",
"version": "1.0.0",
"description": "Lightweight table grid component",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git@github.com:giorgi-ghviniashvili/table-grid.git"
},
"keywords": [
"js-template",
"chart-template",
"npm-lib"
],
"author": "Giorgi Ghviniashvili",
"license": "ISC",
"bugs": {
"url": "https://github.com/giorgi-ghviniashvili/table-grid/issues"
},
"homepage": "https://github.com/giorgi-ghviniashvili/table-grid#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"d3": "^7.0.1",
"tippy.js": "^6.3.7"
},
"files": [
"dist"
]
}