-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.16 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
{
"name": "iitc-prime",
"main": "app/app.js",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nativescript-community/fonticon": "^3.0.0",
"@nativescript-community/gps": "^3.1.10",
"@nativescript-community/ui-material-bottomsheet": "^7.2.66",
"@nativescript-community/ui-material-button": "^7.2.66",
"@nativescript-community/ui-svg": "^0.2.6",
"@nativescript-community/ui-webview": "^1.5.0",
"@nativescript/appversion": "^2.0.0",
"@nativescript/core": "~8.8.2",
"@nativescript/theme": "^3.1.0",
"@nota/nativescript-webview-ext": "^8.0.2",
"@triniwiz/nativescript-toasty": "^4.1.3",
"lib-iitc-manager": "^1.9.3",
"nativescript-appurl": "^1.3.5",
"nativescript-drop-down": "^6.0.2",
"nativescript-inappbrowser": "^3.2.0",
"nativescript-vue": "^2.9.3",
"nativescript-vue-devtools": "^1.5.1",
"url-parse": "^1.5.10",
"vuex": "^3.6.2"
},
"devDependencies": {
"@nativescript/android": "^8.8.5",
"@nativescript/webpack": "~5.0.22",
"@triniwiz/nativescript-socketio": "^4.0.1",
"nativescript-vue-template-compiler": "^2.9.3",
"typescript": "^5.6.3",
"util": "^0.12.5"
}
}