-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.85 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.85 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "client",
"version": "2.2.2",
"description": "Nekuno Hybrid Mobile Client",
"private": true,
"main": "index.js",
"scripts": {
"test": "jest",
"storybook": "start-storybook -p 9001 -c .storybook",
"build": "webpack --config webpack.config.dev.js",
"build:prod": "webpack --config webpack.config.js",
"create-component": "node ./bin/create-component.js && npm run test && npm run storybook"
},
"author": "Nekuno",
"license": "AGPL-3.0",
"homepage": "https://github.com/nekuno/client#readme",
"dependencies": {
"Framework7-3D-Panels": "git+https://github.com/nolimits4web/Framework7-3D-Panels.git#b850e165ad13babe88389b741920660f9900e459",
"bluebird": "3.4.6",
"chart.js": "1.0.2",
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-app-event": "^1.2.0",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-device": "^1.1.6",
"cordova-plugin-facebook4": "1.7.4",
"cordova-plugin-google-analytics": "^1.8.3",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-local-notifications": "^1.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.2",
"cordova-plugin-x-socialsharing": "^5.1.8",
"de.appplant.cordova.plugin.local-notification": "^0.8.5",
"envify": "^4.0.0",
"es6-promise-plugin": "^4.1.0",
"flux": "2.1.1",
"framework7": "1.5.2",
"hellojs": "1.15.1",
"history": "3.2.0",
"invariant": "2.2.2",
"json-prune": "1.0.1",
"jwt-decode": "1.4.0",
"keymirror": "0.1.1",
"moment": "^2.22.2",
"normalizr": "3.2.0",
"phonegap-plugin-push": "^1.10.5",
"prop-types": "15.6.1",
"rc-progress": "2.2.5",
"rc-slider": "8.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-emojione": "5.0.0",
"react-geosuggest": "2.7.0",
"react-image-crop": "3.0.10",
"react-infinite": "0.13.0",
"react-infinite-calendar": "^2.3.1",
"react-joyride": "git+https://github.com/msalsas/react-joyride.git#1.12.0",
"react-motion": "0.5.2",
"react-pure-render": "1.0.2",
"react-recaptcha": "2.3.6",
"react-router": "3.2.1",
"react-router-scroll": "0.4.4",
"react-slick": "0.16.0",
"react-swipe": "^6.0.3",
"react-tabs": "2.2.2",
"request": "^2.87.0",
"selectn": "0.10.0",
"socket.io-client": "2.1.1",
"swipe-js-iso": "^2.1.4"
},
"devDependencies": {
"@storybook/addon-actions": "^4.0.0-alpha.14",
"@storybook/addon-links": "^4.0.0-alpha.14",
"@storybook/addons": "^4.0.0-alpha.14",
"@storybook/react": "^4.0.0-alpha.14",
"babel-core": "^6.26.3",
"babel-jest": "^23.4.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.1.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"enzyme": "^3.3.0",
"file-loader": "^1.1.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.4.1",
"jest-localstorage-mock": "^2.2.0",
"jest-transform-stub": "^1.0.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"react-test-renderer": "^16.4.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "23+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
"XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true"
},
"cordova-plugin-device": {},
"cordova-plugin-facebook4": {
"APP_ID": "900844543277969",
"APP_NAME": "fornekuno"
},
"cordova-plugin-google-analytics": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"de.appplant.cordova.plugin.local-notification": {},
"cordova-plugin-x-socialsharing": {},
"phonegap-plugin-push": {
"SENDER_ID": "345837503310"
}
},
"platforms": [
"android",
"ios"
]
}
}