-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.92 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
{
"type": "module",
"scripts": {
"latest": "pnpm up --latest",
"dev": "vite dev",
"check": "eslint",
"test": "vitest",
"build": "vite build --mode production",
"shadcn": "pnpm dlx shadcn-ui@latest add"
},
"dependencies": {
"@babel/core": "7.26.0",
"@emotion/babel-plugin": "11.13.5",
"@emotion/cache": "11.13.5",
"@emotion/css": "11.13.5",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@floating-ui/react": "0.26.28",
"@radix-ui/react-icons": "1.3.2",
"@react-spring/web": "9.7.5",
"@reduxjs/toolkit": "2.3.0",
"@tanstack/react-virtual": "3.10.9",
"@types/react-redux": "7.1.34",
"@use-gesture/react": "10.3.1",
"axios": "1.7.7",
"babel-plugin-twobj": "2.4.1",
"clsx": "2.1.1",
"cmdk": "1.0.4",
"date-fns": "4.1.0",
"ip-address": "10.0.1",
"mark.js": "8.11.1",
"qs": "6.13.1",
"react-colorful": "5.6.1",
"react-day-picker": "9.3.2",
"react-hook-form": "7.53.2",
"react-intl": "7.0.1",
"react-redux": "9.1.2",
"react-router": "7.0.1",
"redux": "5.0.1",
"redux-saga": "1.3.0",
"twobj": "2.6.0",
"zustand": "5.0.1"
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@rollup/plugin-yaml": "4.1.2",
"@types/mark.js": "8.11.12",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"cross-env": "7.0.3",
"eslint": "9.15.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"playwright": "1.49.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.27.4",
"rollup-plugin-license": "3.5.3",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"vite": "5.4.11",
"vite-plugin-svgr": "4.3.0",
"vite-plugin-tsconfig-paths": "1.4.1",
"vitest": "2.1.5"
}
}