-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "think-write",
"homepage": "parrottjrs.github.io/think-write",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/colors": "^1.0.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"dompurify": "^3.0.4",
"flowbite-react": "^0.5.0",
"localforage": "^1.10.0",
"lucide-react": "^0.262.0",
"match-sorter": "^6.3.1",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-calendar": "^4.2.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-quill": "^2.0.0",
"react-router-dom": "^6.11.2",
"sort-by": "^1.2.0",
"tailwindcss": "^3.3.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite": "^4.3.9"
}
}