This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
108 lines (108 loc) · 4.29 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
{
"name": "@rign/angular2-filemanager",
"version": "1.3.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve --app withoutBackend",
"startWithBackend": "ng serve --proxy-config demo/proxy.config.example.json --app withBackend ",
"backend": "node demo/backend/index.js",
"build": "npm run clean:all && npm run build:inline && npm run build:esm2015 && npm run build:fesm2015 && npm run build:esm5 && npm run build:fesm5 && npm run build:umd && npm run build:min && npm run move:assets && npm run less && npm run clean:tmp",
"build:inline": "rm -rf ./tmp && rsync -a --exclude *spec.ts *.ts ./tmp & node config/inlineAssets.js",
"build:esm2015": "ngc -p config/tsconfig-es2015.json",
"build:fesm2015": "rollup -c config/rollup-esm2015.conf.js",
"build:esm5": "ngc -p config/tsconfig-esm5.json",
"build:fesm5": "rollup -c config/rollup-esm5.conf.js",
"build:umd": "rollup -c config/rollup-umd.conf.js",
"build:min": "uglifyjs dist/bundles/angular2-filemanager.umd.js -c -m -o dist/bundles/angular2-filemanager.umd.min.js",
"move:assets": "cpx \"./tmp/esm2015/src/**/*.d.ts\" dist/src && copyfiles -up 1 tmp/esm2015/*.d.ts tmp/esm2015/*.json dist && copyfiles README.md npm-package.json dist && copyfiles -up 1 config/package.json dist",
"less": "lessc ./src/styles.less ./dist/styles.css",
"clean:all": "rimraf dist/ && npm run clean:tmp",
"clean:tmp": "rimraf tmp/",
"test": "ng test",
"test-coverage": "ng test --code-coverage",
"gh-pages": "ng build --app withoutBackend --prod --base-href \"https://qjon.github.io/angular2-filemanager/\" && ./node_modules/.bin/angular-cli-ghpages -b gh-pages --name=\"Rafał Ignaszewski\" --email=\"rafal@ignaszewski.pl\" --no-silent"
},
"main": "./bundles/angular2-filemanager.umd.min.js",
"module": "./esm5/angular2-filemanager.es5.js",
"es2015": "./esm2015/angular2-filemanager.es2015.js",
"typings": "./angular2-filemanager.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/qjon/angular2-filemanager.git"
},
"keywords": [
"filemanager",
"file",
"manager"
],
"author": "Rafal Ignaszewski <rafal@ignaszewski.pl> http://ignaszewski.pl",
"dependencies": {
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^5.1.0",
"@ngrx/store": "^5.1.0",
"@ngrx/store-devtools": "^4.0.0",
"@rign/angular2-tree": "2.3.0",
"angular-confirmation-popover": "3.2.0",
"angular2-notifications": "0.9.5",
"angular2-uuid": "1.1.1",
"bootstrap": "3.3.7",
"core-js": "2.4.1",
"font-awesome": "4.6.3",
"ng2-file-upload": "1.2.0",
"ng2-img-cropper": "0.9.0",
"ng2-translate": "^5.0.0",
"ngx-contextmenu": "^2.0.0-beta.6",
"rxjs": "^5.5.6",
"ts-helpers": "1.1.1",
"zone.js": "0.8.4"
},
"devDependencies": {
"@angular/cli": "^1.7.1",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"angular-cli-ghpages": "^0.5.1",
"codelyzer": "~3.0.1",
"copyfiles": "^1.2.0",
"cpx": "^1.5.0",
"easyimage": "^2.1.0",
"file-loader": "^0.8.5",
"formidable": "^1.0.17",
"gulp-inline-ng2-template": "^4.1.0",
"image-size": "^0.5.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-diff-reporter": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.2.1",
"less": "^3.0.1",
"mime-types": "^2.1.14",
"protractor": "~5.1.2",
"rollup": "^0.56.3",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-angular-aot": "0.0.4",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-typescript2": "^0.11.1",
"ts-node": "~3.0.4",
"tslint": "~5.7.0",
"typescript": "~2.5.2",
"vinyl-fs": "^3.0.2"
}
}