@lskjs/css
Version:
LSK ux subrepo: css
39 lines (38 loc) • 1.28 kB
JSON
{
"name": "@lskjs/css",
"version": "1.1.74",
"description": "LSK ux subrepo: css",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/lskjs/ux/tree/master/packages/css",
"keywords": [],
"scripts": {
"dev": "npm run watch",
"postversion": "npm run release",
"lint:js": "../../scripts/package-lint-js.sh",
"bootstrap": "../../scripts/package-bootstrap.sh",
"bootstrap:nodemodules": "../../scripts/package-bootstrap-nodemodules.sh",
"update": "../../scripts/package-update.sh",
"build": "../../scripts/package-build.sh",
"watch": "../../scripts/package-watch.sh",
"link": "../../scripts/package-link.sh",
"link:me": "../../scripts/package-link-me.sh",
"link:all": "../../scripts/package-link-all.sh",
"bump": "../../scripts/package-bump.sh",
"release": "../../scripts/package-release.sh",
"release:docs": "../../scripts/package-release-docs.sh",
"storybook": "../../scripts/package-storybook.sh",
"styleguide": "../../scripts/package-styleguide.sh"
},
"devDependencies": {
"@emotion/core": "10.0.27",
"emotion": "10.0.27"
},
"peerDependencies": {
"@emotion/core": "*",
"emotion": "*"
}
}