-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.1 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.1 KB
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
{
"name": "watch-this-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"contributes": [
"ArielBetti <ariel.betti@gmail.com>",
"joaom00 <joaom00.dev@gmail.com>",
"lucasvsouza28 <lucasvsouza28@gmail.com>"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --max-warnings=0 src"
},
"dependencies": {
"@dicebear/adventurer-neutral": "^4.10.7",
"@dicebear/avatars": "^4.10.7",
"@heroicons/react": "^2.0.13",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-toggle": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"axios": "^1.2.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-router": "^6.6.1",
"react-router-dom": "^6.6.1",
"react-use-draggable-scroll": "^0.4.7",
"recoil": "^0.7.6",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^9.0.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.9",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}