UNPKG

sophia-components

Version:
100 lines (99 loc) 2.79 kB
{ "name": "sophia-components", "version": "0.3.3", "description": "Sophia React Components based on bulma.io", "main": "build/index.js", "scripts": { "build": "babel lib -d build", "lint": "eslint lib/**; exit 0", "lint:watch": "esw -w lib/**", "prepublish": "npm run build", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "deploy-storybook": "storybook-to-ghpages", "test": "jest --watch --env=jsdom" }, "repository": { "type": "git", "url": "git+https://github.com/DKCoders/sophia-components.git" }, "keywords": [ "react", "components", "bulma", "sophia" ], "author": "Alexys Gonzalez", "license": "Apache-2.0", "bugs": { "url": "https://github.com/DKCoders/sophia-components/issues" }, "homepage": "https://github.com/DKCoders/sophia-components#readme", "devDependencies": { "@fortawesome/fontawesome-free-webfonts": "^1.0.9", "@storybook/addon-actions": "^3.4.3", "@storybook/addon-links": "^3.4.3", "@storybook/addons": "^3.4.3", "@storybook/react": "^3.4.3", "@storybook/storybook-deployer": "^2.3.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-jest": "^22.4.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-es2017": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-runtime": "^6.26.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "eslint-watch": "^3.1.4", "faker": "^4.1.0", "jest": "^22.4.3", "jest-cli": "^22.4.3", "jest-enzyme": "^6.0.0" }, "dependencies": { "bulma": "^0.7.1", "prop-types": "^15.6.1", "react": "^16.3.2", "react-dom": "^16.3.2", "recompose": "^0.27.0" }, "jest": { "collectCoverageFrom": [ "lib/**/*.{js,jsx}" ], "setupFiles": [ "<rootDir>/config/setupTests.js" ], "testMatch": [ "<rootDir>/__tests__/**/*.js?(x)" ], "testEnvironment": "node", "testURL": "http://localhost", "transform": { "^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest", "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js", "^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], "moduleNameMapper": { "^react-native$": "react-native-web" }, "moduleFileExtensions": [ "web.js", "js", "json", "web.jsx", "jsx" ] } }