-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.06 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.06 KB
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
{
"name": "angular2-loopbackjs-project-seed",
"version": "0.0.0",
"description": "This is a project seed for an API with an Admin interface that can be easily\r extended and built upon, borrowed from [Colmena](https://github.com/colmena/colmena)\r but only reserves code structure and basic configuration to make it clean.",
"scripts": {
"postinstall": "lerna bootstrap",
"dev": "lerna run dev --stream",
"dev:admin": "lerna run dev --stream --scope @colmena/admin",
"dev:api": "lerna run dev --stream --scope @colmena/api",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreamdevil00/angular2-loopbackjs-project-seed.git"
},
"keywords": [
"colmena",
"cms",
"loopback",
"angular",
"admin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dreamdevil00/angular2-loopbackjs-project-seed/issues"
},
"homepage": "https://github.com/dreamdevil00/angular2-loopbackjs-project-seed#readme",
"devDependencies": {
"@angular/animations": "^4.2.4",
"@angular/cli": "^1.2.0",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/compiler-cli": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.3",
"@ngrx/router-store": "^1.2.6",
"@ngrx/store": "^2.2.2",
"@ngrx/store-devtools": "^3.2.4",
"codelyzer": "^3.1.1",
"config": "^1.26.1",
"core-js": "^2.4.1",
"coreui-styles": "^1.0.2",
"eslint": "^4.1.1",
"eslint-plugin-prettier": "^2.1.2",
"font-awesome": "^4.7.0",
"lerna": "^2.0.0-rc.5",
"nodemon": "^1.11.0",
"prettier": "^1.4.4",
"rimraf": "^2.6.1",
"rxjs": "^5.4.1",
"tslint": "^5.4.3",
"typescript": "^2.3.4",
"zone.js": "^0.8.12"
},
"dependencies": {
"cross-env": "^5.0.1",
"debug": "^2.6.8"
}
}