-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
package.json
79 lines (79 loc) · 2.25 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
{
"name": "@ourworldindata/grapher",
"version": "0.0.0",
"description": "OWID's data exploration and visualization library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.js",
"dist/index.css"
],
"directories": {
"lib": "src"
},
"scripts": {
"build": "tsup src/index.ts",
"buildTests": "tsc -p tsconfig.test.json",
"watch": "tsup src/index.ts --watch"
},
"keywords": [],
"author": "",
"dependencies": {
"@bugsnag/core": "^8.0.0",
"@bugsnag/js": "^8.0.0",
"@bugsnag/plugin-react": "^8.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ourworldindata/components": "workspace:^",
"@ourworldindata/core-table": "workspace:^",
"@ourworldindata/types": "workspace:^",
"@ourworldindata/utils": "workspace:^",
"@tippyjs/react": "^4.2.6",
"classnames": "^2.5.1",
"colorbrewer": "^1.3.0",
"d3": "^6.1.1",
"decko": "^1.2.0",
"expr-eval": "^2.0.2",
"fuzzysort": "^1.1.4",
"js-cookie": "^3.0.1",
"mobx": "^5.15.7",
"mobx-formatters": "^1.0.2",
"mobx-react": "5",
"mousetrap": "^1.6.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-toolkit": "^7.0.9",
"react-move": "^6.5.0",
"react-select": "^5.8.0",
"simple-statistics": "^7.3.2",
"topojson-client": "^3.1.0",
"ts-pattern": "^5.0.5",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@types/colorbrewer": "^1.0.29",
"@types/d3": "^6",
"@types/d3-format": "^2",
"@types/enzyme": "^3.10.12",
"@types/jest": "^29.5.5",
"@types/js-cookie": "^3.0.2",
"@types/mousetrap": "^1.6.9",
"@types/react": "^17.0.69",
"@types/react-dom": "^17.0.22",
"@types/topojson-client": "^3.1.1",
"@types/url-parse": "^1.4.8",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"enzyme": "^3.11.0",
"esbuild": "^0.21.5",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tsup": "^8.1.0",
"typescript": "~5.7.2"
},
"license": "MIT"
}