|
| 1 | +{ |
| 2 | + "name": "@virtual-live-lab/stylelint-config", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Stylelint configuration for Virtual Live Lab", |
| 5 | + "main": "./dist/index.js", |
| 6 | + "module": "./dist/index.mjs", |
| 7 | + "types": "./dist/index.d.ts", |
| 8 | + "exports": { |
| 9 | + ".": { |
| 10 | + "require": "./dist/index.js", |
| 11 | + "import": "./dist/index.mjs", |
| 12 | + "types": "./dist/index.d.ts" |
| 13 | + } |
| 14 | + }, |
| 15 | + "files": [ |
| 16 | + "dist", |
| 17 | + "!dist/*.d.mts" |
| 18 | + ], |
| 19 | + "scripts": { |
| 20 | + "build": "tsup" |
| 21 | + }, |
| 22 | + "peerDependencies": { |
| 23 | + "stylelint": "^16.3.1" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "stylelint": "^16.3.1" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "@double-great/stylelint-a11y": "^3.0.2", |
| 30 | + "@virtual-live-lab/eslint-config": "workspace:^", |
| 31 | + "@virtual-live-lab/tsconfig": "workspace:^", |
| 32 | + "stylelint-a11y": "^1.2.3", |
| 33 | + "stylelint-config-recess-order": "^5.0.1", |
| 34 | + "stylelint-config-sass-guidelines": "^11.1.0", |
| 35 | + "stylelint-config-standard": "^36.0.0", |
| 36 | + "stylelint-config-standard-scss": "^13.1.0", |
| 37 | + "stylelint-declaration-block-no-ignored-properties": "^2.8.0", |
| 38 | + "stylelint-value-no-unknown-custom-properties": "^6.0.1", |
| 39 | + "tsup": "^8.0.2" |
| 40 | + }, |
| 41 | + "license": "MIT", |
| 42 | + "publishConfig": { |
| 43 | + "access": "public", |
| 44 | + "registry": "https://registry.npmjs.org/", |
| 45 | + "provenance": true |
| 46 | + }, |
| 47 | + "keywords": [], |
| 48 | + "author": "sushi-chaaaan <[email protected]> (https://github.com/sushi-chaaaan)", |
| 49 | + "homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme", |
| 50 | + "repository": { |
| 51 | + "type": "git", |
| 52 | + "url": "https://github.com/VirtualLiveLab/js-config.git", |
| 53 | + "directory": "packages/stylelint-config" |
| 54 | + }, |
| 55 | + "bugs": { |
| 56 | + "url": "https://github.com/VirtualLiveLab/js-config/issues" |
| 57 | + } |
| 58 | +} |
0 commit comments