-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·129 lines (129 loc) · 5.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "toolwatch-mobile",
"author": "Mathieu Nayrolles",
"homepage": "https://toolwatch.io/",
"version": "1.3.12",
"private": true,
"scripts": {
"build": "npm run assets && ionic-app-scripts build",
"serve": "npm run assets && ionic-app-scripts serve -lc -a 0.0.0.0",
"assets": "npm run i18n && npm run twwatches",
"i18n": "rm -Rf src/assets/i18n && mkdir src/assets/i18n && cp node_modules/tw-i18n/lang/*.json src/assets/i18n",
"twwatches": "rm -Rf src/assets/watches && mkdir src/assets/watches && cp -R node_modules/tw-watches/* src/assets/watches",
"prod": "npm run assets && ionic cordova build --prod",
"test": "karma start ./test-config/karma.conf.js --coverage",
"test-ci": "karma start ./test-config/karma.conf.js --single-run --coverage",
"e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js",
"coverage": "codecov -f coverage/*.info"
},
"dependencies": {
"@angular/common": "4.1.0",
"@angular/compiler": "4.1.0",
"@angular/compiler-cli": "4.1.0",
"@angular/core": "4.1.0",
"@angular/forms": "4.1.0",
"@angular/http": "4.1.0",
"@angular/platform-browser": "4.1.0",
"@angular/platform-browser-dynamic": "4.1.0",
"@ionic-native/app-rate": "^3.7.0",
"@ionic-native/app-version": "^3.7.0",
"@ionic-native/core": "3.7.0",
"@ionic-native/facebook": "^3.7.0",
"@ionic-native/in-app-browser": "3.7.0",
"@ionic-native/keyboard": "^3.7.0",
"@ionic-native/social-sharing": "^3.7.0",
"@ionic-native/splash-screen": "^3.7.0",
"@ionic-native/status-bar": "^3.7.0",
"@ionic/storage": "2.0.1",
"@ngx-translate/core": ">=6.0.1",
"@ngx-translate/http-loader": "0.0.3",
"@types/node": "^6.0.45",
"gsap": "^1.19.0",
"ionic-angular": "3.2.1",
"ionicons": "3.0.0",
"moment": "2.15.1",
"rxjs": "5.1.1",
"sw-toolbox": "3.6.0",
"tw-core": "^3.0.0",
"tw-i18n": "git+https://github.com/Toolwatchapp/tw-i18n.git",
"tw-watches": "git+https://github.com/Toolwatchapp/tw-watches.git",
"zone.js": "0.8.10",
"cordova-plugin-app-version": "~0.1.9",
"cordova-plugin-apprate": "~1.2",
"cordova-plugin-console": "~1.0.4",
"cordova-plugin-device": "~1.1.3",
"cordova-plugin-facebook4": "~1.7.4",
"cordova-plugin-inappbrowser": "~1.5.0",
"cordova-plugin-nativestorage": "~2.0.2",
"cordova-plugin-splashscreen": "~4.0.0",
"cordova-plugin-statusbar": "~2.2.3",
"cordova-plugin-whitelist": "~1.3.0",
"cordova-plugin-x-socialsharing": "~5.1.8",
"ionic-plugin-keyboard": "~2.2.1",
"com.verso.cordova.clipboard": "https://github.com/VersoSolutions/CordovaClipboard.git"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.7",
"@ionic/cli-plugin-cordova": "1.1.2",
"@ionic/cli-plugin-ionic-angular": "1.0.0",
"@types/jasmine": "^2.5.41",
"@types/node": "^7.0.8",
"angular2-template-loader": "^0.6.2",
"codecov": "^1.0.1",
"commitizen": "2.9.6",
"cz-conventional-changelog": "^1.2.0",
"html-loader": "^0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine": "^2.5.3",
"jasmine-spec-reporter": "^4.1.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-coverage": "^0.1.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"null-loader": "^0.1.1",
"protractor": "^5.1.1",
"ts-loader": "^2.0.3",
"ts-node": "^3.0.2",
"typescript": "2.2.1"
},
"description": "tw-mobile: An Ionic project",
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"cordova": {
"plugins": {
"com.verso.cordova.clipboard": {},
"cordova-plugin-app-version": {},
"cordova-plugin-apprate": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-facebook4": {
"APP_ID": "807383452677000",
"APP_NAME": "Toolwatch"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-socialsharing": {},
"ionic-plugin-keyboard": {}
}
}
}