This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
70 lines (70 loc) · 3.17 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
{
"name" : "storefront",
"version" : "1.0.0",
"description" : "One page storefront for Magento2",
"main" : "index.html",
"repository" : {
"type": "git",
"url" : "git+ssh://git@bitbucket.org/rocwang/storefront.git"
},
"keywords" : [
"storefront",
"magento2"
],
"author" : "Roc Wang",
"license" : "UNLICENSED",
"homepage" : "https://bitbucket.org/rocwang/storefront",
"scripts" : {
"postinstall": "npm run typings install",
"typings" : "typings"
},
"devDependencies": {
"card" : "^1.2",
"del" : "latest",
"gulp" : "latest",
"gulp-autoprefixer" : "latest",
"gulp-concat" : "latest",
"gulp-cssnano" : "2.x",
"gulp-eslint" : "latest",
"gulp-html5-lint" : "latest",
"gulp-htmlmin" : "2.x",
"gulp-imagemin" : "latest",
"gulp-inline-source" : "latest",
"gulp-notify" : "latest",
"gulp-plumber" : "latest",
"gulp-rev-all" : "latest",
"gulp-sass" : "latest",
"gulp-scss-lint" : "latest",
"gulp-sourcemaps" : "2.0.0-alpha",
"gulp-svg-sprite" : "latest",
"gulp-tslint" : "4.x",
"gulp-typescript" : "2.x",
"gulp-uglify" : "latest",
"gulp-util" : "latest",
"merge-stream" : "latest",
"tslint" : "3.x",
"browser-sync" : "2.x",
"connect-history-api-fallback" : "latest",
"typescript" : "1.x",
"typings" : "^0.8.1",
"svg4everybody" : "2.x",
"jquery" : "2.x",
"jasmine" : "2.x",
"semantic-ui" : "2.x",
"@angular/common" : "2.0.0-rc.1",
"@angular/compiler" : "2.0.0-rc.1",
"@angular/core" : "2.0.0-rc.1",
"@angular/http" : "2.0.0-rc.1",
"@angular/platform-browser" : "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router" : "2.0.0-rc.1",
"@angular/router-deprecated" : "2.0.0-rc.1",
"@angular/upgrade" : "2.0.0-rc.1",
"systemjs" : "0.19.27",
"es6-shim" : "^0.35.0",
"reflect-metadata" : "^0.1.3",
"rxjs" : "5.0.0-beta.6",
"zone.js" : "^0.6.12",
"angular2-in-memory-web-api" : "0.0.7"
}
}