-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.88 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.88 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "tools-page",
"version": "2.7.0",
"description": "Tools-page",
"main": "index.js",
"type": "module",
"scripts": {
"start": "run-p dev serve",
"dev": "cross-env NODE_ENV=development rollup -c --watch",
"serve": "node dev-server.js",
"build": "cross-env NODE_ENV=production rollup -c",
"lint": "eslint .",
"lint:fix": "eslint --fix src",
"ncu-vizabi": "ncu -u @vizabi/core @vizabi/shared-components @vizabi/reader-ddfservice @vizabi/reader-ddfcsv @vizabi/barrank @vizabi/bubblechart @vizabi/bubblechart-svg @vizabi/bubblemap @vizabi/linechart @vizabi/mountainchart @vizabi/popbyage @vizabi/spreadsheet @vizabi/extapimap @vizabi/combo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gapminder/tools-page.git"
},
"keywords": [],
"author": {
"name": "Gapminder Foundation",
"url": "https://www.gapminder.org",
"email": "info@gapminder.org"
},
"contributors": [
{
"name": "Angie",
"url": "https://github.com/angiehjort"
},
{
"name": "Jasper",
"url": "https://github.com/jheeffer"
},
{
"name": "Dima",
"url": "https://github.com/dab2000"
},
{
"name": "Ola",
"url": "https://github.com/olarosling"
}
],
"license": "CC-BY-4.0",
"dependencies": {
"@supabase/supabase-js": "2.90.1",
"@vizabi/barrank": "4.2.2",
"@vizabi/bubblechart": "5.5.4",
"@vizabi/bubblechart-svg": "4.6.2",
"@vizabi/bubblemap": "4.7.2",
"@vizabi/combo": "1.4.5",
"@vizabi/core": "1.37.2",
"@vizabi/extapimap": "5.7.2",
"@vizabi/linechart": "4.3.2",
"@vizabi/mountainchart": "7.6.1",
"@vizabi/popbyage": "5.3.2",
"@vizabi/reader-ddfcsv": "4.6.0",
"@vizabi/reader-ddfservice": "^2.6.1",
"@vizabi/reader-excel": "^1.0.0",
"@vizabi/shared-components": "1.58.0",
"@vizabi/spreadsheet": "4.4.4",
"d3": "^6.7.0",
"dom-to-image-more": "^3.7.1",
"mobx": "^5.15.7",
"urlon": "3.1.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-url": "^8.0.2",
"autoprefixer": "^10.4.21",
"cross-env": "^10.1.0",
"eslint": "^9.37.0",
"express": "^5.1.0",
"npm-run-all": "^4.1.5",
"postcss-url": "^10.1.3",
"rollup": "^4.52.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^3.0.1",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-external-globals": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-stylus-compiler": "^1.0.1",
"rollup-plugin-visualizer": "^6.0.4",
"stylus": "^0.64.0",
"google-maps": "^3.2.1",
"mapbox-gl": "^2.15.0",
"@deck.gl/core": "9.0.40",
"@deck.gl/layers": "9.0.40"
}
}