2022-02-16 02:04:34 -05:00
|
|
|
{
|
|
|
|
"name": "@logto/console",
|
2022-11-16 05:21:18 -05:00
|
|
|
"version": "1.0.0-beta.14",
|
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,
|
2022-02-16 02:04:34 -05:00
|
|
|
"scripts": {
|
|
|
|
"precommit": "lint-staged",
|
2022-05-06 22:35:11 -05:00
|
|
|
"start": "parcel src/index.html",
|
2022-05-14 01:50:37 -05:00
|
|
|
"dev": "cross-env PORT=5002 parcel src/index.html --public-url /console --no-cache --hmr-port 6002",
|
2022-02-16 02:04:34 -05:00
|
|
|
"check": "tsc --noEmit",
|
2022-05-06 22:35:11 -05:00
|
|
|
"build": "pnpm check && rm -rf dist && parcel build src/index.html --no-autoinstall --no-cache --public-url /console",
|
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",
|
2022-02-16 02:04:34 -05:00
|
|
|
"stylelint": "stylelint \"src/**/*.scss\""
|
|
|
|
},
|
2022-04-22 05:02:54 -05:00
|
|
|
"devDependencies": {
|
2022-05-14 07:51:55 -05:00
|
|
|
"@fontsource/roboto-mono": "^4.5.7",
|
2022-11-17 23:06:53 -05:00
|
|
|
"@logto/core-kit": "1.0.0-beta.21",
|
|
|
|
"@logto/language-kit": "1.0.0-beta.21",
|
2022-10-21 00:59:08 -05:00
|
|
|
"@logto/phrases": "workspace:^",
|
|
|
|
"@logto/phrases-ui": "workspace:^",
|
2022-11-08 09:11:03 -05:00
|
|
|
"@logto/react": "1.0.0-beta.13",
|
2022-10-21 00:59:08 -05:00
|
|
|
"@logto/schemas": "workspace:^",
|
2022-08-05 04:59:03 -05:00
|
|
|
"@mdx-js/react": "^1.6.22",
|
2022-08-11 09:54:30 -05:00
|
|
|
"@parcel/core": "2.7.0",
|
|
|
|
"@parcel/transformer-mdx": "2.7.0",
|
|
|
|
"@parcel/transformer-sass": "2.7.0",
|
|
|
|
"@parcel/transformer-svg-react": "2.7.0",
|
2022-10-20 21:17:09 -05:00
|
|
|
"@silverhand/eslint-config": "1.3.0",
|
|
|
|
"@silverhand/eslint-config-react": "1.3.0",
|
2022-10-10 03:28:20 -05:00
|
|
|
"@silverhand/essentials": "^1.3.0",
|
2022-10-13 22:46:33 -05:00
|
|
|
"@silverhand/ts-config": "1.2.1",
|
|
|
|
"@silverhand/ts-config-react": "1.2.1",
|
2022-04-27 21:41:23 -05:00
|
|
|
"@tsconfig/docusaurus": "^1.0.5",
|
2022-06-29 02:56:05 -05:00
|
|
|
"@types/color": "^3.0.3",
|
2022-11-01 22:39:27 -05:00
|
|
|
"@types/lodash.get": "^4.4.7",
|
2022-04-27 21:41:23 -05:00
|
|
|
"@types/lodash.kebabcase": "^4.1.6",
|
|
|
|
"@types/mdx": "^2.0.1",
|
|
|
|
"@types/mdx-js__react": "^1.5.5",
|
2022-08-05 02:50:31 -05:00
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
"@types/react-dom": "^18.0.0",
|
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",
|
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-05-14 01:50:37 -05:00
|
|
|
"cross-env": "^7.0.3",
|
2022-03-09 23:52:56 -05:00
|
|
|
"csstype": "^3.0.11",
|
2022-05-05 03:22:43 -05:00
|
|
|
"dayjs": "^1.10.5",
|
2022-11-01 22:39:27 -05:00
|
|
|
"deep-object-diff": "^1.1.7",
|
2022-11-07 01:36:05 -05:00
|
|
|
"date-fns": "^2.29.3",
|
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",
|
2022-08-05 00:58:31 -05:00
|
|
|
"eslint": "^8.21.0",
|
2022-07-05 04:09:00 -05:00
|
|
|
"history": "^5.3.0",
|
2022-08-05 11:47:58 -05:00
|
|
|
"i18next": "^21.8.16",
|
|
|
|
"i18next-browser-languagedetector": "^6.1.4",
|
2022-06-24 00:13:05 -05:00
|
|
|
"ky": "^0.31.0",
|
2022-06-02 00:19:09 -05:00
|
|
|
"lint-staged": "^13.0.0",
|
2022-11-01 22:39:27 -05:00
|
|
|
"lodash.get": "^4.4.2",
|
2022-03-03 02:02:30 -05:00
|
|
|
"lodash.kebabcase": "^4.1.1",
|
2022-04-18 02:57:37 -05:00
|
|
|
"nanoid": "^3.1.23",
|
2022-08-11 09:54:30 -05:00
|
|
|
"parcel": "2.7.0",
|
2022-04-27 21:41:23 -05:00
|
|
|
"postcss": "^8.4.6",
|
|
|
|
"postcss-modules": "^4.3.0",
|
2022-08-05 00:58:31 -05:00
|
|
|
"prettier": "^2.7.1",
|
2022-04-27 21:41:23 -05:00
|
|
|
"process": "^0.11.10",
|
2022-06-14 09:17:17 -05:00
|
|
|
"prop-types": "^15.8.1",
|
2022-08-05 01:13:30 -05:00
|
|
|
"react": "^18.0.0",
|
2022-06-30 08:26:31 -05:00
|
|
|
"react-animate-height": "^3.0.4",
|
2022-04-19 05:22:40 -05:00
|
|
|
"react-dnd": "^16.0.0",
|
|
|
|
"react-dnd-html5-backend": "^16.0.0",
|
2022-08-05 01:13:30 -05:00
|
|
|
"react-dom": "^18.0.0",
|
2022-08-05 02:50:31 -05:00
|
|
|
"react-hook-form": "^7.34.0",
|
2022-03-09 23:52:56 -05:00
|
|
|
"react-hot-toast": "^2.2.0",
|
2022-08-05 11:47:58 -05:00
|
|
|
"react-i18next": "^11.18.3",
|
2022-03-14 22:31:50 -05:00
|
|
|
"react-markdown": "^8.0.0",
|
2022-08-05 02:50:31 -05:00
|
|
|
"react-modal": "^3.15.1",
|
|
|
|
"react-paginate": "^8.1.3",
|
2022-07-20 10:00:48 -05:00
|
|
|
"react-router-dom": "6.3.0",
|
2022-05-09 07:19:51 -05:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
2022-08-05 02:50:31 -05:00
|
|
|
"recharts": "^2.1.13",
|
2022-03-14 22:31:50 -05:00
|
|
|
"remark-gfm": "^3.0.1",
|
2022-10-19 02:13:39 -05:00
|
|
|
"snake-case": "^3.0.4",
|
2022-08-05 00:58:31 -05:00
|
|
|
"stylelint": "^14.9.1",
|
2022-08-05 04:59:03 -05:00
|
|
|
"swr": "^1.3.0",
|
2022-08-05 00:58:31 -05:00
|
|
|
"typescript": "^4.7.4",
|
2022-10-23 23:26:11 -05:00
|
|
|
"zod": "^3.19.1"
|
2022-02-16 02:04:34 -05:00
|
|
|
},
|
2022-11-05 11:29:28 -05:00
|
|
|
"engines": {
|
|
|
|
"node": "^16.13.0 || ^18.12.0"
|
|
|
|
},
|
2022-11-07 08:40:09 -05:00
|
|
|
"//": "https://github.com/parcel-bundler/parcel/issues/7636",
|
|
|
|
"targets": {
|
|
|
|
"default": {
|
|
|
|
"engines": {
|
|
|
|
"browsers": "defaults"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2022-02-27 21:35:14 -05:00
|
|
|
"alias": {
|
2022-04-27 21:41:23 -05:00
|
|
|
"@/*": "./src/$1",
|
2022-05-06 22:35:11 -05:00
|
|
|
"@mdx/components/*": "./src/mdx-components/$1"
|
2022-02-27 21:35:14 -05:00
|
|
|
},
|
2022-02-16 02:04:34 -05:00
|
|
|
"eslintConfig": {
|
2022-05-11 01:32:03 -05:00
|
|
|
"extends": "@silverhand/react",
|
|
|
|
"rules": {
|
2022-10-13 22:46:33 -05:00
|
|
|
"complexity": "off"
|
2022-05-11 01:32:03 -05:00
|
|
|
}
|
2022-02-16 02:04:34 -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"
|
|
|
|
}
|