-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.36 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@vizabi/spreadsheet",
"version": "4.0.1",
"description": "Spreadsheet tool for Vizabi",
"scripts": {
"prepublishOnly": "npm run build",
"link": "npm link ../shared-components",
"start": "rollup -c",
"build": "cross-env NODE_ENV=production rollup -c",
"deploy": "tool-deploy"
},
"main": "build/spreadsheet.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vizabi/spreadsheet.git"
},
"author": {
"name": "Gapminder Foundation",
"url": "https://www.gapminder.org",
"email": "info@gapminder.org"
},
"contributors": [
{
"name": "Angie",
"url": "https://github.com/angieskazka"
},
{
"name": "Jasper",
"url": "https://github.com/jheeffer"
},
{
"name": "Dima",
"url": "https://github.com/dab2000"
}
],
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vizabi/spreadsheet/issues"
},
"homepage": "https://github.com/vizabi/spreadsheet#readme",
"peerDependencies": {
"@vizabi/shared-components": "*",
"d3": "^6.7.0",
"mobx": "^5.15.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"css.escape": "^1.5.1",
"vizabi-tool-bundler": "^1.3.2"
},
"dependencies": {
"xlsx": "^0.17.0",
"file-saver": "^1.3.3"
}
}