-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.01 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
{
"name": "@datawheel/data-explorer",
"version": "0.3.15",
"main": "./dist/main.mjs",
"types": "./dist/main.d.mts",
"files": [
"dist",
"README.md"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsup",
"dev": "vite serve",
"preview": "vite preview",
"static": "vite build --mode staging"
},
"dependencies": {
"@datawheel/use-translation": "^0.2.0",
"@reactour/tour": "^3.7.0",
"@reduxjs/toolkit": "^1.9.3",
"@tabler/icons-react": "^2.7.0",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.24",
"@types/node": "^20.14.2",
"d3plus-format": "^1.1.0",
"esbuild-css-modules-plugin": "^3.1.0",
"form-urldecoded": "^1.2.0",
"form-urlencoded": "^6.0.0",
"hash-css-selector": "^1.0.0",
"iso-639-1": "^2.1.0",
"lodash.debounce": "^4.0.8",
"mantine-react-table": "^1.3.0",
"match-sorter": "^6.3.4",
"postcss-modules": "^6.0.0",
"react-redux": "^7.0.0",
"react-viewport-list": "^3.0.0",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"yn": "^5.0.0"
},
"peerDependencies": {
"@datawheel/vizbuilder": "^0.6.0-rc.4",
"@emotion/react": "^11.0.0",
"@mantine/core": "^6.0.0",
"@mantine/dates": "^6.0.0",
"@mantine/hooks": "^6.0.0",
"@mantine/prism": "^6.0.0",
"d3plus-react": "^1.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@emotion/react": "^11.10.0",
"@mantine/core": "^6.0.7",
"@mantine/dates": "^6.0.7",
"@mantine/hooks": "^6.0.7",
"@mantine/prism": "^6.0.7",
"@tabler/icons-react": "^3.5.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"d3plus-react": "^1.0.0",
"normalize.css": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.0",
"redux": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.0.0",
"wrangler": "^3.59.0"
}
}