34 lines
956 B
JSON
34 lines
956 B
JSON
{
|
|
"name": "@radii-fcc-frontend/25-plus-5-clock",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --hostname 127.0.0.1 --port 56724",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "next start --hostname 127.0.0.1 --port 56723",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.31",
|
|
"@types/react-dom": "18.0.11",
|
|
"bootstrap": "^5.2.3",
|
|
"eslint": "8.37.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"next": "13.2.4",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^2.7.2",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.60.0"
|
|
}
|
|
}
|