-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
110 lines (110 loc) · 3.24 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "filedime",
"version": "0.9.7",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"start": "next start",
"build": "next build",
"postbuild": "next-sitemap",
"dev": "next dev",
"lint": "next lint",
"export": "next export"
},
"author": "visnkmr",
"license": "MIT",
"devDependencies": {
"@radix-ui/react-popover": "1.0.7",
"@swc/core": "^1.7.26",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-table": "^8.20.5",
"@tauri-apps/cli": "^1.6.2",
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.17.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.take": "^4.1.9",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-virtualized": "^9.21.30",
"@types/simple-peer": "^9.11.8",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clean-css": "^5.3.3",
"clsx": "^2.1.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"dependency-cruiser": "^15.5.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.take": "^4.1.1",
"lucide-react": "^0.295.0",
"luxon": "^3.5.0",
"next": "^14.2.13",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"react-text-transition": "^3.1.0",
"react-virtualized": "^9.22.5",
"swr": "^2.2.5",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.6.2",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"rehype-highlight": "^6.0.0",
"react-markdown": "^8.0.7",
"use-debounce": "^9.0.4",
"mermaid": "^10.9.1"
},
"sideEffects": false,
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@next/bundle-analyzer": "^14.2.13",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tauri-apps/api": "^1.6.0",
"class-variance-authority": "^0.7.0",
"fastest-levenshtein": "^1.0.16",
"fuse.js": "^7.0.0",
"html-react-parser": "^5.1.16",
"js-file-download": "^0.4.12",
"next-optimized-images": "3.0.0-canary.10",
"next-pwa": "^5.6.0",
"react-fast-marquee": "^1.6.5",
"react-hooks-global-state": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-lazy-load-image-component": "^1.6.2",
"react-resizable-panels": "^1.0.10",
"react-toastify": "^9.1.3",
"react-wrap-balancer": "^1.1.1",
"react-zoom-pan-pinch": "^3.6.1",
"simple-peer": "^9.11.1",
"toast-notification-js": "^1.1.0",
"sharp": "0.30.7"
},
"resolutions": {
"sharp": "0.30.7"
},
"postinstall": "npm dedupe"
}