-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "iitc-prime",
"main": "app/app.js",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nativescript-community/gps": "^3.1.10",
"@nativescript-community/ui-material-bottomsheet": "^7.1.4",
"@nativescript-community/ui-svg": "^0.1.11",
"@nativescript/appversion": "^2.0.0",
"@nativescript/core": "~8.5.9",
"@nativescript/theme": "~3.0.2",
"@nota/nativescript-webview-ext": "^8.0.1",
"@triniwiz/nativescript-socketio": "^4.0.3",
"@triniwiz/nativescript-toasty": "^4.1.3",
"lib-iitc-manager": "^1.7.1",
"nativescript-appurl": "^1.3.5",
"nativescript-drop-down": "^6.0.1",
"nativescript-fonticon": "https://gitpkg.now.sh/RioloGiuseppe/nativescript-fonticon/src?master",
"nativescript-inappbrowser": "^3.2.0",
"nativescript-vue": "~2.9.1",
"url-parse": "^1.5.10",
"vuex": "^3.6.2"
},
"devDependencies": {
"@nativescript/android": "~8.5.1",
"@nativescript/webpack": "~5.0.17",
"nativescript-vue-template-compiler": "~2.9.1",
"typescript": "^5.1.6",
"util": "^0.12.5"
}
}