-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.59 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
{
"name": "pokemon-calc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lingui:extract": "lingui extract --clean"
},
"dependencies": {
"@designbycode/tailwindcss-text-shadow": "^2.1.3",
"@lingui/core": "^4.11.4",
"@lingui/react": "^4.11.4",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-table": "^8.20.5",
"ahooks": "^3.8.1",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"color2k": "^2.0.3",
"d3": "^7.9.0",
"fast-tree-builder": "1.0.0-alpha.2",
"flexsearch": "^0.7.43",
"jotai": "^2.10.0",
"jotai-scope": "^0.7.2",
"json-edit-react": "^1.17.0",
"lucide-react": "^0.447.0",
"memoizee": "^0.4.17",
"mutative": "^1.0.11",
"negotiator": "^0.6.3",
"next": "14.2.14",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-lazy-load-image-component": "^1.6.2",
"react-textarea-autosize": "^8.5.3",
"react-type-animation": "^3.2.0",
"recharts": "^2.12.7",
"remeda": "^2.15.0",
"safe-stringify": "^1.1.1",
"sift": "^17.1.3",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"uqry": "^0.0.31",
"url-join": "^5.0.0",
"use-mutative": "^1.1.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@lingui/cli": "^4.11.4",
"@lingui/loader": "^4.11.4",
"@lingui/macro": "^4.11.4",
"@lingui/swc-plugin": "^4.0.8",
"@tanstack/eslint-plugin-query": "^5.59.1",
"@types/d3": "^7.4.3",
"@types/memoizee": "^0.4.11",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18",
"@types/react-lazy-load-image-component": "^1.6.4",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"graphqurl": "^1.0.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]",
"engines": {
"node": "^20 || ^22"
}
}