equinoxmedia-fuze
Version:
Common components library POC
51 lines (50 loc) • 1.35 kB
JSON
{
"name": "equinoxmedia-fuze",
"version": "0.0.6",
"files": [
"lib/**/*"
],
"description": "Common components library POC",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"android": "react-native run-android",
"build": "tsc",
"ios": "react-native run-ios",
"lint": "eslint .",
"prepare": "npm run build",
"postversion": "git push && git push --tags",
"start": "react-native start",
"storybook": "start-storybook -p 7007",
"test": "jest",
"version": "git add -A src"
},
"peerDependencies": {
"react": "^16.11.0",
"react-native": "^0.61.0 || ^0.62.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/eslint-config": "^0.0.5",
"@storybook/addons": "^5.3.18",
"@storybook/react-native": "^5.3.18",
"@storybook/react-native-server": "^5.3.18",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-dom": "16.11.0",
"react-test-renderer": "16.11.0",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native"
},
"keywords": [
"Equinox"
],
"author": "damian.farina@equinoxmedia.com"
}