mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
baef49df3c
* chore: bump dependencies * fix: ui test * fix: ui test
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@logto/demo-app",
|
|
"version": "1.4.1",
|
|
"description": "Logto demo app.",
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
"license": "MPL-2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"check": "tsc --noEmit",
|
|
"build": "vite build",
|
|
"lint": "eslint --ext .ts --ext .tsx src",
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
|
"stylelint": "stylelint \"src/**/*.scss\""
|
|
},
|
|
"devDependencies": {
|
|
"@logto/core-kit": "workspace:^2.4.0",
|
|
"@logto/language-kit": "workspace:^1.1.0",
|
|
"@logto/phrases": "workspace:^1.14.0",
|
|
"@logto/react": "^3.0.12",
|
|
"@logto/schemas": "workspace:^1.20.0",
|
|
"@silverhand/eslint-config": "6.0.1",
|
|
"@silverhand/eslint-config-react": "6.0.2",
|
|
"@silverhand/ts-config": "6.0.0",
|
|
"@silverhand/ts-config-react": "6.0.0",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.56.0",
|
|
"i18next": "^22.4.15",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"jose": "^5.6.3",
|
|
"lint-staged": "^15.0.0",
|
|
"prettier": "^3.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^12.3.1",
|
|
"stylelint": "^15.0.0",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": "^20.9.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@silverhand/react"
|
|
},
|
|
"stylelint": {
|
|
"extends": "@silverhand/eslint-config-react/.stylelintrc"
|
|
},
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
}
|