-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.51 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.51 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
{
"name": "taskflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@testing-library/jest-dom": "^6.6.3",
"chakra": "^0.0.3",
"firebase": "^10.9.0",
"firebase-admin": "^12.7.0",
"framer-motion": "^11.3.31",
"jest": "^29.7.0",
"jest-dom": "^4.0.0",
"jest-fetch-mock": "^3.0.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"material-icons": "^1.13.12",
"moment": "^2.30.1",
"next": "^15.0.1",
"next-themes": "^0.4.3",
"prop-types": "^15.8.1",
"react": "^18",
"react-avatar": "^5.0.3",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"recharts": "^2.13.3",
"skeleton": "^0.1.2",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}