-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 912 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 912 Bytes
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
{
"name": "frontend-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@headlessui/react": "^1.6.3",
"@heroicons/react": "^1.0.6",
"@popperjs/core": "^2.11.5",
"aos": "^3.0.0-beta.6",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-pdf": "^5.7.2",
"react-rating-stars-component": "^2.2.0",
"react-to-print": "^2.14.7",
"sweetalert2": "^11.4.19",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}