summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/css/package.json
blob: 92330cdb6025b2d3a97ffe30e522058938894a67 (plain) (blame)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
  "_from": "@primer/css",
  "_id": "@primer/css@14.3.0",
  "_inBundle": false,
  "_integrity": "sha512-n5/skNhsbCc+wStmH2nSFHWS8I1XFVtdSabG7IuCYbGELuxduw3x5kl9uYQwG558E5/4wQZ/WbAeACuTTjcWFA==",
  "_location": "/@primer/css",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@primer/css",
    "name": "@primer/css",
    "escapedName": "@primer%2fcss",
    "scope": "@primer",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/@primer/css/-/css-14.3.0.tgz",
  "_shasum": "66d3e25a6c750e65d06234d1cf4e16a32567c611",
  "_spec": "@primer/css",
  "_where": "E:\\hugo-theme-fuji-demo\\themes\\hugo-theme-fuji",
  "author": {
    "name": "GitHub, Inc."
  },
  "bin": {
    "primer-migrate": "bin/primer-migrate"
  },
  "bugs": {
    "url": "https://github.com/primer/css/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@primer/octicons": "^9.1.1"
  },
  "deprecated": false,
  "description": "Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.",
  "devDependencies": {
    "@octokit/rest": "^16.34.0",
    "@storybook/addon-viewport": "5.0.11",
    "@storybook/react": "5.0.11",
    "autoprefixer": "9.4.7",
    "code-blocks": "^1.1.0",
    "colorette": "^1.1.0",
    "css-loader": "1.0.0",
    "cssstats": "3.3.0",
    "details-dialog-element": "^1.4.0",
    "eslint": "4.19.1",
    "eslint-plugin-github": "1.0.0",
    "filesize": "4.1.2",
    "fs-extra": "^4.0.2",
    "gh-pages": "^1.0.0",
    "globby": "^6.1.0",
    "klaw": "3.0.0",
    "minimist": "1.2.0",
    "node-fetch": "2.4.0",
    "npm-run-all": "4.1.5",
    "postcss": "7.0.14",
    "postcss-import": "^12.0.1",
    "postcss-load-config": "2.0.0",
    "postcss-loader": "^2.0.6",
    "postcss-node-sass": "2.1.8",
    "postcss-scss": "2.0.0",
    "postcss-value-parser": "^4.0.2",
    "prop-types": "^15.6.2",
    "semantic-release": "^15.13.27",
    "semver": "5.7.1",
    "stream-buffers": "^3.0.2",
    "style-loader": "^0.18.2",
    "styled-components": "4.1.2",
    "stylelint": "^10.1.0",
    "stylelint-config-primer": "^9.0.0",
    "stylelint-disable": "^0.1.5",
    "stylelint-only": "^1.0.1",
    "stylelint-scss": "^3.12.0",
    "table": "5.2.3",
    "typographic-base": "^1.0.4",
    "unified": "^7.1.0",
    "unist-util-select": "^2.0.2",
    "unist-util-stringify-position": "^2.0.1",
    "unist-util-visit": "^1.4.1"
  },
  "homepage": "https://primer.style/css",
  "keywords": [
    "primer",
    "css",
    "github",
    "design-system"
  ],
  "license": "MIT",
  "main": "dist/primer.js",
  "name": "@primer/css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/primer/css.git"
  },
  "sass": "index.scss",
  "scripts": {
    "build-storybook": "build-storybook -o .storybuild",
    "dev": "cd docs && npm install && npm run develop",
    "dist": "script/dist.js",
    "eslint": "eslint script deprecations.js lib .storybook",
    "eslint-docs": "eslint docs/{content,src,*.js}",
    "fresh": "rm -rf node_modules; npm install",
    "lint": "npm-run-all -s stylelint eslint eslint-docs",
    "postpublish": "script/postpublish",
    "prepublishOnly": "script/prepublish",
    "publish-storybook": "script/publish-storybook",
    "start": "npm run dev",
    "start-storybook": "start-storybook -p 8001",
    "stylelint": "stylelint --quiet src",
    "test": "npm-run-all -s test-urls test-migrate",
    "test-migrate": "script/test-migrate",
    "test-urls": "script/test-doc-urls.js"
  },
  "style": "dist/primer.css",
  "version": "14.3.0"
}