UNPKG

1.93 kBJSONView Raw
1{
2 "name": "@shopify/polaris-tokens",
3 "version": "2.18.0",
4 "description": "Design Tokens for the Polaris Design System",
5 "main": "index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "test": "sewing-kit test",
9 "clean": "rimraf ./dist-modern",
10 "prebuild": "yarn run clean",
11 "build": "npm-run-all build:ts build:gulp",
12 "build:ts": "tsc -p tsconfig.build.json",
13 "build:gulp": "gulp",
14 "postbuild": "yarn run format",
15 "format": "prettier './dist-modern/**/*.{js,json}' --write && prettier './dist-modern/**/*.ts' --write --parser typescript",
16 "type-check": "sewing-kit type-check",
17 "lint": "sewing-kit lint"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/Shopify/polaris-tokens.git"
22 },
23 "publishConfig": {
24 "access": "public",
25 "@shopify:registry": "https://registry.npmjs.org"
26 },
27 "keywords": [
28 "polaris",
29 "design-tokens"
30 ],
31 "author": "Shopify",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/Shopify/polaris-tokens/issues"
35 },
36 "eslintConfig": {
37 "extends": [
38 "plugin:@shopify/typescript",
39 "plugin:@shopify/node",
40 "plugin:@shopify/jest",
41 "plugin:@shopify/prettier"
42 ]
43 },
44 "stylelint": {
45 "extends": [
46 "@shopify/stylelint-plugin"
47 ]
48 },
49 "homepage": "https://github.com/Shopify/polaris-tokens#readme",
50 "devDependencies": {
51 "@shopify/sewing-kit": "^0.143.0",
52 "@types/lodash": "^4.14.165",
53 "@types/theo": "^8.1.3",
54 "gulp": "^4.0.2",
55 "gulp-load-plugins": "^2.0.6",
56 "gulp-rename": "^2.0.0",
57 "gulp-sass": "^4.1.0",
58 "gulp-theo": "^2.0.1",
59 "lodash": "^4.17.20",
60 "ms": "^2.1.3",
61 "nodemon": "^2.0.6",
62 "npm-run-all": "^4.1.5",
63 "rimraf": "^3.0.2",
64 "theo": "8.1.5",
65 "tinycolor2": "^1.4.2",
66 "typescript": "^4.1.3",
67 "xml": "^1.0.1"
68 },
69 "dependencies": {
70 "hsluv": "^0.1.0",
71 "tslib": "^1.14.1"
72 }
73}