This repository has been archived by the owner on Apr 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.33 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
{
"name": "aesir-manager",
"description": "A thing.",
"version": "0.0.0",
"private": true,
"author": "",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/RealmOfAesir/manager.git"
},
"bugs": {
"url": "https://github.com/RealmOfAesir/manager/issues"
},
"homepage": "https://github.com/RealmOfAesir/manager#readme",
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"start": "ts-node src/index.ts",
"watch:client": "npm run ionic:serve",
"watch:server": "nodemon --ignore \"*.json\" --exec \"ts-node --project src/server \" -- \"src/server/index.ts\"",
"start:dev": "npm-run-all --parallel watch:*"
},
"devDependencies": {
"@ionic/app-scripts": "^1.3.7",
"@types/core-js": "^0.9.41",
"@types/node": "^7.0.18",
"cross-env": "^5.0.0",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
"rimraf": "^2.6.1",
"style-loader": "^0.17.0",
"tslint": "^5.2.0",
"typescript": "^2.3.2"
},
"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/core": "3.7.0",
"@ionic-native/splash-screen": "3.7.0",
"@ionic-native/status-bar": "3.7.0",
"@ionic/storage": "2.0.1",
"@swimlane/ngx-datatable": "^9.1.0",
"body-parser": "^1.17.2",
"cors": "^2.8.3",
"express": "^4.15.3",
"ionic-angular": "3.2.1",
"ionicons": "3.0.0",
"lodash": "^4.17.4",
"pg": "^6.2.2",
"reflect-metadata": "^0.1.10",
"rxjs": "5.1.1",
"sw-toolbox": "3.6.0",
"ts-node": "^3.0.4",
"typeorm": "0.0.11",
"zone.js": "0.8.10"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"config": {
"ionic_src_dir": "src/client",
"ionic_webpack": "webpack.config.js"
}
}