UNPKG

2.39 kBJSONView Raw
1{
2 "name": "@shopify/polaris-tokens",
3 "version": "2.7.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 "test-watch": "nodemon --exec 'npm-run-all dist test' --watch ./tokens --watch ./formats --watch ./gulpfile.js --watch ./scripts",
10 "clean": "rimraf ./dist",
11 "predist": "yarn clean",
12 "dist": "npm-run-all dist:**",
13 "dist-ci": "npm-run-all dist:* dist:*:*",
14 "dist:gulp": "gulp",
15 "dist:docs": "gulp docs",
16 "dist:format": "prettier ./{dist,docs}/*.{js,json,css,scss,sketchpalette} --write",
17 "dist:colors:ase": "node ./scripts/ase-encode.js",
18 "dist:colors:clr:exclude-from-ci": "ase2clr ./dist/colors.ase ./dist/colors.clr",
19 "dist:colors:rename-palettes:exclude-from-ci": "renamer --find colors --replace Polaris ./dist/colors.{ase,clr,sketchpalette}",
20 "lint": "sewing-kit lint",
21 "watch": "gulp watch",
22 "heroku-postbuild": "yarn dist-ci",
23 "start": "http-server docs"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/Shopify/polaris-tokens.git"
28 },
29 "publishConfig": {
30 "access": "public",
31 "@shopify:registry": "https://registry.npmjs.org"
32 },
33 "keywords": [
34 "polaris",
35 "design-tokens"
36 ],
37 "author": "Shopify",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/Shopify/polaris-tokens/issues"
41 },
42 "eslintConfig": {
43 "extends": [
44 "plugin:shopify/node",
45 "plugin:shopify/esnext",
46 "plugin:shopify/prettier"
47 ]
48 },
49 "stylelint": {
50 "extends": [
51 "stylelint-config-shopify/prettier"
52 ]
53 },
54 "homepage": "https://github.com/Shopify/polaris-tokens#readme",
55 "devDependencies": {
56 "@shopify/sewing-kit": "^0.106.1",
57 "ase-util": "^1.0.3",
58 "ase-utils": "^0.1.1",
59 "browser-sync": "^2.26.7",
60 "gulp": "^4.0.2",
61 "gulp-load-plugins": "^2.0.1",
62 "gulp-plumber": "^1.2.1",
63 "gulp-rename": "^1.4.0",
64 "gulp-restart": "^0.1.1",
65 "gulp-sass": "^4.0.2",
66 "gulp-sourcemaps": "^2.6.5",
67 "gulp-theo": "^2.0.0",
68 "http-server": "^0.11.1",
69 "immutable": "^3.8.2",
70 "lodash": "^4.17.15",
71 "ms": "^2.1.2",
72 "nodemon": "^1.19.2",
73 "npm-run-all": "^4.1.5",
74 "renamer": "^1.1.3",
75 "rimraf": "^3.0.0",
76 "theo": "8.1.4",
77 "tinycolor2": "^1.4.1",
78 "xml": "^1.0.1"
79 }
80}