Website/package.json

24 lines
443 B
JSON
Raw Normal View History

2021-10-24 17:04:22 +00:00
{
2022-02-15 17:08:29 +00:00
"name": "thered.sh",
"version": "0.2.0",
"author": "TheRedXD",
2021-10-24 17:04:22 +00:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-02-15 17:08:29 +00:00
"env": "^0.0.2",
2021-10-24 17:04:22 +00:00
"next": "11.1.2",
"react": "17.0.2",
2022-02-15 17:08:29 +00:00
"react-dom": "17.0.2",
"request-ip": "^2.1.3"
2021-10-24 17:04:22 +00:00
},
"devDependencies": {
"eslint": "8.1.0",
"eslint-config-next": "11.1.2"
}
}