-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "neural-style-website",
"version": "0.1.0",
"scripts": {
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.12",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"jquery": "^2.2.3",
"laravel-elixir": "^3.0.0",
"mkdirp": "^0.5.1",
"mmmagic": "^0.4.2",
"mongodb": "^2.1.16",
"mongodb-autoincrement": "^1.0.0",
"mongoose": "^4.4.11",
"mongoose-auto-increment": "^5.0.1",
"multer": "^1.1.0",
"mysql": "^2.10.2",
"ng2-lazyload-image": "^1.0.1",
"reflect-metadata": "0.1.2",
"request": "^2.72.0",
"rxjs": "5.0.0-beta.2",
"socket.io-client": "^1.4.5",
"sticky-session": "^1.0.2",
"stream-mmmagic": "^0.3.0",
"systemjs": "0.19.24",
"valid-url": "^1.0.9",
"zone.js": "0.6.6"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"typescript": "^1.8.9",
"typings": "^0.7.9",
"gulp": "^3.8.8"
}
}