-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.09 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
{
"name": "growerp-restaurant",
"version": "2.0.0",
"description": "GrowERP for the restaurant and bar business.",
"author": "AntWebsystems co.,Ltd",
"license": "MIT",
"nativescript": {
"id": "com.growerp.restaurant",
"tns-android": {
"version": "6.3.1"
},
"tns-ios": {
"version": "6.3.0"
}
},
"dependencies": {
"@nativescript/theme": "^2.3.0",
"axios": "^0.19.0",
"nativescript-accordion": "^6.0.0-beta.2",
"nativescript-appversion": "^1.4.4",
"nativescript-bitmap-factory": "^1.8.1",
"nativescript-camera": "^4.5.0",
"nativescript-drop-down": "^5.0.4",
"nativescript-escpos-printer": "^2.0.1",
"nativescript-exit": "^1.0.1",
"nativescript-http-formdata": "^2.0.0",
"nativescript-imagepicker": "^7.1.0",
"nativescript-permissions": "^1.3.8",
"nativescript-purchase": "^2.0.13",
"nativescript-socket.io": "^0.11.1",
"nativescript-theme-core": "^2.0.24",
"nativescript-toasty": "^3.0.0-alpha.2",
"nativescript-ui-calendar": "^6.0.0",
"nativescript-ui-chart": "^7.1.1",
"nativescript-ui-dataform": "^6.0.0",
"nativescript-ui-listview": "^8.0.1",
"nativescript-vue": "^2.4.0",
"nativescript-windowed-modal": "^6.2.0",
"net": "^1.0.2",
"source-map-support": "^0.5.10",
"tns-core-modules": "^6.3.2",
"tns-platform-declarations": "^6.3.2",
"vue-i18n": "^8.8.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"chai": "4.2.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"karma": "4.3.0",
"karma-chai": "0.1.0",
"karma-mocha": "1.3.0",
"karma-nativescript-launcher": "0.4.0",
"karma-webpack": "3.0.5",
"mocha": "6.2.0",
"nativescript-dev-webpack": "~1.4.0",
"nativescript-unit-test-runner": "^0.7.0",
"nativescript-vue-template-compiler": "~2.4.0",
"node-sass": "^4.7.1",
"typescript": "^3.2.2",
"vue-loader": "~15.4.0",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.9"
}
}