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