This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "tickettoride",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidANeil/TicketToRide.git"
},
"author": "David Neil",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidANeil/TicketToRide/issues"
},
"homepage": "https://github.com/DavidANeil/TicketToRide#readme",
"_moduleAliases": {
"@common": "common"
},
"dependencies": {
"@angular/common": "^4.4.4",
"@angular/compiler": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/http": "^4.4.4",
"@angular/platform-browser-dynamic": "^4.4.4",
"@angular/platform-browser": "^4.4.4",
"@angular/router": "^4.4.4",
"@types/body-parser": "^1.16.5",
"@types/es6-shim": "^0.31.35",
"@types/express-serve-static-core": "^4.0.53",
"@types/express": "^4.0.37",
"@types/mime": "^2.0.0",
"@types/node": "^8.0.31",
"@types/serve-static": "^1.7.32",
"@types/sqlite3": "^3.1.1",
"body-parser": "^1.18.2",
"core-js": "^2.5.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.0",
"module-alias": "^2.0.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.3",
"sqlite3": "^3.1.13",
"ts-loader": "^2.3.7",
"webpack": "^3.6.0",
"zone.js": "^0.8.18"
},
"devDependencies": {}
}