47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@mifi/ui-common",
|
|
"version": "1.0.0",
|
|
"author": "mifi (Mike Fitzpatrick)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build:production": "tsc -p ./tsconfig.production.json",
|
|
"format": "prettier:fix && lint:fix",
|
|
"lint": "eslint --ext .ts,.tsx src/",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx src/",
|
|
"prettier": "prettier --check 'src/**/*.ts'",
|
|
"prettier:fix": "prettier --write 'src/**/*.ts'",
|
|
"test": "jest --passWithNoTests ./src"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.8",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@babel/preset-typescript": "^7.21.5",
|
|
"@tsconfig/node16": "^1.0.4",
|
|
"@types/jest": "^29.5.1",
|
|
"@types/node": "^20.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"babel-jest": "^29.5.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^15.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"jest": "^29.5.0",
|
|
"prettier": "^2.8.4",
|
|
"prettier-eslint": "^15.0.1",
|
|
"prettier-eslint-cli": "^7.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.mifi.dev/mifi/auth-ui.git"
|
|
},
|
|
"packageManager": "yarn@3.5.1"
|
|
}
|