@simply-fin-services/astronomix
Version:
astronomix components
58 lines (57 loc) • 1.43 kB
JSON
{
"name": "@simply-fin-services/astronomix",
"version": "0.1.34",
"description": "astronomix components",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --copy-files --no-demo",
"build:demo": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"deploy": "git push --follow-tags"
},
"dependencies": {
"antd": "^3.8.2",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"styled-components": "^3.2.5"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"nwb": "0.23.x",
"nwb-less": "^0.7.1",
"nwb-sass": "^0.9.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-watch": "^3.1.4",
"node-sass": "^4.9.2"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}