-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 2.12 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
{
"name": "practera-sdk-ionic",
"version": "0.0.1",
"description": "The Practera SDK for Ionic 3 (Angular 4) allows you to quickly build mobile native apps that will connect with Practera.",
"license": "Apache-2.0",
"config": {
"ionic_copy": "./config/copy.config.js",
"ionic_sass": "./config/sass.config.js"
},
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"test": "./node_modules/karma/bin/karma start ./test-config/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/intersective/practera-sdk-ionic"
},
"dependencies": {
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@ionic/storage": "^2.0.1",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"ajv": "^6.5.2",
"angular2-moment": "^1.9.0",
"d3": "^3.5.17",
"font-awesome": "^4.7.0",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"rxjs": "5.4.3",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.0",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.13",
"angular2-template-loader": "^0.6.2",
"connect": "^3.6.0",
"del": "^3.0.0",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^1.2.0",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"null-loader": "^0.1.1",
"protractor": "^5.4.1",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"typescript": "2.3.4"
}
}