-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 969 Bytes
/
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
{
"name": "frelein-radio-web-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.6.8",
"browser-crypto": "^2.1.0",
"chart.js": "^4.4.2",
"dotenv": "^16.4.5",
"flowbite-react": "^0.9.0",
"jsdoc": "^4.0.2",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.0",
"moment": "^2.30.1",
"next": "14.2.3",
"next-seo": "^6.5.0",
"nextjs-progressbar": "^0.0.16",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"sweetalert": "^2.1.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^9",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}