2022-02-16 15:04:34 +08:00
|
|
|
{
|
|
|
|
"name": "@logto/console",
|
2024-11-22 17:04:11 +08:00
|
|
|
"version": "1.19.0",
|
2022-02-16 15:04:34 +08:00
|
|
|
"description": "> TODO: description",
|
2022-04-25 11:26:41 +08:00
|
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
2022-02-16 15:04:34 +08:00
|
|
|
"homepage": "https://github.com/logto-io/logto#readme",
|
|
|
|
"license": "MPL-2.0",
|
2022-11-22 00:31:25 +08:00
|
|
|
"type": "module",
|
2022-07-01 18:47:14 +08:00
|
|
|
"private": true,
|
2023-04-04 16:23:25 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-02-16 15:04:34 +08:00
|
|
|
"scripts": {
|
2024-03-19 12:50:07 +08:00
|
|
|
"prepack": "pnpm generate",
|
|
|
|
"generate": "./generate.sh",
|
2022-02-16 15:04:34 +08:00
|
|
|
"precommit": "lint-staged",
|
2024-07-24 17:47:02 +08:00
|
|
|
"start": "vite",
|
|
|
|
"dev": "vite",
|
2022-02-16 15:04:34 +08:00
|
|
|
"check": "tsc --noEmit",
|
2024-07-28 13:55:55 +08:00
|
|
|
"build": "pnpm generate && vite build",
|
2022-02-16 15:04:34 +08:00
|
|
|
"lint": "eslint --ext .ts --ext .tsx src",
|
2022-05-05 18:26:30 +08:00
|
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
2023-04-24 16:05:26 +08:00
|
|
|
"stylelint": "stylelint \"src/**/*.scss\"",
|
|
|
|
"test:ci": "jest --coverage --silent",
|
|
|
|
"test": "jest"
|
2022-02-16 15:04:34 +08:00
|
|
|
},
|
2022-04-22 18:02:54 +08:00
|
|
|
"devDependencies": {
|
2023-05-24 03:37:58 +00:00
|
|
|
"@fontsource/roboto-mono": "^5.0.0",
|
2023-04-24 16:05:26 +08:00
|
|
|
"@jest/types": "^29.5.0",
|
2024-12-16 13:55:41 +08:00
|
|
|
"@logto/cloud": "0.2.5-aac51e9",
|
2024-11-22 17:04:11 +08:00
|
|
|
"@logto/connector-kit": "workspace:^4.1.0",
|
2024-05-31 23:48:43 +08:00
|
|
|
"@logto/core-kit": "workspace:^2.5.0",
|
2024-02-08 13:18:42 +08:00
|
|
|
"@logto/language-kit": "workspace:^1.1.0",
|
2024-11-22 17:04:11 +08:00
|
|
|
"@logto/phrases": "workspace:^1.15.0",
|
|
|
|
"@logto/phrases-experience": "workspace:^1.9.0",
|
2024-07-02 12:32:22 +08:00
|
|
|
"@logto/react": "^3.0.12",
|
2024-11-22 17:04:11 +08:00
|
|
|
"@logto/schemas": "workspace:^1.22.0",
|
2024-10-25 17:26:36 +08:00
|
|
|
"@logto/shared": "workspace:^3.1.2",
|
2024-06-26 16:32:45 +08:00
|
|
|
"@mdx-js/react": "^3.0.1",
|
2024-07-24 17:47:02 +08:00
|
|
|
"@mdx-js/rollup": "^3.0.1",
|
2024-03-06 14:08:46 +08:00
|
|
|
"@monaco-editor/react": "^4.6.0",
|
2024-04-18 12:26:37 +00:00
|
|
|
"@silverhand/eslint-config": "6.0.1",
|
|
|
|
"@silverhand/eslint-config-react": "6.0.2",
|
2024-05-17 16:02:05 +08:00
|
|
|
"@silverhand/essentials": "^2.9.1",
|
2024-04-18 12:26:37 +00:00
|
|
|
"@silverhand/ts-config": "6.0.0",
|
|
|
|
"@silverhand/ts-config-react": "6.0.0",
|
2023-04-24 16:05:26 +08:00
|
|
|
"@swc/core": "^1.3.52",
|
|
|
|
"@swc/jest": "^0.2.26",
|
2024-06-04 10:27:48 +08:00
|
|
|
"@testing-library/react": "^16.0.0",
|
2024-12-11 10:48:56 +08:00
|
|
|
"@types/color": "^4.0.0",
|
2024-04-17 14:21:08 +08:00
|
|
|
"@types/debug": "^4.1.7",
|
2023-04-24 16:05:26 +08:00
|
|
|
"@types/jest": "^29.4.0",
|
2024-06-26 16:32:45 +08:00
|
|
|
"@types/mdx": "^2.0.13",
|
2024-07-20 22:20:37 +08:00
|
|
|
"@types/react": "^18.3.3",
|
2023-04-03 10:38:31 +08:00
|
|
|
"@types/react-color": "^3.0.6",
|
2024-07-20 22:20:37 +08:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2023-03-29 01:51:14 +08:00
|
|
|
"@types/react-helmet": "^6.1.6",
|
2022-04-28 10:41:23 +08:00
|
|
|
"@types/react-modal": "^3.13.1",
|
2022-05-09 20:19:51 +08:00
|
|
|
"@types/react-syntax-highlighter": "^15.5.1",
|
2024-07-24 17:47:02 +08:00
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
2024-09-03 17:51:45 +08:00
|
|
|
"@withtyped/client": "^0.8.8",
|
2022-02-28 22:39:15 +08:00
|
|
|
"classnames": "^2.3.1",
|
2022-09-26 13:48:23 +08:00
|
|
|
"clean-deep": "^3.4.0",
|
2022-11-22 16:47:17 +08:00
|
|
|
"date-fns": "^2.29.3",
|
2022-05-05 16:22:43 +08:00
|
|
|
"dayjs": "^1.10.5",
|
2024-04-17 14:21:08 +08:00
|
|
|
"debug": "^4.3.4",
|
2023-04-04 16:23:25 +08:00
|
|
|
"deep-object-diff": "^1.1.9",
|
2022-10-09 16:47:05 +08:00
|
|
|
"deepmerge": "^4.2.2",
|
2022-04-19 18:22:40 +08:00
|
|
|
"dnd-core": "^16.0.0",
|
2024-07-24 17:47:02 +08:00
|
|
|
"dotenv": "^16.4.5",
|
2024-12-16 05:57:58 +00:00
|
|
|
"eslint": "^9.0.0",
|
2024-07-24 17:47:02 +08:00
|
|
|
"find-up": "^7.0.0",
|
2023-04-21 18:21:09 +08:00
|
|
|
"i18next": "^22.4.15",
|
2024-06-04 12:42:03 +08:00
|
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
2023-04-24 16:05:26 +08:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2023-12-22 15:16:49 +08:00
|
|
|
"jest": "^29.7.0",
|
2024-07-08 13:15:34 +08:00
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2023-04-24 16:05:26 +08:00
|
|
|
"jest-transform-stub": "^2.0.0",
|
|
|
|
"jest-transformer-svg": "^2.0.0",
|
2022-12-23 23:19:49 +08:00
|
|
|
"just-kebab-case": "^4.2.0",
|
2024-03-29 18:10:13 +08:00
|
|
|
"ky": "^1.2.3",
|
2023-11-29 20:56:39 +08:00
|
|
|
"libphonenumber-js": "^1.10.51",
|
2023-10-26 09:55:47 +08:00
|
|
|
"lint-staged": "^15.0.0",
|
2024-06-26 16:32:45 +08:00
|
|
|
"mermaid": "^10.9.1",
|
2024-12-11 17:35:47 +08:00
|
|
|
"nanoid": "^5.0.9",
|
2023-01-31 11:47:30 +08:00
|
|
|
"overlayscrollbars": "^2.0.2",
|
|
|
|
"overlayscrollbars-react": "^0.5.0",
|
2024-07-24 17:47:02 +08:00
|
|
|
"postcss": "^8.4.39",
|
2024-10-28 11:09:20 +08:00
|
|
|
"postcss-modules": "^6.0.0",
|
2023-07-08 01:17:21 +08:00
|
|
|
"prettier": "^3.0.0",
|
2022-06-14 22:17:17 +08:00
|
|
|
"prop-types": "^15.8.1",
|
2023-08-14 11:09:06 +08:00
|
|
|
"property-information": "^6.2.0",
|
2024-07-20 22:20:37 +08:00
|
|
|
"react": "^18.3.1",
|
2022-06-30 21:26:31 +08:00
|
|
|
"react-animate-height": "^3.0.4",
|
2024-07-26 15:54:58 +08:00
|
|
|
"react-color-palette": "^7.2.1",
|
2023-11-13 19:23:22 +08:00
|
|
|
"react-confetti": "^6.1.0",
|
2022-04-19 18:22:40 +08:00
|
|
|
"react-dnd": "^16.0.0",
|
|
|
|
"react-dnd-html5-backend": "^16.0.0",
|
2024-07-20 22:20:37 +08:00
|
|
|
"react-dom": "^18.3.1",
|
2023-03-10 16:35:25 +08:00
|
|
|
"react-dropzone": "^14.2.3",
|
2023-03-29 01:51:14 +08:00
|
|
|
"react-helmet": "^6.1.0",
|
2023-04-24 11:11:27 +08:00
|
|
|
"react-hook-form": "^7.43.9",
|
2022-03-10 12:52:56 +08:00
|
|
|
"react-hot-toast": "^2.2.0",
|
2023-05-30 06:03:18 +00:00
|
|
|
"react-i18next": "^12.3.1",
|
2023-10-13 10:20:50 +08:00
|
|
|
"react-markdown": "^9.0.0",
|
2022-08-05 15:50:31 +08:00
|
|
|
"react-modal": "^3.15.1",
|
|
|
|
"react-paginate": "^8.1.3",
|
2024-07-24 17:47:02 +08:00
|
|
|
"react-router-dom": "^6.25.1",
|
2024-07-26 12:42:47 +08:00
|
|
|
"react-safe-lazy": "^0.1.0",
|
2022-05-09 20:19:51 +08:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
2023-03-03 14:26:34 +08:00
|
|
|
"react-timer-hook": "^3.0.5",
|
2022-08-05 15:50:31 +08:00
|
|
|
"recharts": "^2.1.13",
|
2024-06-27 13:06:44 +08:00
|
|
|
"rehype-mdx-code-props": "^3.0.1",
|
2023-10-13 10:20:50 +08:00
|
|
|
"remark-gfm": "^4.0.0",
|
2023-02-16 11:09:03 +08:00
|
|
|
"stylelint": "^15.0.0",
|
2023-07-21 14:12:01 +08:00
|
|
|
"swr": "^2.2.0",
|
2024-07-20 22:04:56 +08:00
|
|
|
"typescript": "^5.5.3",
|
2024-12-11 17:35:47 +08:00
|
|
|
"vite": "^6.0.3",
|
2024-07-24 17:47:02 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2024-12-11 17:35:47 +08:00
|
|
|
"vite-plugin-svgr": "^4.3.0",
|
2024-07-12 20:56:01 +08:00
|
|
|
"zod": "^3.23.8",
|
2024-03-19 12:50:07 +08:00
|
|
|
"zod-to-ts": "^1.2.0"
|
2022-02-16 15:04:34 +08:00
|
|
|
},
|
2022-11-06 00:29:28 +08:00
|
|
|
"engines": {
|
2023-12-11 09:10:53 +08:00
|
|
|
"node": "^20.9.0"
|
2022-11-06 00:29:28 +08:00
|
|
|
},
|
2022-02-28 18:48:00 +08:00
|
|
|
"stylelint": {
|
2022-08-05 13:58:31 +08:00
|
|
|
"extends": "@silverhand/eslint-config-react/.stylelintrc"
|
2022-02-28 18:48:00 +08:00
|
|
|
},
|
2022-02-16 15:04:34 +08:00
|
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
|
|
}
|