-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "mobile-navigation-controller",
"version": "1.4.6",
"description": "Navigator for JavaScript mobile app, This will help you to manage your pages history in the app and change pages with animation.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile"
},
"files": [
"dist/",
"examples/",
"node_modules/",
"package-lock.json",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/orchoban/mobile-navigation-controller.git"
},
"keywords": [
"navigator cordova",
"react.cordova navigator",
"react.cordova manager_pages",
"pages-manager",
"navigator",
"mobile",
"mobile-navigator",
"WebView navigator controller",
"navigator-controller",
"navigator",
"cordova",
"ionic",
"WebView App",
"back on swipe right",
"web application",
"manage-pages",
"historyPages",
"PhoneGap",
"jqm",
"back-button-android"
],
"author": {
"name": "Or Chuban(Choban)",
"email": "orchoban@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/orchoban/mobile-navigation-controller/issues"
},
"homepage": "https://github.com/orchoban/mobile-navigation-controller#readme",
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^6.7.4",
"html-webpack-plugin": "^5.5.1",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.3",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"deep-equal": "^2.2.1"
}
}