-
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": "csv-data-analyzer",
"version": "0.1.0",
"author": "Jhonny Guimarães",
"license": "reserved codeguima",
"contact": "jhonnycodedev@gmail.com",
"homepage": "https://codedevsocials.netlify.app/",
"repository": {
"type": "git",
"url": "https://github.com/codeguima/csv-data-analyzer"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@mui/icons-material": "^5.15.15",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"flowbite": "^2.3.0",
"framer-motion": "^12.23.24",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.546.0",
"next": "^14.2.3",
"react": "^18",
"react-animated-numbers": "^0.18.0",
"react-dom": "^18",
"react-icons": "^5.1.0",
"react-redux": "^9.1.2",
"react-type-animation": "^3.2.0",
"recharts": "^3.2.1",
"redux": "^5.0.1",
"resend": "^3.2.0",
"sharp": "^0.33.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"zustand": "^4.5.2",
"framer-motion": "^11.2.10",
"lucide-react": "^0.462.0",
"recharts": "^2.12.7"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}