1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00
css/package.json

98 lines
3.1 KiB
JSON
Raw Normal View History

{
"name": "@primer/css",
2019-09-04 09:06:35 +03:00
"version": "12.7.0",
"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.",
2019-03-06 08:40:34 +03:00
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "dist/primer.css",
"sass": "index.scss",
"main": "dist/primer.js",
"repository": "https://github.com/primer/css",
"bugs": {
"url": "https://github.com/primer/css/issues"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"bin": {
"primer-migrate": "bin/primer-migrate"
},
"scripts": {
"fresh": "rm -rf node_modules; npm install",
"dist": "script/dist",
"check-links": "script/check-links http://localhost:3000/css -v",
"lint": "npm-run-all -s lint-css lint-js",
"lint-css": "stylelint --quiet --syntax scss src/**/*.scss",
2019-09-05 22:37:55 +03:00
"lint-js": "eslint script lib docs deprecations.js .storybook",
2019-03-09 02:58:50 +03:00
"now-build": "npm run dist && next build",
"now-start": "next start",
"now-test": "npm-run-all -s now-build now-start",
2019-02-05 02:14:05 +03:00
"postpublish": "script/postpublish",
2019-02-05 01:03:04 +03:00
"prepublishOnly": "script/prepublish",
"publish-storybook": "script/publish-storybook",
2019-07-30 02:56:17 +03:00
"start": "npm run dev",
2019-08-13 01:33:06 +03:00
"dev": "cd docs && npm install && npm run develop",
"start-storybook": "start-storybook -p 8001",
"build-storybook": "build-storybook -o .storybuild",
"test": "npm-run-all -s test-urls test-migrate",
2019-03-04 22:40:05 +03:00
"test-urls": "node docs-test/urls.js",
"test-migrate": "script/test-migrate"
2016-05-25 21:56:43 +03:00
},
"dependencies": {
"@primer/octicons": "^9.1.1"
},
"devDependencies": {
2019-05-15 00:30:28 +03:00
"@storybook/addon-viewport": "5.0.11",
"@storybook/react": "5.0.11",
"action-status": "0.1.1",
2019-02-12 06:42:49 +03:00
"autoprefixer": "9.4.7",
2017-09-21 08:39:44 +03:00
"code-blocks": "^1.1.0",
"colorette": "^1.0.7",
"css-loader": "1.0.0",
2019-04-06 02:58:46 +03:00
"cssstats": "3.3.0",
"details-dialog-element": "^1.4.0",
2019-02-05 01:30:39 +03:00
"eslint": "4.19.1",
"eslint-plugin-github": "1.0.0",
2018-05-09 22:24:23 +03:00
"execa": "^0.10.0",
2019-04-26 23:11:44 +03:00
"filesize": "4.1.2",
2017-10-10 21:41:41 +03:00
"fs-extra": "^4.0.2",
"fx": "11.0.1",
2017-10-17 00:29:21 +03:00
"gh-pages": "^1.0.0",
2017-10-10 21:41:41 +03:00
"globby": "^6.1.0",
"hast-util-to-html": "^5.0.0",
"hast-util-to-string": "^1.0.1",
2019-03-01 02:01:05 +03:00
"klaw": "3.0.0",
"loader-utils": "^1.1.0",
2019-04-26 23:11:44 +03:00
"minimist": "1.2.0",
"node-fetch": "2.4.0",
"now": "^12.1.8",
2018-11-29 21:14:43 +03:00
"npm-run-all": "4.1.5",
2019-02-12 06:42:49 +03:00
"postcss": "7.0.14",
"postcss-load-config": "2.0.0",
2017-08-16 21:30:16 +03:00
"postcss-loader": "^2.0.6",
2019-02-12 06:42:49 +03:00
"postcss-node-sass": "2.1.8",
"postcss-scss": "2.0.0",
"prop-types": "^15.6.2",
2019-07-30 02:56:17 +03:00
"raw-loader": "0.5.1",
"refractor": "^2.6.2",
2019-09-05 21:13:19 +03:00
"semver": "5.7.1",
2017-08-16 21:30:16 +03:00
"style-loader": "^0.18.2",
"styled-components": "4.1.2",
"stylelint": "9.10.1",
"stylelint-config-primer": "7.0.1",
2019-04-26 23:11:44 +03:00
"table": "5.2.3",
2019-05-07 01:54:41 +03:00
"tar": "4.4.8",
"tree-model": "^1.0.7",
"typographic-base": "^1.0.4",
"unified": "^7.1.0",
"unist-util-select": "^2.0.0",
"unist-util-stringify-position": "^2.0.0",
2019-03-06 21:57:10 +03:00
"unist-util-visit": "^1.4.0",
2019-04-09 01:11:08 +03:00
"webpack": "4.20.2"
}
}