-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.09 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
{
"name": "od-vsadvanced",
"description": "od-virtualscroll: advanced example",
"homepage": "https://dinony.github.io/od-vsadvanced/",
"scripts": {
"build": "gulp inline && ngc -p tsconfig-aot.json && rollup -c rollup.config.js",
"tslint": "tslint -c tslint.json -p tsconfig.json -t stylish",
"cleanAll": "del-cli 'build.gen.*' 'aot' 'src/**/*.d.ts' 'src/**/*.js.map' 'src/**/*.js' 'tmpBuild' 'tmpPrefix'",
"serve": "node tools/browserSync.js",
"explore": "source-map-explorer build.gen.js"
},
"keywords": [
"od-virtualscroll"
],
"files": [
"index.html",
"build.gen.js"
],
"repository": {
"type": "git",
"url": "https://github.com/dinony/od-vsadvanced.git"
},
"bugs": {
"url": "https://github.com/dinony/od-vsadvanced/issues"
},
"author": "Onur Dogangönül <[email protected]>",
"maintainers": [
{
"name": "Onur Dogangönül",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/material": "2.0.0-beta.3",
"@angular/platform-browser": "^4.4.6",
"core-js": "^2.5.1",
"od-virtualscroll": "^1.0.2",
"od-vsdebug": ">=1 <2",
"rxjs": "^5.5.3",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"del-cli": "^0.2.1",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-postcss": "^6.4.0",
"plugin-typescript": "~7.0.6",
"reflect-metadata": "^0.1.9",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"source-map-explorer": "^1.5.0",
"systemjs": "^0.19.47",
"tslint": "^5.8.0",
"typescript": "~2.3.3",
"uglify-js-harmony": "^2.7.5"
},
"version": "1.0.8"
}