97 lines
3 KiB
JSON
97 lines
3 KiB
JSON
{
|
|
"name": "stylelint-declaration-strict-value",
|
|
"version": "1.9.2",
|
|
"description": "Specify properties for which a variable, function, keyword or value must be used",
|
|
"source": "src/index.ts",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.esm.js",
|
|
"unpkg": "dist/index.umd.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "microbundle --tsconfig tsconfig.build.json --compress",
|
|
"release": "dotenv semantic-release",
|
|
"test": "jest",
|
|
"coverage": "nyc --reporter lcov --reporter text node test",
|
|
"postcoverage": "dotenv codecov",
|
|
"eslint": "eslint 'src/**/*.[tj]s' 'test/**/*.[tj]s'",
|
|
"docs": "typedoc --plugin typedoc-plugin-markdown",
|
|
"toc": "doctoc README.md --title '**Table of Contents**'",
|
|
"_postinstall": "husky install",
|
|
"prepublishOnly": "pinst --disable",
|
|
"postpublish": "pinst --enable"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AndyOGo/stylelint-declaration-strict-value.git"
|
|
},
|
|
"keywords": [
|
|
"stylelint-plugin",
|
|
"stylelint",
|
|
"css",
|
|
"scss",
|
|
"less",
|
|
"lint",
|
|
"delaration-strict-value",
|
|
"variable",
|
|
"function",
|
|
"keyword",
|
|
"color",
|
|
"z-index"
|
|
],
|
|
"author": "Andreas Deuschlinger",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/AndyOGo/stylelint-declaration-strict-value/issues"
|
|
},
|
|
"homepage": "https://github.com/AndyOGo/stylelint-declaration-strict-value#readme",
|
|
"peerDependencies": {
|
|
"stylelint": ">=7 <=15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.8",
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/node": "^7.12.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
"@babel/plugin-transform-destructuring": "^7.12.1",
|
|
"@babel/plugin-transform-object-assign": "^7.12.1",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@babel/register": "^7.12.1",
|
|
"@commitlint/cli": "^12.0.0",
|
|
"@commitlint/config-conventional": "^12.0.0",
|
|
"@semantic-release/changelog": "^5.0.1",
|
|
"@semantic-release/exec": "^5.0.0",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.8.2",
|
|
"@typescript-eslint/parser": "^4.8.2",
|
|
"babel-jest": "^29.4.2",
|
|
"babel-register-ts": "^7.0.0",
|
|
"codecov": "^3.8.1",
|
|
"doctoc": "^2.0.0",
|
|
"dotenv-cli": "^4.0.0",
|
|
"eslint": "^7.14.0",
|
|
"eslint-config-airbnb-typescript": "^12.0.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-tsdoc": "^0.2.7",
|
|
"husky": "^6.0.0",
|
|
"jest": "^29.4.2",
|
|
"jest-preset-stylelint": "^6.0.0",
|
|
"lint-staged": "^10.5.2",
|
|
"microbundle": "^0.12.0",
|
|
"nyc": "^15.1.0",
|
|
"pinst": "^2.1.6",
|
|
"prettier": "^2.2.1",
|
|
"semantic-release": "^17.3.0",
|
|
"stylelint": "^15.0.0",
|
|
"typedoc": "^0.22.7",
|
|
"typedoc-plugin-markdown": "^3.2.1",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"css-values": "^0.1.0",
|
|
"shortcss": "^0.1.3"
|
|
}
|
|
}
|