mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
c421f7d45b
- primer-core@3.0.1-next.0 - primer-css@6.0.1-next.0 - primer-marketing@3.0.1-next.0 - primer-product@3.0.1-next.0
38 lines
994 B
JSON
38 lines
994 B
JSON
{
|
|
"version": "3.0.1-next.0",
|
|
"name": "primer-product",
|
|
"description": "Primer CSS's product modules",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"main": "build/index.js",
|
|
"files": [
|
|
"index.scss",
|
|
"build"
|
|
],
|
|
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-product",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"test": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"primer-alerts": "^1.1.3-monotest.0",
|
|
"primer-avatars": "^0.4.7-monotest.0",
|
|
"primer-blankslate": "^0.3.6-monotest.0",
|
|
"primer-labels": "^1.1.1-monotest.0",
|
|
"primer-markdown": "^3.3.8-monotest.0",
|
|
"primer-support": "^4.0.1-monotest.0"
|
|
},
|
|
"peerDependencies": {
|
|
"primer-core": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"primer-module-build": "*"
|
|
}
|
|
}
|