-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
79 lines (79 loc) · 2.99 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
{
"name": "kiwiirc-mobile",
"description": "The next generation of the Kiwi IRC native IRC client",
"author": "Tiago Alves <tralves@gmail.com>",
"license": "MIT",
"version": "0.27.1",
"scripts": {
"setup": "git submodule update --init --recursive && yarn && cd kiwiirc && yarn && ns doctor"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@nativescript/theme": "^2.3.2",
"@nstudio/nativescript-checkbox": "^1.0.0",
"@nstudio/nativescript-loading-indicator": "3.0.x",
"@nstudio/nativescript-pulltorefresh": "^1.0.1",
"@panter/vue-i18next": "^0.13.0",
"@vue/devtools": "^5.0.3",
"compare-versions": "^3.4.0",
"diff": "^4.0.1",
"eventemitter3": "^4.0.0",
"i18next": "^17.0.7",
"i18next-conv": "^8.0.1",
"lodash": "^4.17.15",
"nativescript-appversion": "^1.4.2",
"nativescript-background-http": "^4.2.1",
"nativescript-clipboard": "^1.1.8",
"nativescript-dev-version": "git+https://github.com/tralves/nativescript-dev-version.git",
"nativescript-fonticon": "^2.0.0",
"nativescript-inappbrowser": "^2.0.0",
"nativescript-menu": "^1.0.3",
"nativescript-plugin-universal-links": "^1.0.2",
"nativescript-socketio": "^3.2.1",
"nativescript-sound-kak": "^1.2.0",
"nativescript-themes": "https://github.com/tralves/nativescript-themes/raw/master/nativescript-themes.tar.gz",
"nativescript-toasty": "^2.0.1",
"nativescript-ui-sidedrawer": "^8.0.0",
"nativescript-vibrate": "^2.1.2",
"nativescript-vue-devtools": "~1.4.0",
"nativescript-websockets": "^1.5.2",
"strftime": "^0.10.0",
"url-parse": "^1.4.7",
"yarn": "^1.10.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@nativescript/core": "~6.5.20",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^0.1.19",
"commander": "^5.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.5",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"lazy": "1.0.11",
"nativescript-dev-webpack": "^1.1.1",
"nativescript-vue": "~2.7.0",
"nativescript-vue-template-compiler": "~2.7.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"null-loader": "^0.1.1",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"tns-android": "6.5.3",
"tns-platform-declarations": "~6.5.1",
"typescript": "^3.5.3",
"vue-loader": "^15.2.6",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "^3.1.0"
},
"peerDependencies": {}
}