-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.76 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.76 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
{
"name": "timer",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"clean:modules": "rmdir /s /q node_modules && rmdir /s /q node_modules\\.vite && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LexaFrontDev/TaskFlow.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LexaFrontDev/TaskFlow/issues"
},
"homepage": "https://github.com/LexaFrontDev/TaskFlow#readme",
"description": "",
"devDependencies": {
"@babel/core": "^7.27.7",
"@babel/preset-react": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@tailwindcss/postcss": "^4.1.12",
"@types/axios": "^0.9.36",
"@types/react": "^19.1.8",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.8.3",
"vite": "^7.0.0"
},
"dependencies": {
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@tailwindcss/vite": "^4.1.12",
"axios": "^1.11.0",
"bootstrap": "^5.3.7",
"date-fns": "^4.1.0",
"i18next": "^25.3.1",
"idb": "^8.0.3",
"react-calendar": "^6.0.0",
"react-datepicker": "^8.7.0",
"react-i18next": "^15.6.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.3",
"react-router-dom": "^7.6.2",
"react-toastify": "^11.0.5"
}
}