UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@simply-fin-services/astronomix",
3 "version": "0.1.34",
4 "description": "astronomix components",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "files": [
8 "css",
9 "es",
10 "lib",
11 "umd"
12 ],
13 "scripts": {
14 "build": "nwb build-react-component --copy-files --no-demo",
15 "build:demo": "nwb build-react-component",
16 "clean": "nwb clean-module && nwb clean-demo",
17 "prepublishOnly": "npm run build",
18 "start": "nwb serve-react-demo",
19 "test": "nwb test-react",
20 "test:coverage": "nwb test-react --coverage",
21 "test:watch": "nwb test-react --server",
22 "deploy": "git push --follow-tags"
23 },
24 "dependencies": {
25 "antd": "^3.8.2",
26 "polished": "^1.9.2",
27 "prop-types": "^15.6.1",
28 "react": "^16.3.0",
29 "react-dom": "^16.3.0",
30 "styled-components": "^3.2.5"
31 },
32 "peerDependencies": {
33 "react": "16.x"
34 },
35 "devDependencies": {
36 "babel-plugin-import": "^1.8.0",
37 "nwb": "0.23.x",
38 "nwb-less": "^0.7.1",
39 "nwb-sass": "^0.9.0",
40 "react": "^16.4.2",
41 "react-dom": "^16.4.2",
42 "eslint": "^4.19.1",
43 "eslint-config-airbnb": "^16.1.0",
44 "eslint-plugin-import": "^2.10.0",
45 "eslint-plugin-jsx-a11y": "^6.0.3",
46 "eslint-plugin-react": "^7.7.0",
47 "eslint-watch": "^3.1.4",
48 "node-sass": "^4.9.2"
49 },
50 "author": "",
51 "homepage": "",
52 "license": "MIT",
53 "repository": "",
54 "keywords": [
55 "react-component"
56 ]
57}