-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.8 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
{
"name": "geomancy",
"author": "appgod",
"homepage": "http://appgod.org/",
"private": true,
"config": {
"ionic_webpack": "./webpack.config.js"
},
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"build:www": "rm -rf www && ionic-app-scripts build --prod",
"test": "ng test",
"ios": "cordova run ios"
},
"dependencies": {
"@angular/common": "^5.0.5",
"@angular/compiler": "^5.0.5",
"@angular/compiler-cli": "^5.0.5",
"@angular/core": "^5.0.5",
"@angular/forms": "^5.0.5",
"@angular/http": "^5.0.5",
"@angular/platform-browser": "^5.0.5",
"@angular/platform-browser-dynamic": "^5.0.5",
"@angular/platform-server": "^5.0.5",
"@ionic-native/core": "^4.4.2",
"@ionic-native/splash-screen": "^4.4.2",
"@ionic-native/status-bar": "^4.4.2",
"@ionic/storage": "^2.1.3",
"express": "^4.16.2",
"ionic-angular": "^3.9.2",
"ionicons": "3.0.0",
"rxjs": "^5.5.4",
"sw-toolbox": "3.6.0",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.4",
"@ionic/cli-build-ionic-angular": "0.0.4",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.55",
"angular-cli": "^1.0.0-beta.22-1",
"codecov": "^3.0.0",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-remap-istanbul": "^0.6.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "2.6.2"
},
"version": "1.0.1",
"description": "A fortune-telling app based on the ancient divinatory system of geomancy."
}