-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 3.66 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
{
"name": "toono-app",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Toono Developer Community Website",
"websiteName": "Toono Community",
"url": "https://toono-community.vercel.app",
"author": {
"name": "Kain Nhantumbo",
"email": "nhantumbok@gmail.com",
"portfolio": "https://codenut-dev.vercel.app",
"github": "https://github.com/KainNhantumbo",
"linkedin": "https://www.linkedin.com/in/kain-nhantumbo?locale=en_US",
"donate": "https://www.buymeacoffee.com/nhantumbokU"
},
"metadata": {
"name": "Toono",
"copyright_notice": "© 2023 Toono Community | All Rights Reserved."
},
"license": "Apache License Version 2.0",
"repository": "https://github.com/KainNhantumbo/toono-community-app.git",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"ts:lint": "tsc --noEmit -p ./tsconfig.json",
"es:lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "npx prettier --write \"**/*.{js,mjs,cjs,ts,mts,cts,jsx, tsx,json}\"",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@mdxeditor/editor": "^3.0.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.2.3",
"@remixicon/react": "^4.2.0",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-table": "^8.16.0",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/react-markdown-editor": "^6.1.1",
"axios": "^1.6.8",
"class-validator": "^0.14.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"compressorjs": "^1.2.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.28",
"hugeicons-react": "^0.2.0",
"lucide-react": "^0.368.0",
"marked": "^12.0.2",
"moment": "^2.30.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-intersection-observer": "^9.8.2",
"react-lazy-load-image-component": "^1.6.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.4.14",
"vite-tsconfig-paths": "^4.3.2"
}
}