|
@@ -1,16 +1,18 @@
|
|
|
{
|
|
{
|
|
|
"name": "ncore-ui-kit",
|
|
"name": "ncore-ui-kit",
|
|
|
- "version": "1.1.0",
|
|
|
|
|
|
|
+ "version": "1.2.0",
|
|
|
"description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
|
|
"description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
|
|
|
"main": "./lib/module/index.js",
|
|
"main": "./lib/module/index.js",
|
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
|
"exports": {
|
|
"exports": {
|
|
|
".": {
|
|
".": {
|
|
|
- "source": "./src/index.tsx",
|
|
|
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
|
|
|
+ "source": "./src/index.tsx",
|
|
|
"default": "./lib/module/index.js"
|
|
"default": "./lib/module/index.js"
|
|
|
},
|
|
},
|
|
|
- "./package.json": "./package.json"
|
|
|
|
|
|
|
+ "./package.json": "./package.json",
|
|
|
|
|
+ "./webpack-config": "./webpack-config.js",
|
|
|
|
|
+ "./metro-config": "./metro-config.js"
|
|
|
},
|
|
},
|
|
|
"files": [
|
|
"files": [
|
|
|
"!android/local.properties",
|
|
"!android/local.properties",
|
|
@@ -117,10 +119,8 @@
|
|
|
"babel-plugin-react-native-web": "0.21.2",
|
|
"babel-plugin-react-native-web": "0.21.2",
|
|
|
"babel-preset-expo": "56.0.15",
|
|
"babel-preset-expo": "56.0.15",
|
|
|
"buffer": "^6.0.3",
|
|
"buffer": "^6.0.3",
|
|
|
- "copy-webpack-plugin": "11.0.0",
|
|
|
|
|
"copyfiles": "2.4.1",
|
|
"copyfiles": "2.4.1",
|
|
|
"cross-env": "10.1.0",
|
|
"cross-env": "10.1.0",
|
|
|
- "crypto-browserify": "^3.12.1",
|
|
|
|
|
"del-cli": "6.0.0",
|
|
"del-cli": "6.0.0",
|
|
|
"eslint": "9.37.0",
|
|
"eslint": "9.37.0",
|
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
@@ -139,7 +139,6 @@
|
|
|
"html-webpack-plugin": "5.6.7",
|
|
"html-webpack-plugin": "5.6.7",
|
|
|
"jest": "29.6.3",
|
|
"jest": "29.6.3",
|
|
|
"jsonc-eslint-parser": "2.4.1",
|
|
"jsonc-eslint-parser": "2.4.1",
|
|
|
- "process": "^0.11.10",
|
|
|
|
|
"react": "19.2.3",
|
|
"react": "19.2.3",
|
|
|
"react-dom": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
|
"react-native": "0.85.3",
|
|
"react-native": "0.85.3",
|
|
@@ -149,13 +148,10 @@
|
|
|
"react-native-web": "0.21.2",
|
|
"react-native-web": "0.21.2",
|
|
|
"react-test-renderer": "19.2.3",
|
|
"react-test-renderer": "19.2.3",
|
|
|
"release-it": "19.0.4",
|
|
"release-it": "19.0.4",
|
|
|
- "stream-browserify": "^3.0.0",
|
|
|
|
|
"turbo": "2.5.6",
|
|
"turbo": "2.5.6",
|
|
|
"typescript": "5.9.3",
|
|
"typescript": "5.9.3",
|
|
|
"typescript-eslint": "8.46.1",
|
|
"typescript-eslint": "8.46.1",
|
|
|
"url-loader": "4.1.1",
|
|
"url-loader": "4.1.1",
|
|
|
- "util": "^0.12.5",
|
|
|
|
|
- "vm-browserify": "^1.1.2",
|
|
|
|
|
"webpack": "5.107.1",
|
|
"webpack": "5.107.1",
|
|
|
"webpack-cli": "7.0.2",
|
|
"webpack-cli": "7.0.2",
|
|
|
"webpack-dev-server": "5.2.4"
|
|
"webpack-dev-server": "5.2.4"
|
|
@@ -226,11 +222,16 @@
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@react-native-clipboard/clipboard": "1.16.3",
|
|
"@react-native-clipboard/clipboard": "1.16.3",
|
|
|
"core-complex-client": "1.0.19",
|
|
"core-complex-client": "1.0.19",
|
|
|
|
|
+ "crypto-browserify": "^3.12.1",
|
|
|
"lucide-react-native": "1.16.0",
|
|
"lucide-react-native": "1.16.0",
|
|
|
"moment": "https://git.nibgat.space/nibgat-community/moment.git",
|
|
"moment": "https://git.nibgat.space/nibgat-community/moment.git",
|
|
|
"ncore-context": "1.0.8",
|
|
"ncore-context": "1.0.8",
|
|
|
|
|
+ "process": "^0.11.10",
|
|
|
"react-native-safe-area-context": "5.5.2",
|
|
"react-native-safe-area-context": "5.5.2",
|
|
|
"react-native-svg": "15.15.5",
|
|
"react-native-svg": "15.15.5",
|
|
|
- "rrule": "https://git.nibgat.space/nibgat-community/rrule.git"
|
|
|
|
|
|
|
+ "rrule": "https://git.nibgat.space/nibgat-community/rrule.git",
|
|
|
|
|
+ "stream-browserify": "^3.0.0",
|
|
|
|
|
+ "util": "^0.12.5",
|
|
|
|
|
+ "vm-browserify": "^1.1.2"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|