@pluralsight/design-tokens
Advanced tools
Comparing version 0.4.1 to 0.5.1-next-1c759e
/** | ||
* Do not edit directly | ||
* Generated on Thu, 16 Feb 2023 17:46:04 GMT | ||
* Generated on Mon, 17 Jul 2023 17:12:21 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 16 Feb 2023 17:46:04 GMT | ||
* Generated on Mon, 17 Jul 2023 17:12:21 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 16 Feb 2023 17:46:04 GMT | ||
* Generated on Mon, 17 Jul 2023 17:12:21 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@pluralsight/design-tokens", | ||
"version": "0.4.1", | ||
"version": "0.5.1-next-1c759e", | ||
"description": "Design tokens for Pluralsight.", | ||
@@ -12,3 +12,4 @@ "type": "module", | ||
"import": "./npm/wrapper.mjs", | ||
"require": "./npm/index.cjs" | ||
"require": "./npm/index.cjs", | ||
"types": "./npm/index.d.ts" | ||
}, | ||
@@ -25,3 +26,4 @@ "./light": { | ||
}, | ||
"./meta/normalize.json": "./npm/meta/normalize.json" | ||
"./meta/normalize.json": "./npm/meta/normalize.json", | ||
"./normalize.css": "./npm/normalize/normalize.css" | ||
}, | ||
@@ -50,2 +52,5 @@ "typesVersions": { | ||
"compile:normalize": "sass ./normalize.scss ./npm/normalize/normalize.css", | ||
"fix:css": "stylelint --fix \"./**/*.@(css|scss)\"", | ||
"lint:css": "stylelint \"./**/*.@(css|scss)\" --max-warnings 0", | ||
"lint:js": "eslint --max-warnings 0 \"./**/*.@(cjs|mjs)\"", | ||
"lint:ts": "echo \"Typescript is not used in design-tokens.\"", | ||
@@ -57,10 +62,23 @@ "prebuild": "rm -rf npm", | ||
"devDependencies": { | ||
"@types/eslint": "^8", | ||
"@types/tinycolor2": "^1", | ||
"@types/yaml": "^1", | ||
"change-case": "^4.1.2", | ||
"eslint": "^8.39.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest-dom": "^5.0.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-sonarjs": "^0.19.0", | ||
"fs-extra": "^11.1.0", | ||
"postcss": "^8.4.23", | ||
"sass": "^1.50.0", | ||
"style-dictionary": "^3.7.0", | ||
"stylelint": "^15.10.1", | ||
"stylelint-config-prettier": "^9.0.5", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^10.0.0", | ||
"stylelint-order": "^6.0.3", | ||
"stylelint-prettier": "^4.0.0", | ||
"tinycolor2": "^1.4.2", | ||
"yaml": "^1.10.2" | ||
"yaml": "^2.2.2" | ||
}, | ||
@@ -84,7 +102,7 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git@github.com:pluralsight/pando.git", | ||
"directory": "packages/tokens" | ||
"url": "https://github.com/pluralsight/pando.git", | ||
"directory": "packages/design-tokens" | ||
}, | ||
"license": "Apache 2.0", | ||
"packageManager": "yarn@3.3.1" | ||
"packageManager": "yarn@3.5.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62069
21