-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.67 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
{
"name": "serenitech-app",
"version": "0.1.0",
"description": "",
"private": true,
"main": "next.config.js",
"license": "ISC",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"vercel-build": "next build"
},
"keywords": [
"nextjs",
"tailwindcss",
"free"
],
"author": "Jorge Valenzuela",
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@nextui-org/react": "^2.2.9",
"@nextui-org/table": "^2.0.28",
"@tailwindcss/aspect-ratio": "^0.4.2",
"apexcharts": "^3.46.0",
"boostrap": "^2.0.0",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.1",
"date-fns": "^3.3.1",
"firebase": "^10.8.0",
"framer-motion": "^11.0.5",
"i18next": "^23.9.0",
"i18next-browser-languagedetector": "^7.2.0",
"next-i18next": "^15.2.0",
"next-themes": "^0.2.1",
"next-translate": "^2.6.2",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-bootstrap": "^2.10.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-hook-form": "^7.43.9",
"react-i18next": "^14.0.5",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.0",
"react-slick": "^0.30.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.12.0",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"next": "^13.5.6",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}