mirror of
https://github.com/primer/css.git
synced 2024-12-19 04:01:49 +03:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"version": "5.1.1",
|
|
"name": "primer-marketing",
|
|
"description": "Primer CSS marketing packages",
|
|
"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/modules/primer-marketing",
|
|
"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-breadcrumb": "^1.1.1",
|
|
"primer-cards": "^0.2.1",
|
|
"primer-marketing-support": "^1.1.0",
|
|
"primer-marketing-type": "^1.1.1",
|
|
"primer-marketing-utilities": "^1.1.1",
|
|
"primer-page-headers": "^1.1.1",
|
|
"primer-page-sections": "^1.1.1",
|
|
"primer-support": "^4.1.1",
|
|
"primer-tables": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"primer-module-build": "*",
|
|
"stylelint-config-primer": "^2.0.0"
|
|
}
|
|
}
|