-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "kanban-task-management",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "cypress open",
"lint": "eslint . --ext .js,.tsx,.ts --fix"
},
"dependencies": {
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@gsap/react": "^2.0.2",
"@hello-pangea/dnd": "^16.0.1",
"@reduxjs/toolkit": "^1.9.0",
"@types/react": "^18.2.45",
"formik": "^2.2.9",
"framer-motion": "^7.6.7",
"gsap": "^3.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-icons": "^4.4.0",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.0",
"react-router-dom": "6",
"swiper": "^11.0.5",
"uuidv4": "^6.2.13",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"cypress": "^13.2.0",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^3.5.1"
}
}