-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"private": true,
"name": "maolion.com",
"version": "0.1.0",
"description": "Lion's website",
"repository": "https://github.com/maolion/maolion.com.git",
"author": "maolion <maolion.j@gmail.com>",
"license": "MIT",
"main": "index.js",
"scripts": {
"biu": "biu",
"start:app": "ng serve --port 1666",
"start:server": "node www/server",
"lint:app": "ng lint --format verbose --type-check && stylelint src/client/**/*.less",
"e2e": "ng e2e",
"test:app": "ng test",
"build:app": "ng build",
"build:server": "tsc -p src/server",
"build:shared": "tsc -p src/shared",
"build:app:prod": "ng build -prod --aot"
},
"dependencies": {
"@angular/animations": "^5.0.1",
"@angular/common": "^5.0.1",
"@angular/compiler": "^5.0.1",
"@angular/core": "^5.0.1",
"@angular/forms": "^5.0.1",
"@angular/http": "^5.0.1",
"@angular/platform-browser": "^5.0.1",
"@angular/platform-browser-dynamic": "^5.0.1",
"@angular/router": "^5.0.1",
"chalk": "^2.3.0",
"core-js": "^2.5.1",
"inversify": "^4.5.1",
"koa": "^2.4.1",
"moment": "^2.19.1",
"reflect-metadata": "^0.1.10",
"routing-controllers": "^0.7.6",
"rxjs": "^5.5.2",
"source-map-support": "^0.5.0",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "^1.5.0",
"@angular/compiler-cli": "^5.0.1",
"@angular/language-service": "^5.0.1",
"@types/cors": "^2.8.1",
"@types/koa": "^2.0.40",
"@types/node": "^8.0.47",
"codelyzer": "^4.0.1",
"prettier": "^1.8.2",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-language-service": "^0.9.6",
"typescript": "2.4.2",
"vts": "^5.8.2",
"weboot": "^0.0.4"
}
}