mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@logto/demo-app",
|
|
"version": "1.3.0",
|
|
"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": "pnpm check && 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.12.0",
|
|
"@logto/react": "^3.0.12",
|
|
"@logto/schemas": "workspace:^1.18.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",
|
|
"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-i18next": "^12.3.1",
|
|
"stylelint": "^15.0.0",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.3.4",
|
|
"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"
|
|
}
|