photon-ant
Version:
Mozilla Photon styles for the Ant Design UI library
39 lines (38 loc) • 979 B
JSON
{
"name": "photon-ant",
"version": "0.1.4",
"description": "Mozilla Photon styles for the Ant Design UI library",
"main": "index.less",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint 'src/**/*.less' --format less --config ./.stylelintrc --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FirefoxUX/photon-themes.git"
},
"keywords": [
"photon",
"mozilla",
"antdesign",
"ant",
"antd"
],
"author": "Andy Mikulski <amikulski@mozilla.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/FirefoxUX/photon-themes/issues"
},
"homepage": "https://github.com/FirefoxUX/photon-themes#readme",
"dependencies": {
"antd": "3.0.0",
"less": "2.7.2",
"less-loader": "4.0.5",
"photon-colors": "1.3.0"
},
"devDependencies": {
"stylelint": "8.3.1",
"stylelint-config-standard": "18.0.0",
"stylelint-order": "0.7.0"
}
}