-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.51 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
{
"name": "eterna-mobile",
"version": "1.10.0",
"private": true,
"scripts": {
"postinstall": "shx mkdir -p www && (is-ci || (cd eternajs && npm install))",
"build:dev": "webpack --config webpack.config.dev.js",
"build:prod": "webpack --config webpack.config.prod.js",
"start": "npx cordova run browser"
},
"author": "Eternagame",
"dependencies": {
"axios": "^1.7.7",
"boostrap": "^2.0.0",
"bootstrap-vue": "^2.21.2",
"cordova-android": "^13.0.0",
"cordova-browser": "^7.0.0",
"cordova-ios": "^7.1.0",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-navigationbar": "^1.0.31",
"cordova-plugin-splashscreen": "^6.0.2",
"cordova-plugin-statusbar": "^4.0.0",
"dompurify": "^3.1.6",
"es6-promise-plugin": "^4.2.2",
"eterna-chat-wrapper": "https://github.com/eternagame/eterna-chat-wrapper/archive/b7c15ba65073d99a2514009e1b4657c8dca3517d.tar.gz",
"vue": "^2.7.13",
"vue-axios": "~3.2.4",
"vue-router": "^3.5.1",
"vue2-flip-countdown": "^0.11.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@globules-io/cordova-plugin-ios-xhr": "^1.2.1",
"@npmcli/run-script": "^2.0.0",
"@types/dompurify": "^2.4.0",
"@types/node": "^17.0.18",
"@types/webpack": "^5.28.0",
"copy-webpack-plugin": "^10.2.4",
"cordova": "^12.0.0",
"cordova-plugin-device": "^3.0.0",
"cordova-plugin-inappbrowser": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-plugin-wkwebview-inject-cookie": "https://github.com/lucky3491/cordova-plugin-wkwebview-inject-cookie/archive/c5734cbe7fdb7fbe80ec298375c30e5de8a7530a.tar.gz",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
"is-ci": "^3.0.1",
"sass": "^1.62.1",
"sass-loader": "^13.1.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vue-loader": "^15.10.0",
"vue-template-compiler": "^2.7.13",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-navigationbar": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-wkwebview-inject-cookie": {},
"@globules-io/cordova-plugin-ios-xhr": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-device": {}
},
"platforms": [
"android",
"ios",
"browser"
]
}
}