forked from hrr19-shipwrite-and-code/sushi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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
{
"name": "sushi",
"version": "1.0.0",
"description": "Best website evarrrr! (like fresh sashimi)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nanciee/sushi.git"
},
"author": "Shipwrite & Code",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nanciee/sushi/issues"
},
"homepage": "https://github.com/Nanciee/sushi#readme",
"dependencies": {
"@angular/common": "~2.1.1",
"@angular/compiler": "~2.1.1",
"@angular/core": "~2.1.1",
"@angular/forms": "~2.1.1",
"@angular/http": "~2.1.1",
"@angular/platform-browser": "~2.1.1",
"@angular/platform-browser-dynamic": "~2.1.1",
"@angular/router": "~3.1.1",
"@angular/upgrade": "~2.1.1",
"@types/googlemaps": "^3.25.36",
"angular-in-memory-web-api": "~0.1.13",
"angular2": "^2.0.0-beta.17",
"angular2-google-maps": "^0.16.0",
"angular2-jwt": "^0.1.25",
"auth0-lock": "^10.6.1",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.5",
"core-js": "^2.4.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"fs-extra": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.16.0",
"multer": "^1.2.0",
"mysql": "^2.12.0",
"ng2-uploader": "^1.5.3",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"sequelize": "^3.25.0",
"systemjs": "0.19.39",
"validator": "^6.2.0",
"zone.js": "0.6.25"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/googlemaps": "^3.25.36",
"@types/node": "^6.0.45",
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"typescript": "^1.7.5"
}
}