feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot
2023-09-06 13:53:31 +03:30
committed by Shahrad Elahi
parent 1d3281e32a
commit 14a4cdd591
51 changed files with 4257 additions and 2810 deletions

View File

@@ -1,25 +1,16 @@
{
"name": "wireguard-gui",
"version": "0.1.0",
"private": true,
"name": "wireadmin",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"dev:image": "cross-env DOCKER_BUILDKIT=1 docker build --tag wireadmin -f Dockerfile-Dev .",
"dev": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up"
},
"keywords": [],
"author": "Shahrad Elahi <https://github.com/shahradelahi>",
"license": "MIT",
"packageManager": "pnpm@8.7.0",
"dependencies": {
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"cross-env": "^7.0.3"
}
}