-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "zapit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"chart.js": "^4.2.1",
"daisyui": "^2.51.4",
"dotenv": "^16.0.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.3.1",
"next": "13.2.4",
"react": "18.2.0",
"react-alice-carousel": "^2.7.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-select": "^5.7.0",
"react-slick": "^0.29.0",
"react-sparklines": "^1.7.0",
"react-tooltip": "^5.10.0",
"slick-carousel": "^1.8.1",
"swiper": "^9.2.0",
"typescript": "4.9.5",
"vercel": "^28.17.0"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"@types/react-sparklines": "^1.7.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}