| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "ncore-ui-kit-mobile-example-web",
- "version": "1.0.0-pre-alpha.0",
- "type": "commonjs",
- "main": "index.js",
- "private": true,
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "lint": "eslint .",
- "start": "react-native start",
- "web": "webpack serve --config ./webpack.config.js",
- "test": "jest"
- },
- "dependencies": {
- "@react-native/new-app-screen": "0.85.3",
- "@react-navigation/elements": "2.9.18",
- "@react-navigation/native": "7.2.4",
- "@react-navigation/native-stack": "7.15.1",
- "lucide-react-native": "1.16.0",
- "moment": "https://git.nibgat.space/nibgat-community/moment.git",
- "ncore-context": "1.0.5",
- "react": "19.2.3",
- "react-dom": "19.2.3",
- "react-native": "0.85.3",
- "react-native-safe-area-context": "5.5.2",
- "react-native-svg": "15.15.5",
- "react-native-web": "0.21.2",
- "rrule": "https://git.nibgat.space/nibgat-community/rrule.git"
- },
- "devDependencies": {
- "@babel/core": "7.25.2",
- "@babel/plugin-proposal-class-properties": "7.18.6",
- "@babel/plugin-transform-modules-commonjs": "7.28.6",
- "@babel/plugin-transform-private-methods": "7.28.6",
- "@babel/plugin-transform-private-property-in-object": "7.28.6",
- "@babel/preset-env": "7.25.3",
- "@babel/preset-typescript": "7.28.5",
- "@babel/runtime": "7.25.0",
- "@react-native-community/cli": "20.1.0",
- "@react-native-community/cli-platform-android": "20.1.0",
- "@react-native-community/cli-platform-ios": "20.1.0",
- "@react-native/babel-preset": "0.85.3",
- "@react-native/eslint-config": "0.85.3",
- "@react-native/jest-preset": "0.85.3",
- "@react-native/metro-config": "0.85.3",
- "@react-native/typescript-config": "0.85.3",
- "@types/jest": "29.5.13",
- "@types/react": "19.2.0",
- "@types/react-test-renderer": "19.1.0",
- "babel-loader": "10.1.1",
- "babel-plugin-module-resolver": "5.0.3",
- "babel-plugin-react-native-web": "0.21.2",
- "eslint": "8.19.0",
- "html-webpack-plugin": "5.6.7",
- "jest": "29.6.3",
- "prettier": "2.8.8",
- "react-test-renderer": "19.2.3",
- "typescript": "5.8.3",
- "url-loader": "4.1.1",
- "webpack": "5.107.1",
- "webpack-cli": "7.0.2",
- "webpack-dev-server": "5.2.4"
- },
- "engines": {
- "node": ">= 22.11.0"
- }
- }
|