forked from angular/flex-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.75 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "flex-layout-srcs",
"version": "2.0.0-beta.8",
"description": "Angular Flex Layout Sources",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/flex-layout.git"
},
"bugs": "https://github.com/angular/flex-layout/issues",
"authors": [
{
"name": "Thomas Burleson",
"email": "ThomasBurleson@gmail.com",
"url": "http://solutionoptimist.com"
}
],
"scripts": {
"build": "gulp build:lib; ",
"release": "gulp build:release",
"demo-app": "concurrently \"npm run dev\" \"npm run open\"",
"deploy": "webpack -p --config ./src/demo-app/webpack.config.js --output-path ./dist --progress --colors ",
"dev": "webpack-dev-server --config ./src/demo-app/webpack.config.js --content-base ./ --inline -d --hot --watch --port 8080",
"analyze": "webpack -p --config ./src/demo-app/webpack.config.js --profile --json > ./dist/stats.json; webpack-bundle-analyzer ./dist/stats.json ./dist -m static;",
"docker-build": "docker build -t ng2-flex-layout-demo .",
"docker": "npm run docker-build && docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-flex-layout-demo",
"open": "opn http://localhost:8080/",
"reinstall": "npm cache clean && npm install",
"start": "concurrently \"npm run dev\" \"npm run open\"",
"tslint": "gulp lint",
"test": "gulp test",
"stylelint": "gulp lint"
},
"license": "MIT",
"engines": {
"node": ">= 5.4.1 < 7"
},
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@types/gulp-util": "^3.0.30",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"systemjs": "^0.19.41",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/animations": "^4.0.1",
"@angular/compiler-cli": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/material": "^2.0.0-beta.3",
"@angular/platform-server": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/tsc-wrapped": "~4.0.0",
"@angularclass/conventions-loader": "^1.0.2",
"@angularclass/request-idle-callback": "^1.0.7",
"@angularclass/webpack-toolkit": "^1.3.3",
"@types/core-js": "^0.9.34",
"@types/glob": "^5.0.29",
"@types/gulp": "^3.8.29",
"@types/hammerjs": "~2.0.33",
"@types/jasmine": "2.5.38",
"@types/merge2": "0.0.28",
"@types/minimist": "^1.1.28",
"@types/node": "^6.0.45",
"@types/run-sequence": "0.0.27",
"@types/rx": "^2.5.33",
"@types/source-map": "^0.1.27",
"@types/uglify-js": "^2.0.27",
"@types/webpack": "^1.12.34",
"angular2-template-loader": "^0.6.0",
"assets-webpack-plugin": "^3.4.0",
"awesome-typescript-loader": "3.0.0-beta.9",
"browserstacktunnel-wrapper": "^2.0.0",
"clang-format": "^1.0.45",
"concurrently": "^2.2.0",
"conventional-changelog": "^1.1.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"fs-extra": "^0.26.5",
"glob": "^6.0.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-better-rollup": "^1.0.2",
"gulp-clang-format": "^1.0.23",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.2.2",
"gulp-conventional-changelog": "^1.1.0",
"gulp-server-livereload": "^1.8.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"hammerjs": "~2.0.8",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-browserstack-launcher": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.0",
"karma-remap-coverage": "^0.1.1",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "1.8.1",
"madge": "^1.4.4",
"merge2": "^1.0.2",
"minimist": "^1.2.0",
"opn-cli": "^3.1.0",
"prompt-sync": "^4.1.4",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.8",
"resolve-bin": "^0.4.0",
"rollup": "^0.34.13",
"rollup-plugin-includepaths": "^0.1.6",
"rollup-plugin-uglify": "^1.0.1",
"run-sequence": "^1.2.2",
"sass": "^0.5.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"stylelint": "^7.5.0",
"travis-after-modes": "0.0.7",
"ts-helpers": "1.1.2",
"ts-node": "^0.7.3",
"tslint": "^4.2.0",
"tslint-loader": "^3.3.0",
"typescript": "^2.1.10",
"url-loader": "^0.5.7",
"webpack": "2.2.0-rc.3",
"webpack-bundle-analyzer": "^2.2.0",
"webpack-dev-server": "^2.2.0-rc.0",
"webpack-livereload-plugin": "^0.9.0"
}
}