-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
74 lines (74 loc) · 2.13 KB
/
package.json
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
70
71
72
73
74
{
"name": "task-pro",
"author": "Creamy Sharks",
"description": "TaskPro - The ultimate task manager born from a 10-month Fullstack Development Bootcamp. Manage tasks effortlessly, similar to Trello, showcasing expertise in robust and feature-rich web applications.",
"license": "MIT",
"private": true,
"keywords": [
"task manager",
"Fullstack Development Bootcamp",
"web application",
"Trello",
"productivity",
"frontend",
"backend",
"react",
"nodejs",
"fullstack",
"taskpro"
],
"version": "0.0.0",
"type": "module",
"homepage": "http://Alexandrbig1.github.io/task-pro",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/joy": "^5.0.0-beta.14",
"@mui/material": "^5.15.9",
"@reduxjs/toolkit": "^2.1.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"firebase": "^10.8.0",
"formik": "^2.4.5",
"gh-pages": "^6.1.1",
"immer": "^10.0.3",
"modern-normalize": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^6.1.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"react-read-more-read-less": "^1.0.7",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-toastify": "^10.0.4",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"styled-components": "^6.1.8",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8"
}
}