-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.54 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
{
"name": "rootrack",
"description": "Rootrack is a React app designed to help Roobet users track and visualize their wins and losses, filling the gap left by Roobet’s lack of this functionality.",
"private": true,
"version": "1.0.0",
"license": "MIT",
"author": "Deniz Petzold",
"type": "module",
"homepage": "https://www.rootrack.me",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/gabarito": "^5.2.8",
"@splinetool/react-spline": "^4.1.0",
"date-fns": "^4.1.0",
"firebase": "^12.12.0",
"flowbite": "^4.0.1",
"flowbite-react": "^0.12.17",
"framer-motion": "^12.38.0",
"html-to-image": "^1.11.13",
"react": "^19.2.5",
"react-countup": "^6.5.3",
"react-dom": "^19.2.5",
"react-dropzone": "^15.0.0",
"react-grid-layout": "^2.2.3",
"react-icons": "^5.6.0",
"react-router-dom": "^7.14.1",
"recharts": "^3.8.1"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-grid-layout": "^2.1.0",
"@vitejs/plugin-react-swc": "^4.3.0",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.8"
}
}