-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 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
{
"name": "tribunal",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"better-react-infinite-scroll": "^0.2.0",
"bulma": "^0.9.4",
"bulmaswatch": "^0.8.1",
"next": "14.2.17",
"react": "18.3.1",
"react-audio-player": "^0.17.0",
"react-dom": "18.3.1",
"react-scroll-to-top": "^3.0.0",
"recharts": "2.13.3",
"sass": "^1.80.6",
"sharp": "^0.33.5"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint-config-next": "14.2.17",
"prettier": "^3.3.3"
}
}