mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:13:21 +00:00
initial setup, ztdl-login, core
This commit is contained in:
65
apps/login/package.json
Normal file
65
apps/login/package.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "zitadel-login",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"dev": "next dev",
|
||||
"lint": "next lint",
|
||||
"lint-staged": "lint-staged",
|
||||
"prettier": "prettier --write --ignore-unknown .",
|
||||
"prettier:check": "prettier --check --ignore-unknown .",
|
||||
"start": "next start",
|
||||
"test": "yarn prettier:check &nexarn lint",
|
||||
"generate": "buf generate external/zitadel/proto"
|
||||
},
|
||||
"git": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write --ignore-unknown"
|
||||
},
|
||||
"prettier": {
|
||||
"arrowParens": "always",
|
||||
"semi": true,
|
||||
"trailingComma": "all",
|
||||
"singleQuote": true
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroicons/react": "2.0.13",
|
||||
"@next/font": "13.0.5",
|
||||
"@tailwindcss/forms": "0.5.3",
|
||||
"clsx": "1.2.1",
|
||||
"date-fns": "2.29.3",
|
||||
"dinero.js": "2.0.0-alpha.8",
|
||||
"next": "13.2.3",
|
||||
"nice-grpc": "2.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "7.39.5",
|
||||
"styled-components": "6.0.0-beta.2",
|
||||
"tinycolor2": "1.4.2",
|
||||
"use-count-up": "3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bufbuild/buf": "^1.14.0",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"@vercel/git-hooks": "1.0.0",
|
||||
"autoprefixer": "10.4.13",
|
||||
"del-cli": "5.0.0",
|
||||
"eslint": "8.27.0",
|
||||
"eslint-config-next": "13.0.3",
|
||||
"grpc-tools": "1.11.3",
|
||||
"lint-staged": "13.0.3",
|
||||
"make-dir-cli": "3.0.0",
|
||||
"postcss": "8.4.21",
|
||||
"prettier": "2.7.1",
|
||||
"prettier-plugin-tailwindcss": "0.1.13",
|
||||
"tailwindcss": "3.2.4",
|
||||
"ts-proto": "^1.139.0",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user