lark-cms
Version:
Multi terminal CMS component library
182 lines (181 loc) • 5.79 kB
JSON
{
"name": "lark-cms",
"version": "0.15.3-rn",
"description": "Multi terminal CMS component library",
"author": "camnpr<camnpr@163.com>",
"main": "dist/index.es.js",
"cjs": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"--react-native": "packages/index.rn.tsx react-native: packages/index.rn.tsx` 配置项用于指定 React Native 应用程序的入口文件位置。通过这种方式,你可以自定义入口文件路径,而不是使用默认的 `index.js` 或 `index.tsx`。这对于组织大型项目或使用特定的项目结构非常有用。",
"types": "dist/packages/index.rn.d.ts",
"type": "module",
"files": [
"dist"
],
"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",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"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": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4"
},
"resolutions": {
"@types/react": "19.1.15"
},
"dependencies": {
"@expo/vector-icons": "15.0.3",
"@gorhom/bottom-sheet": "5",
"@react-native-async-storage/async-storage": "2.2.0",
"classnames": "^2.2.3",
"cosmiconfig": "^7.0.1",
"cross-env": "^7.0.2",
"expo-file-system": "~19.0.15",
"expo-image": "~3.0.8",
"expo-linear-gradient": "15.0.7",
"expo-screen-orientation": "~9.0.7",
"expo-status-bar": "~3.0.8",
"expo-video": "~3.0.11",
"prop-types": "^15.8.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-image-viewing-extend": "0.2.2-stable1",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-swiper-flatlist": "^3.2.5",
"react-native-web-refresh-control": "^1.1.2",
"react-slick": "0.31.0",
"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": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-url": "^8.0.2",
"@storybook/react": "^9.1.8",
"@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": "24.5.2",
"@types/prop-types": "^15.7.15",
"@types/react": "19.1.15",
"@types/react-dom": "19.1.9",
"@types/react-slick": "0.23.13",
"acorn-jsx": "^5.3.2",
"autoprefixer": "^10.4.21",
"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": "^8.5.6",
"postcss-pxtorem": "^5.1.1",
"rollup": "4.35.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"terser": "^5.39.0",
"ts-jest": "^26.1.1",
"typescript": "5.8.2",
"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": ">=20.19.4",
"npm": ">=8.19.4",
"yarn": ">=1.22.17"
},
"browserslist": [
"last 2 version",
"> 1%",
"ios 7"
]
}