scoresaber-reloaded-v2/package.json

40 lines
934 B
JSON
Raw Normal View History

2023-10-18 06:58:40 +00:00
{
"name": "scoresaber-reloadedv2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-10-19 04:21:35 +00:00
"@heroicons/react": "^2.0.18",
2023-10-19 13:17:55 +00:00
"bluebird": "^3.7.2",
2023-10-19 04:21:35 +00:00
"clsx": "^2.0.0",
2023-10-19 13:17:55 +00:00
"encoding": "^0.1.13",
2023-10-20 09:50:19 +00:00
"moment": "^2.29.4",
"next": "13.5.6",
2023-10-19 13:17:55 +00:00
"node-fetch-cache": "^3.1.3",
2023-10-18 06:58:40 +00:00
"react": "^18",
2023-10-19 14:48:02 +00:00
"react-country-flag": "^3.1.0",
2023-10-18 06:58:40 +00:00
"react-dom": "^18",
2023-10-19 13:31:22 +00:00
"sharp": "^0.32.6",
2023-10-19 19:31:05 +00:00
"zustand": "^4.4.3"
2023-10-18 06:58:40 +00:00
},
"devDependencies": {
"@types/node": "^20",
2023-10-19 13:17:55 +00:00
"@types/node-fetch-cache": "^3.0.3",
2023-10-18 06:58:40 +00:00
"@types/react": "^18",
"@types/react-dom": "^18",
2023-10-19 04:21:35 +00:00
"autoprefixer": "^10.4.16",
2023-10-18 06:58:40 +00:00
"eslint": "^8",
"eslint-config-next": "13.5.6",
2023-10-19 04:21:35 +00:00
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5"
2023-10-18 06:58:40 +00:00
}
2023-10-19 13:17:55 +00:00
}