Skip to content

Commit 6e66339

Browse files
author
Damian Wajdlich
committed
Reorganise project deps
Try to fix bug with angular-cli swiety85#57
1 parent 8aa08c8 commit 6e66339

File tree

1 file changed

+48
-54
lines changed

1 file changed

+48
-54
lines changed

package.json

Lines changed: 48 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,50 @@
11
{
2-
"name": "angular2gridster",
3-
"version": "0.6.3",
4-
"license": "MIT",
5-
"main": "./dist/index.js",
6-
"scripts": {
7-
"lint": "tslint src/**/*.ts",
8-
"test": "karma start",
9-
"build": "echo 'Building...' && ./node_modules/.bin/ngc -p tsconfig.json"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+ssh://git@github.com/swiety85/angular2gridster.git"
14-
},
15-
"author": {
16-
"name": "Damian Wajdlich",
17-
"email": "swiety85@gmail.com"
18-
},
19-
"keywords": [
20-
"gridster",
21-
"angular2",
22-
"dashboard"
23-
],
24-
"bugs": {
25-
"url": "https://github.com/swiety85/angular2gridster/issues"
26-
},
27-
"homepage": "https://github.com/swiety85/angular2gridster#readme",
28-
"typings": "./dist/index.d.ts",
29-
"dependencies": {
30-
"@angular/common": "^2.4.8 || ^4.0.0",
31-
"@angular/core": "^2.4.8 || ^4.0.0",
32-
"rxjs": "^5.1.0",
33-
"webpack": "^2.2.1",
34-
"zone.js": "~0.7.2 || ~0.8.5"
35-
},
36-
"peerDependencies": {
37-
"@angular/common": "^2.0.0 || ^4.0.0",
38-
"@angular/core": "^2.0.0 || ^4.0.0"
39-
},
40-
"devDependencies": {
41-
"@angular/cli": "1.2.1",
42-
"@angular/compiler-cli": "^4.2.6",
43-
"@angular/compiler": "^4.2.6",
44-
"@angular/language-service": "^4.2.6",
45-
"reflect-metadata": "~0.1.9",
46-
"ts-loader": "^2.0.1",
47-
"@types/node": "~6.0.60",
48-
"codelyzer": "~3.0.1",
49-
"ts-node": "~3.0.4",
50-
"tslint": "~5.3.2",
51-
"typescript": "~2.3.3"
52-
},
53-
"engines": {
54-
"node": ">=0.8.0"
55-
}
2+
"name": "angular2gridster",
3+
"version": "0.6.3",
4+
"license": "MIT",
5+
"main": "./dist/index.js",
6+
"scripts": {
7+
"lint": "tslint src/**/*.ts",
8+
"test": "karma start",
9+
"build": "echo 'Building...' && ./node_modules/.bin/ngc -p tsconfig.json"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+ssh://git@github.com/swiety85/angular2gridster.git"
14+
},
15+
"author": {
16+
"name": "Damian Wajdlich",
17+
"email": "swiety85@gmail.com"
18+
},
19+
"keywords": [
20+
"gridster",
21+
"angular2",
22+
"dashboard"
23+
],
24+
"bugs": {
25+
"url": "https://github.com/swiety85/angular2gridster/issues"
26+
},
27+
"homepage": "https://github.com/swiety85/angular2gridster#readme",
28+
"typings": "./dist/index.d.ts",
29+
"dependencies": {},
30+
"devDependencies": {
31+
"@angular/common": "^2.4.8 || ^4.0.0",
32+
"@angular/core": "^2.4.8 || ^4.0.0",
33+
"rxjs": "^5.1.0",
34+
"zone.js": "~0.7.2 || ~0.8.5",
35+
"@angular/cli": "1.2.1",
36+
"@angular/compiler-cli": "^4.2.6",
37+
"@angular/compiler": "^4.2.6",
38+
"@angular/language-service": "^4.2.6",
39+
"reflect-metadata": "~0.1.9",
40+
"ts-loader": "^2.0.1",
41+
"@types/node": "~6.0.60",
42+
"codelyzer": "~3.0.1",
43+
"ts-node": "~3.0.4",
44+
"tslint": "~5.3.2",
45+
"typescript": "~2.3.3"
46+
},
47+
"engines": {
48+
"node": ">=0.8.0"
49+
}
5650
}

0 commit comments

Comments
 (0)