This repository was archived by the owner on Jun 19, 2025. It is now read-only.
forked from Shopify/polaris-tokens
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@shopify/polaris-tokens",
"version": "2.6.0",
"description": "Design Tokens for the Polaris Design System",
"main": "index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "sewing-kit test",
"test-watch": "nodemon --exec 'npm-run-all dist test' --watch ./tokens --watch ./formats --watch ./gulpfile.js --watch ./scripts",
"clean": "rimraf ./dist",
"predist": "yarn clean",
"dist": "npm-run-all dist:**",
"dist-ci": "npm-run-all dist:* dist:*:*",
"dist:gulp": "gulp",
"dist:docs": "gulp docs",
"dist:format": "prettier ./{dist,docs}/*.{js,json,css,scss,sketchpalette} --write",
"dist:colors:ase": "node ./scripts/ase-encode.js",
"dist:colors:clr:exclude-from-ci": "ase2clr ./dist/colors.ase ./dist/colors.clr",
"dist:colors:rename-palettes:exclude-from-ci": "renamer --find colors --replace Polaris ./dist/colors.{ase,clr,sketchpalette}",
"lint": "sewing-kit lint",
"watch": "gulp watch",
"heroku-postbuild": "yarn dist-ci",
"start": "http-server docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/polaris-tokens.git"
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"keywords": [
"polaris",
"design-tokens"
],
"author": "Shopify",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shopify/polaris-tokens/issues"
},
"eslintConfig": {
"extends": [
"plugin:shopify/node",
"plugin:shopify/esnext",
"plugin:shopify/prettier"
]
},
"stylelint": {
"extends": [
"stylelint-config-shopify/prettier"
]
},
"homepage": "https://github.com/Shopify/polaris-tokens#readme",
"devDependencies": {
"@shopify/sewing-kit": "^0.106.1",
"ase-util": "^1.0.3",
"ase-utils": "^0.1.1",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-restart": "^0.1.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-theo": "^2.0.0",
"http-server": "^0.11.1",
"immutable": "^3.8.2",
"lodash": "^4.17.15",
"ms": "^2.1.2",
"nodemon": "^1.19.2",
"npm-run-all": "^4.1.5",
"renamer": "^1.1.3",
"rimraf": "^3.0.0",
"theo": "8.1.4",
"tinycolor2": "^1.4.1",
"xml": "^1.0.1"
}
}