package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "ncore-ui-kit-mobile-example-web",
  3. "version": "1.0.0-pre-alpha.0",
  4. "type": "commonjs",
  5. "main": "index.js",
  6. "private": true,
  7. "scripts": {
  8. "android": "react-native run-android",
  9. "ios": "react-native run-ios",
  10. "lint": "eslint .",
  11. "start": "react-native start",
  12. "web": "webpack serve --config ./webpack.config.js",
  13. "test": "jest"
  14. },
  15. "dependencies": {
  16. "@react-native/new-app-screen": "0.85.3",
  17. "@react-navigation/elements": "2.9.18",
  18. "@react-navigation/native": "7.2.4",
  19. "@react-navigation/native-stack": "7.15.1",
  20. "lucide-react-native": "1.16.0",
  21. "moment": "https://git.nibgat.space/nibgat-community/moment.git",
  22. "ncore-context": "1.0.5",
  23. "react": "19.2.3",
  24. "react-dom": "19.2.3",
  25. "react-native": "0.85.3",
  26. "react-native-safe-area-context": "5.5.2",
  27. "react-native-svg": "15.15.5",
  28. "react-native-web": "0.21.2",
  29. "rrule": "https://git.nibgat.space/nibgat-community/rrule.git"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "7.25.2",
  33. "@babel/plugin-proposal-class-properties": "7.18.6",
  34. "@babel/plugin-transform-modules-commonjs": "7.28.6",
  35. "@babel/plugin-transform-private-methods": "7.28.6",
  36. "@babel/plugin-transform-private-property-in-object": "7.28.6",
  37. "@babel/preset-env": "7.25.3",
  38. "@babel/preset-typescript": "7.28.5",
  39. "@babel/runtime": "7.25.0",
  40. "@react-native-community/cli": "20.1.0",
  41. "@react-native-community/cli-platform-android": "20.1.0",
  42. "@react-native-community/cli-platform-ios": "20.1.0",
  43. "@react-native/babel-preset": "0.85.3",
  44. "@react-native/eslint-config": "0.85.3",
  45. "@react-native/jest-preset": "0.85.3",
  46. "@react-native/metro-config": "0.85.3",
  47. "@react-native/typescript-config": "0.85.3",
  48. "@types/jest": "29.5.13",
  49. "@types/react": "19.2.0",
  50. "@types/react-test-renderer": "19.1.0",
  51. "babel-loader": "10.1.1",
  52. "babel-plugin-module-resolver": "5.0.3",
  53. "babel-plugin-react-native-web": "0.21.2",
  54. "eslint": "8.19.0",
  55. "html-webpack-plugin": "5.6.7",
  56. "jest": "29.6.3",
  57. "prettier": "2.8.8",
  58. "react-test-renderer": "19.2.3",
  59. "typescript": "5.8.3",
  60. "url-loader": "4.1.1",
  61. "webpack": "5.107.1",
  62. "webpack-cli": "7.0.2",
  63. "webpack-dev-server": "5.2.4"
  64. },
  65. "engines": {
  66. "node": ">= 22.11.0"
  67. }
  68. }