2021-07-11 08:08:38 -05:00
|
|
|
{
|
2021-07-11 09:26:08 -05:00
|
|
|
"name": "@logto/ui",
|
2021-07-11 08:08:38 -05:00
|
|
|
"version": "0.1.0",
|
2021-08-11 09:12:36 -05:00
|
|
|
"license": "MPL-2.0",
|
2021-07-25 09:36:22 -05:00
|
|
|
"private": true,
|
2021-07-11 08:08:38 -05:00
|
|
|
"scripts": {
|
2021-08-10 02:29:32 -05:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2021-07-25 09:27:51 -05:00
|
|
|
"precommit": "lint-staged",
|
2022-02-20 01:12:07 -05:00
|
|
|
"start": "parcel src/index.html",
|
2022-05-14 01:50:37 -05:00
|
|
|
"dev": "cross-env PORT=5001 parcel src/index.html --no-cache --hmr-port 6001",
|
2022-02-20 01:12:07 -05:00
|
|
|
"check": "tsc --noEmit",
|
2022-04-15 03:31:49 -05:00
|
|
|
"build": "pnpm check && rm -rf dist && parcel build src/index.html --no-autoinstall --no-cache",
|
2021-08-20 05:16:00 -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",
|
2021-07-11 08:08:38 -05:00
|
|
|
"stylelint": "stylelint \"src/**/*.scss\"",
|
2022-02-20 01:12:07 -05:00
|
|
|
"test": "jest"
|
2021-07-11 08:08:38 -05:00
|
|
|
},
|
2022-04-22 05:02:54 -05:00
|
|
|
"devDependencies": {
|
2022-04-24 05:02:18 -05:00
|
|
|
"@logto/jest-config": "^0.1.0",
|
2021-07-27 12:13:51 -05:00
|
|
|
"@logto/phrases": "^0.1.0",
|
2021-08-23 08:29:58 -05:00
|
|
|
"@logto/schemas": "^0.1.0",
|
2022-04-27 21:41:23 -05:00
|
|
|
"@parcel/core": "^2.5.0",
|
|
|
|
"@parcel/transformer-sass": "^2.5.0",
|
2022-04-12 02:03:38 -05:00
|
|
|
"@peculiar/webcrypto": "^1.3.3",
|
2022-05-11 06:48:42 -05:00
|
|
|
"@silverhand/eslint-config": "^0.12.0",
|
2022-05-11 01:32:03 -05:00
|
|
|
"@silverhand/eslint-config-react": "^0.11.0",
|
2022-04-24 05:02:18 -05:00
|
|
|
"@silverhand/essentials": "^1.1.7",
|
2022-05-11 07:26:08 -05:00
|
|
|
"@silverhand/ts-config": "^0.12.0",
|
2022-05-11 07:43:28 -05:00
|
|
|
"@silverhand/ts-config-react": "^0.12.0",
|
2022-04-24 05:02:18 -05:00
|
|
|
"@testing-library/react": "^12.0.0",
|
|
|
|
"@types/jest": "^27.4.1",
|
2021-07-11 08:08:38 -05:00
|
|
|
"@types/react": "^17.0.14",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
2022-03-27 20:36:39 -05:00
|
|
|
"@types/react-modal": "^3.13.1",
|
2022-02-20 01:12:07 -05:00
|
|
|
"@types/react-router-dom": "^5.3.2",
|
2022-04-24 05:02:18 -05:00
|
|
|
"classnames": "^2.3.1",
|
2022-05-14 01:50:37 -05:00
|
|
|
"cross-env": "^7.0.3",
|
2022-02-28 02:21:48 -05:00
|
|
|
"eslint": "^8.10.0",
|
2022-04-29 07:28:08 -05:00
|
|
|
"i18next": "^21.6.12",
|
2022-04-24 05:02:18 -05:00
|
|
|
"i18next-browser-languagedetector": "^6.1.3",
|
2022-02-20 01:12:07 -05:00
|
|
|
"jest": "^27.5.1",
|
2022-04-24 05:02:18 -05:00
|
|
|
"js-base64": "^3.7.2",
|
|
|
|
"ky": "^0.30.0",
|
|
|
|
"libphonenumber-js": "^1.9.49",
|
2022-04-22 11:46:39 -05:00
|
|
|
"lint-staged": "^12.0.0",
|
2022-04-27 21:41:23 -05:00
|
|
|
"parcel": "^2.5.0",
|
2022-02-20 01:12:07 -05:00
|
|
|
"postcss": "^8.4.6",
|
|
|
|
"postcss-modules": "^4.3.0",
|
2021-07-11 08:08:38 -05:00
|
|
|
"prettier": "^2.3.2",
|
2022-04-24 05:02:18 -05:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-i18next": "^11.15.4",
|
|
|
|
"react-modal": "^3.14.4",
|
|
|
|
"react-phone-number-input": "^3.1.46",
|
|
|
|
"react-router-dom": "^6.2.2",
|
|
|
|
"react-string-replace": "^1.0.0",
|
|
|
|
"react-timer-hook": "^3.0.5",
|
2021-07-11 08:08:38 -05:00
|
|
|
"stylelint": "^13.13.1",
|
2022-03-11 03:30:22 -05:00
|
|
|
"typescript": "^4.6.2"
|
2022-02-20 01:12:07 -05:00
|
|
|
},
|
|
|
|
"alias": {
|
|
|
|
"@/*": "./src/$1"
|
2021-07-11 08:08:38 -05:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2022-05-11 01:32:03 -05:00
|
|
|
"extends": "@silverhand/react",
|
|
|
|
"rules": {
|
|
|
|
"complexity": "off"
|
|
|
|
}
|
2021-07-11 08:08:38 -05:00
|
|
|
},
|
|
|
|
"stylelint": {
|
2022-05-10 22:30:35 -05:00
|
|
|
"extends": "@silverhand/eslint-config-react/.stylelintrc",
|
|
|
|
"rules": {
|
|
|
|
"selector-pseudo-class-no-unknown": [
|
|
|
|
true,
|
|
|
|
{
|
|
|
|
"ignorePseudoClasses": [
|
|
|
|
"global"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-07-11 08:08:38 -05:00
|
|
|
},
|
2022-04-28 22:48:21 -05:00
|
|
|
"prettier": "@silverhand/eslint-config/.prettierrc",
|
|
|
|
"dependencies": {
|
2022-05-10 22:30:35 -05:00
|
|
|
"react-device-detect": "^2.2.2",
|
2022-04-28 22:48:21 -05:00
|
|
|
"use-debounced-loader": "^0.1.1"
|
|
|
|
}
|
2021-07-11 08:08:38 -05:00
|
|
|
}
|