-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.1 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
{
"name": "destiny-refs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"gen-json-schema:win": "./gen-schemas.bat",
"gen-json-schema:unix": "./gen-schemas.sh",
"serve": "serve -s dist",
"tsc": "tsc --build",
"husky:install": "husky"
},
"dependencies": {
"@fontsource/bebas-neue": "^5.1.0",
"@mantine/charts": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/dates": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/modals": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@phosphor-icons/react": "^2.1.7",
"@tanstack/query-sync-storage-persister": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-query-persist-client": "^5.60.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lodash.groupby": "^4.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-responsive-masonry": "^2.4.1",
"react-router-dom": "^6.27.0",
"recharts": "2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@redux-devtools/extension": "^3.3.0",
"@types/lodash.groupby": "^4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-responsive-masonry": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"husky": "^9.1.6",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"sass-embedded": "^1.80.6",
"serve": "^14.2.3",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"wrangler": "^3.86.0"
},
"packageManager": "[email protected]"
}