-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.53 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": "com.example.tofi",
"displayName": "TOFI TRAINER",
"version": "1.0.0",
"description": "The TOFI app connects with your TOFI trainer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^9.1.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-browsersync-gen2": "^1.1.7",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-webpack": "^0.1.2",
"cordova-plugin-whitelist": "^1.3.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@sindresorhus/is": "^4.0.0",
"@util.js/numbers": "^0.41.0",
"after": "^0.8.2",
"ajax": "^0.0.4",
"chart.js": "^3.4.1",
"create-html": "^4.1.0",
"csp-parse": "^0.0.2",
"dat.gui": "^0.7.7",
"firebase": "^9.6.10",
"has-binary2": "^2.0.0",
"machina": "^4.0.2",
"matter-js": "^0.18.0",
"objectorarray": "^1.0.5",
"onsenui": "^2.11.2",
"p5": "^1.0.0",
"p5ble": "^0.0.7",
"react-dev-utils": "^11.0.4",
"resolve-url": "^0.2.1",
"tone": "^14.7.77",
"yargs-unparser": "^2.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-browsersync-gen2": {},
"cordova-plugin-webpack": {},
"cordova-plugin-statusbar": {}
},
"platforms": [
"android"
]
}
}