create-t3-app-deepmeta
Version:
Create web application with the t3 stack
28 lines • 614 B
JSON
{
"name": "template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.20.6",
"ui": "*"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"copy-webpack-plugin": "^11.0.0",
"typescript": "^4.9.5",
"tailwind-config-deepmeta": "*",
"tsconfig-deepmeta": "*",
"eslint-config-deepmeta": "*"
}
}