-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.89 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
{
"name": "fochus",
"version": "1.1.2",
"description": "Kişisel üretkenlik uygulaması - Not alma, görev yönetimi ve haftalık planlama",
"scripts": {
"setup": "node setup.js",
"start": "concurrently --names backend,frontend --prefix-colors blue,green \"cd backend && npm run dev\" \"vite\"",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 150"
},
"keywords": [
"react",
"typescript",
"productivity",
"notes",
"tasks"
],
"author": "Eren Çakar",
"license": "MIT",
"type": "module",
"overrides": {
"eslint-plugin-react": {
"eslint": "$eslint"
}
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.0",
"@types/dompurify": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.4",
"@vitejs/plugin-react": "^6.0.0",
"autoprefixer": "^10.5.0",
"concurrently": "^9.1.2",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.12",
"vitest": "^4.1.5"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@tanstack/react-query": "^5.100.9",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"i18next": "^26.1.0",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^1.14.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.7"
}
}