-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
{
"name": "tasksflow",
"private": true,
"version": "1.0.0",
"type": "module",
"license": "MIT",
"description": "Tasks Flow es un proyecto de gestión de tareas que permite a los usuarios crear, organizar y realizar un seguimiento de sus tareas de manera eficiente. Con una interfaz intuitiva y fácil de usar, Tasks Flow ayuda a los usuarios a maximizar su productividad y mantenerse organizados en su vida diaria.",
"author": {
"name": "AnderCMD",
"email": "andercmd@outlook.com",
"url": "https://andercmd.dev"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.7",
"@reduxjs/toolkit": "2.6.1",
"@tailwindcss/vite": "4.0.13",
"framer-motion": "^12.5.0",
"prop-types": "15.8.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0",
"tailwindcss": "4.0.13"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.21.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.15.0",
"vite": "6.4.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"esbuild"
]
}
}