29 lines
647 B
JSON
29 lines
647 B
JSON
|
{
|
||
|
"name": "link-warden",
|
||
|
"version": "3.0.0",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://github.com/Daniel31x13/link-warden.git",
|
||
|
"author": "Daniel31X13 <daniel31x13@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@next/font": "13.1.4",
|
||
|
"eslint": "8.32.0",
|
||
|
"eslint-config-next": "13.1.4",
|
||
|
"next": "13.1.4",
|
||
|
"react": "18.2.0",
|
||
|
"react-dom": "18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^10.4.13",
|
||
|
"postcss": "^8.4.21",
|
||
|
"tailwindcss": "^3.2.4"
|
||
|
}
|
||
|
}
|