@cake-fxd/rn-case
Version:
ReactNative Case
111 lines (110 loc) • 3.46 kB
JSON
{
"name": "@cake-fxd/rn-case",
"version": "1.0.31",
"description": "ReactNative Case",
"author": "liusiying@baicizhan.com",
"keywords": [
"React Native",
"Case",
"题型",
"基础题型"
],
"repository": {
"type": "git",
"url": "https://gitlab.baicizhan.com/cake/cake-rn-case.git"
},
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"build": "tsc --project tsconfig.prod.json",
"build:babel": "babel --no-babelrc lib -d lib --presets=@babel/preset-env,@babel/preset-react",
"watch": "tsc --watch",
"version": "npm run changelog"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@babel/cli": "^7.11.6",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@react-native-community/masked-view": "0.1.5",
"babel-preset-env": "^1.7.0",
"expo": "^36.0.0",
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"lodash": "^4.17.20",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
"react-native-swiper": "^1.6.0"
},
"devDependencies": {
"@cake-fxd/rn-elements": "1.1.26",
"expo-font": "~8.0.0",
"expo-status-bar": "^1.0.2",
"expo-av": "~8.0.0",
"@react-native-community/async-storage": "^1.12.1",
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@react-navigation/native": "^5.7.4",
"@react-navigation/stack": "^5.9.1",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-native-web": "^0.13.12",
"conventional-changelog": "^3.1.23",
"conventional-changelog-cli": "^2.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-universe": "^4.0.0",
"eslint-plugin-prettier": "^3.1.4",
"file-loader": "^6.1.0",
"lottie-ios": "3.1.8",
"lottie-react-native": "~2.6.1",
"prettier": "^2.1.1",
"react-art": "^16.13.1",
"react-docgen": "^5.3.0",
"react-docgen-typescript": "^1.20.4",
"react-dom": "16.9.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-reanimated": "^1.13.0",
"react-native-safe-area-context": "^0.6.4",
"react-native-screens": "^2.11.0",
"react-native-svg": "^9.13.6",
"react-native-web": "^0.13.12",
"react-styleguidist": "^11.1.0",
"source-map-loader": "^1.1.0",
"ts-loader": "^8.0.3",
"typescript": "~3.9.5",
"webpack": "^4.44.1"
}
}