UNPKG

lark-cms

Version:

Multi terminal CMS component library

174 lines (173 loc) 5.5 kB
{ "name": "lark-cms", "version": "0.13.1-rn", "description": "Multi terminal CMS component library", "author": "camnpr<camnpr@163.com>", "main": "dist/larkCms.js", "module": "dist/larkCms.es.js", "jsnext:main": "dist/larkCms.es.js", "--react-native": "packages/index.rn.tsx react-native: packages/index.rn.tsx` 配置项用于指定 React Native 应用程序的入口文件位置。通过这种方式,你可以自定义入口文件路径,而不是使用默认的 `index.js` 或 `index.tsx`。这对于组织大型项目或使用特定的项目结构非常有用。", "typings": "typings/index.d.ts", "scripts": { "start": "yarn build & cd ./docs/ & next dev -p 3002", "start:latest": "yarn build && yarn upgrade lark-cms --latest & cd ./docs/ & next dev -p 3002", "build": "rollup -c --environment NODE_ENV:h5 & xcopy \".\\dist\\\" \".\\docs\\lark-cms-dist\\\" /E /I /Y", "build:h5": "rollup -c --environment NODE_ENV:h5", "build:rn": "rollup -c --environment NODE_ENV:rn", "build:weapp": "rollup -c --environment NODE_ENV:weapp", "build:swan": "rollup -c --environment NODE_ENV:swan", "build:alipay": "rollup -c --environment NODE_ENV:alipay", "build:tt": "rollup -c --environment NODE_ENV:tt", "build:qq": "rollup -c --environment NODE_ENV:qq", "build:jd": "rollup -c --environment NODE_ENV:jd", "build:quickapp": "rollup -c --environment NODE_ENV:quickapp", "test": "jest --coverage --no-cache", "storybook": "start-storybook", "build:docs": "yarn build & cd ./docs/ & next build" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/camnpr/SuperApp/tree/master/Lark-Cms" }, "keywords": [ "lark", "cms", "component", "components", "client", "app", "rn", "react native", "weex", "weapp", "swan", "alipay", "tt", "quickapp", "qq", "jd", "ui" ], "peerDependencies": { "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.76.9" }, "resolutions": { "@types/react": "18.0.28" }, "dependencies": { "@expo/vector-icons": "14.0.4", "@react-native-async-storage/async-storage": "1.23.1", "classnames": "^2.2.3", "cosmiconfig": "^7.0.1", "cross-env": "^7.0.2", "expo-av": "15.0.2", "expo-file-system": "~18.0.12", "expo-image": "~2.0.7", "expo-linear-gradient": "14.0.2", "expo-screen-orientation": "~8.0.4", "expo-status-bar": "~2.0.1", "expo-video": "~2.0.6", "expo-video-player": "^2.2.0", "prop-types": "^15.7.2", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.76.9", "react-native-gesture-handler": "~2.20.2", "react-native-image-viewing-extend": "0.2.2-stable1", "react-native-reanimated": "~3.16.1", "react-native-reanimated-carousel": "^4.0.2", "react-native-swiper-flatlist": "^3.2.5", "react-native-web-refresh-control": "^1.1.1", "react-slick": "0.30.3", "react-transition-group": "^4.4.5", "slick-carousel": "1.8.1" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/eslint-parser": "^7.27.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-export-default-from": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.7.7", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-syntax-jsx": "^7.18.6", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.18.10", "@babel/preset-react": "^7.18.6", "@rollup/plugin-babel": "^5.0.4", "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-typescript": "^8.3.4", "@rollup/plugin-url": "^5.0.1", "@storybook/react": "^5.3.10", "@svgr/rollup": "^5.4.0", "@testing-library/jest-dom": "^5.1.0", "@testing-library/react": "^9.4.0", "@types/jest": "^25.1.1", "@types/node": "18.13.0", "@types/react": "18.2.71", "@types/react-dom": "18.2.22", "@types/react-slick": "0.23.13", "acorn-jsx": "^5.3.2", "autoprefixer": "^9.8.4", "babel-jest": "^28.1.3", "babel-loader": "^8.1.0", "babel-plugin-import": "^1.13.0", "eslint": "^9.28.0", "eslint-config-next": "13.1.6", "jest": "^26.1.0", "less": "^3.12.2", "next": "13.1.6", "np": "^5.2.1", "postcss-pxtorem": "^5.1.1", "react-native-iphone-x-helper": "^1.3.1", "rollup": "^2.78.0", "rollup-plugin-peer-deps-external": "^2.2.3", "rollup-plugin-postcss": "^3.1.2", "rollup-plugin-terser": "^6.1.0", "rollup-plugin-typescript2": "^0.27.1", "ts-jest": "^26.1.1", "typescript": "^4.9.4", "webpack-cli": "4.8.0" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testPathIgnorePatterns": [ "dist/" ], "globals": { "ts-jest": { "tsConfig": "tsconfig.test.json" } } }, "standard": { "ignore": [ "node_modules/", "dist/" ], "globals": [ "describe", "it", "test", "expect", "afterAll", "jest" ] }, "engines": { "node": ">=16.18.1", "npm": ">=8.19.3", "yarn": ">=1.22.17" }, "browserslist": [ "last 2 version", "> 1%", "ios 7" ] }