UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

76 lines (75 loc) 2.11 kB
{ "name": "@atlaskit/eslint-plugin-design-system", "description": "The essential plugin for use with the Atlassian Design System.", "version": "16.13.0", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Design System Team", "website": { "name": "ESLint plugin", "category": "Tooling" }, "toolingLabels": [ "linting" ] }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "dependencies": { "@atlaskit/eslint-utils": "^3.1.0", "@atlaskit/icon": "^37.7.0", "@atlaskit/icon-lab": "^7.9.0", "@atlaskit/tokens": "^18.2.0", "@babel/runtime": "^7.0.0", "@typescript-eslint/utils": "^8.64.0", "ajv": "^6.12.6", "eslint-codemod-utils": "^1.8.6", "esquery": "^1.5.0", "estraverse": "^5.3.0", "json-schema-to-ts": "^3.1.0", "lodash": "^4.17.21", "semver": "^7.5.2", "tsx": "^4.23.1" }, "devDependencies": { "@af/formatting": "workspace:^", "@atlaskit/ds-lib": "^8.0.0", "@atlaskit/theme": "^28.2.0", "@atlassian/codegen": "^0.3.0", "@atlassian/eslint-utils": "^0.5.0", "@atlassian/ts-loader": "^0.1.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.0.0", "@eslint/eslintrc": "^3.0.2", "@types/eslint": "^8.56.6", "@types/eslint__eslintrc": "^2.1.2", "@types/esquery": "^1.5.3", "@types/estraverse": "^5.1.7", "@types/json-schema": "^7.0.15", "eslint": "^8.57.0", "jscodeshift": "^17.0.0", "outdent": "^0.7.1", "react": "^19.0.0", "ts-jest": "^29.2.2" }, "scripts": { "ak-postbuild": "cp -r configs dist", "codegen": "run-ts ./scripts/codegen.tsx", "codegen-token-maps": "run-ts ./scripts/token-maps/codegen-token-maps.tsx" }, "homepage": "https://atlassian.design/components/eslint-plugin-design-system" }