wttj-config
Version:
Front-end code lint and formatting config
82 lines (81 loc) • 2.29 kB
JSON
{
"name": "wttj-config",
"version": "3.1.5",
"description": "Front-end code lint and formatting config",
"main": "lib/index.js",
"files": [
"lib/i18n/**",
"lib/eslint/**",
"lib/prettier/**",
"lib/scripts/**",
"lib/stylelint/**",
"lib/tsconfig/**"
],
"scripts": {
"check:audit:fix": "npm_config_yes=true npx yarn-audit-fix",
"check:audit": "/bin/bash -c 'yarn audit --level low; [[ $? -ge 2 ]] && exit 1 || exit 0'",
"lint": "eslint lib --max-warnings 0",
"prepare": "husky",
"release": "release-it",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WTTJ/front-config.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"eslint",
"eslintconfig",
"prettier",
"prettierconfig",
"babel",
"babelconfig",
"typescript",
"tsconfig"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WTTJ/front-config/issues"
},
"homepage": "https://github.com/WTTJ/front-config#readme",
"dependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-recommended": "^14.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@formatjs/cli": "^6.7.1",
"husky": "^9.0.11",
"memfs": "^4.17.0",
"postcss": "^8.4.35",
"release-it": "^17.1.1",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
}
}