-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.07 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
68
69
70
71
72
73
74
75
{
"name": "angular-barebone",
"version": "1.0.0",
"main": "gulpfile.js",
"author": "Karl Merkli <[email protected]>",
"scripts": {
"dev": "node_modules/.bin/gulp default watch",
"build": "node_modules/.bin/gulp default",
"typings": "node_modules/.bin/typings install"
},
"browserify-shim": {},
"browserify": {
"transform": [
"browserify-shim"
]
},
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"@angular/upgrade": "2.0.0",
"angular2-in-memory-web-api": "0.0.20",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.38",
"typings": "^1.3.3",
"zone.js": "^0.6.23"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"autoprefixer": "^6.2.1",
"browser-sync": "^2.2.1",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean-css": "^2.0.3",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^0.8.0",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-line": "0.0.1",
"gulp-tslint": "^5.0.0",
"gulp-tslint-stylish": "^1.1.1",
"gulp-typescript": "^2.13.0",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"postcss": "^5.0.14",
"postcss-reporter": "^1.3.1",
"postcss-scss": "^0.1.3",
"postcss-zindex": "^2.1.1",
"promise": "^7.1.1",
"run-sequence": "^1.1.0",
"stylelint": "^4.2.0",
"stylelint-selector-bem-pattern": "^0.2.1",
"tsify": "^0.15.2",
"tslint": "^3.8.1",
"typescript": "^1.8.10",
"vinyl-source-buffer": "^1.1.1",
"watchify": "^3.7.0"
}
}