2022-04-23 03:16:55 -05:00
|
|
|
{
|
|
|
|
"name": "@logto/shared",
|
2022-07-03 04:04:51 -05:00
|
|
|
"version": "0.1.2-alpha.5",
|
2022-04-23 12:06:05 -05:00
|
|
|
"main": "lib/index.js",
|
2022-04-24 22:26:41 -05:00
|
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
2022-04-23 03:16:55 -05:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"files": [
|
2022-05-30 23:39:03 -05:00
|
|
|
"declaration",
|
2022-05-29 08:11:58 -05:00
|
|
|
"lib",
|
|
|
|
"scss"
|
2022-04-23 03:16:55 -05:00
|
|
|
],
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"precommit": "lint-staged",
|
2022-04-23 12:06:05 -05:00
|
|
|
"build": "rm -rf lib/ && tsc --p tsconfig.build.json",
|
2022-04-23 03:16:55 -05:00
|
|
|
"lint": "eslint --ext .ts src",
|
2022-05-05 05:26:30 -05:00
|
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
2022-05-30 23:39:03 -05:00
|
|
|
"prepack": "pnpm build",
|
|
|
|
"stylelint": "stylelint \"scss/**/*.scss\""
|
2022-04-23 03:16:55 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-04-23 12:06:05 -05:00
|
|
|
"node": "^16.0.0"
|
2022-04-23 03:16:55 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-17 05:42:15 -05:00
|
|
|
"@silverhand/eslint-config": "^0.14.0",
|
2022-05-30 23:39:03 -05:00
|
|
|
"@silverhand/eslint-config-react": "^0.14.0",
|
2022-04-23 03:16:55 -05:00
|
|
|
"@silverhand/essentials": "^1.1.6",
|
2022-05-17 06:04:12 -05:00
|
|
|
"@silverhand/ts-config": "^0.14.0",
|
2022-05-30 23:39:03 -05:00
|
|
|
"@silverhand/ts-config-react": "^0.14.0",
|
2022-06-29 02:56:05 -05:00
|
|
|
"@types/color": "^3.0.3",
|
2022-04-23 03:16:55 -05:00
|
|
|
"@types/node": "^16.3.1",
|
|
|
|
"eslint": "^8.10.0",
|
2022-06-02 00:19:09 -05:00
|
|
|
"lint-staged": "^13.0.0",
|
2022-05-30 23:39:03 -05:00
|
|
|
"postcss": "^8.4.6",
|
2022-04-23 03:16:55 -05:00
|
|
|
"prettier": "^2.3.2",
|
2022-05-30 23:39:03 -05:00
|
|
|
"stylelint": "^14.8.2",
|
2022-04-23 03:16:55 -05:00
|
|
|
"typescript": "^4.6.2"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2022-05-30 23:39:03 -05:00
|
|
|
"extends": "@silverhand/react"
|
|
|
|
},
|
|
|
|
"stylelint": {
|
|
|
|
"extends": "@silverhand/eslint-config-react/.stylelintrc"
|
2022-04-23 03:16:55 -05:00
|
|
|
},
|
2022-06-29 02:56:05 -05:00
|
|
|
"prettier": "@silverhand/eslint-config/.prettierrc",
|
|
|
|
"dependencies": {
|
|
|
|
"color": "^4.2.3"
|
|
|
|
}
|
2022-04-23 03:16:55 -05:00
|
|
|
}
|