-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.96 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
{
"name": "org.jsxc.mobile",
"displayName": "JSXC",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"start": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "mkdir -p www && cordova prepare"
},
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"browser-sync": "^2.23.6",
"cheerio": "^0.19.0",
"cordova-android": "7.0.0",
"cordova-browser": "^5.0.3",
"cordova-plugin-badge": "^0.8.7",
"cordova-plugin-browsersync": "github:nparashuram/cordova-plugin-browsersync",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"csp-parse": "0.0.2",
"elementtree": "^0.1.7",
"glob": "^5.0.15",
"jsxc": "github:jsxc/jsxc#refactoring",
"jsxc-plugin-single-page": "github:jsxc/jsxc-plugin-single-page",
"material-ui": "^1.0.0-beta.32",
"npm": "^2.15.12",
"plist": "^1.2.0",
"q": "^1.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-local-notification": {},
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android"
]
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"ts-loader": "^3.3.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
}
}