-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
105 lines (105 loc) · 3.4 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
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
96
97
98
99
100
101
102
103
104
105
{
"name": "tools-page",
"version": "1.0.0",
"description": "Tools-page",
"main": "index.js",
"scripts": {
"all": "node all.js",
"start": "npm run dev",
"build": "cross-env NODE_ENV=development rollup -c",
"build:prod:stage": "cross-env NODE_ENV=production STAGE=stage rollup -c",
"build:prod": "cross-env NODE_ENV=production rollup -c",
"dev": "NODE_ENV=devserver rollup -c --watch",
"prod": "cross-env NODE_ENV=production rollup -c && ./node_modules/.bin/http-server build -p 4200",
"eslint:fix": "./node_modules/.bin/eslint --fix src",
"ncu-vizabi": "ncu -u @vizabi/core @vizabi/shared-components @vizabi/reader-ddfservice @vizabi/reader-ddfcsv @vizabi/barrank @vizabi/bubblechart @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": "[email protected]"
},
"contributors": [
{
"name": "Angie",
"url": "https://github.com/angieskazka"
},
{
"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": {
"core-js": "^3.28.0",
"d3": "^6.7.0",
"font-awesome": "^4.7.0",
"mobx": "^5.15.7",
"urlon": "3.1.0",
"@gapminder/tools-page-chart-configs": "4.0.1",
"@vizabi/barrank": "4.0.1",
"@vizabi/bubblechart": "4.1.6",
"@vizabi/bubblemap": "4.4.3",
"@vizabi/reader-ddfcsv": "4.5.1",
"@vizabi/reader-ddfservice": "^2.3.0",
"@vizabi/linechart": "4.0.0",
"@vizabi/popbyage": "5.0.3",
"@vizabi/mountainchart": "7.3.12",
"@vizabi/core": "1.32.1",
"@vizabi/shared-components": "1.43.2",
"@vizabi/spreadsheet": "4.0.1",
"@vizabi/combo": "1.1.3",
"@vizabi/extapimap": "4.4.4"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-eslint": "^9.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-url": "^8.0.1",
"@rollup/plugin-virtual": "^3.0.1",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"http-server": "14.1.1",
"postcss-url": "^10.1.3",
"poststylus": "^1.0.1",
"regenerator-runtime": "0.13.11",
"rollup": "^2.75.7",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-glob-import": "^0.5.0",
"rollup-plugin-html2": "^2.0.0",
"rollup-plugin-iife": "^0.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-shell": "^1.0.9",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-stylus-compiler": "^1.0.1",
"rollup-plugin-visualizer": "^5.9.0",
"shelljs": "^0.8.5",
"stylus": ">=0.59.0"
}
}