UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

50 lines (49 loc) 1.2 kB
{ "name": "@atlaskit/stylelint-design-system", "version": "5.1.2", "description": "Stylelint plugin for use with the Atlassian Design System.", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "keywords": [ "stylelint-plugin" ], "scripts": { "build": "tsup src/index.tsx --format cjs --clean" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Design System Team", "website": { "name": "Stylelint plugin", "category": "Tooling" } }, "files": [ "dist", "CHANGELOG.md" ], "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", "dependencies": { "@atlaskit/tokens": "^18.0.0", "@babel/runtime": "^7.0.0", "postcss-value-parser": "^4.2.0" }, "peerDependencies": { "stylelint": "^14 || ^15 || ^16 || ^17" }, "devDependencies": { "jest-preset-stylelint": "^5.0.1", "tsup": "^8.5.0" }, "homepage": "https://atlassian.design/components/stylelint-design-system" }