rename package

This commit is contained in:
Lee 2023-07-02 15:04:28 +01:00
parent 1317624ce5
commit df9d16ccfa
2 changed files with 4184 additions and 4184 deletions

8322
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,25 +1,25 @@
{ {
"name": "nextjs-13-template-with-tailwindcss", "name": "simple-links",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": false,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@types/node": "20.3.3", "@types/node": "20.3.3",
"@types/react": "18.2.14", "@types/react": "18.2.14",
"@types/react-dom": "18.2.6", "@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
"eslint": "8.44.0", "eslint": "8.44.0",
"eslint-config-next": "13.4.7", "eslint-config-next": "13.4.7",
"next": "13.4.7", "next": "13.4.7",
"postcss": "8.4.24", "postcss": "8.4.24",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"tailwindcss": "3.3.2", "tailwindcss": "3.3.2",
"typescript": "5.1.6" "typescript": "5.1.6"
} }
} }