-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 997 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 997 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
38
{
"name": "fresh-market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.8.4",
"cookies-next": "^5.1.0",
"datatables.net": "^2.2.2",
"datatables.net-dt": "^2.2.2",
"datatables.net-react": "^1.0.0",
"datatables.net-responsive": "^3.0.4",
"datatables.net-responsive-dt": "^3.0.4",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"next": "^15.2.5",
"next-auth": "^4.24.11",
"next-intl": "^4.0.2",
"postcss-modules": "^6.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3"
}
}