UNPKG

lm-noticebar

Version:

* 作者:kanghongyan * 邮箱:khongyan@gmail.com * 版本:**`1.0.3`**

85 lines (84 loc) 2.4 kB
{ "name": "lm-noticebar", "version": "1.0.3", "author": { "name": "kanghongyan", "email": "khongyan@gmail.com" }, "repository": { "type": "git", "url": "http://gitlab.xxx.com/groups/lm-component/noticebar" }, "group": "lm-component", "type": "react", "keywords": [ "earth", "react", "reactsfc", "noticebar" ], "main": "lib/index.js", "peerDependencies": { "react": ">=15.6.1", "react-dom": ">=15.6.1" }, "dependencies": { "classnames": "^2.2.5", "pinkie-promise": "^2.0.1", "promise": "8.0.1", "prop-types": "^15.5.10", "whatwg-fetch": "2.0.3" }, "scripts": { "start": "earth-component-scripts start", "build": "earth-component-scripts build", "update": "earth-component-scripts update", "test": "earth-component-scripts test --env=jsdom" }, "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx}" ], "setupFiles": [ "<rootDir>/config/polyfills.js" ], "testMatch": [ "<rootDir>/**/__tests__/**/*.js?(x)", "<rootDir>/src/**/?(*.)(spec|test).js?(x)" ], "testEnvironment": "node", "testURL": "http://localhost", "transform": { "^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest", "^.+\\.css$": "<rootDir>/node_modules/earth-component-scripts/config/jest/cssTransform.js", "^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/node_modules/earth-component-scripts/config/jest/fileTransform.js" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], "moduleNameMapper": { "^react-native$": "react-native-web" }, "moduleFileExtensions": [ "web.js", "js", "json", "web.jsx", "jsx", "node" ] }, "eslintConfig": { "extends": "react-app" }, "devDependencies": { "earth-component-scripts": "^0.1.6", "enzyme": "^2.9.1", "lm-flexible": "^0.1.1", "sinon": "^3.2.1", "object-assign": "4.1.1", "react": "^15.6.1", "react-dom": "^15.6.1" }, "proxy": "http://localhost:3001/" }