-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
95 lines (95 loc) · 2.62 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
{
"name": "ngx-cropper",
"version": "1.2.3",
"description": "An angular5 image plugin, includes upload cropper save to server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js --colors --profile --hot",
"build": "rimraf dist && tsc -p tsconfig.package.json && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaylorPzreal/ngx-cropper.git"
},
"keywords": [
"angular2",
"angular4",
"angular5",
"ngx",
"cropper",
"upload",
"image"
],
"author": "TaylorPzreal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TaylorPzreal/ngx-cropper/issues"
},
"homepage": "https://github.com/TaylorPzreal/ngx-cropper#readme",
"dependencies": {
"@types/cropperjs": "1.1.2",
"cropperjs": "1.3.2"
},
"files": [
"dist",
"package.json",
"README.md",
"example.png",
"LICENSE"
],
"devDependencies": {
"@angular/common": "^5.2.8",
"@angular/compiler": "^5.2.8",
"@angular/core": "^5.2.8",
"@angular/http": "^5.2.8",
"@angular/platform-browser": "^5.2.8",
"@angular/platform-browser-dynamic": "^5.2.8",
"@types/chai": "^4.1.2",
"@types/jquery": "^3.3.1",
"@types/node": "^9.4.7",
"@types/sinon": "^4.3.0",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^8.1.0",
"awesome-typescript-loader": "^4.0.1",
"bootstrap": "^3.3.7",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.10",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"jquery": "^3.3.1",
"mocha": "^5.0.4",
"mocha-webpack": "^1.0.1",
"os": "^0.1.1",
"postcss-loader": "^2.1.1",
"precss": "^3.1.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"rollup": "^0.56.5",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.2.0",
"rollup-plugin-typescript": "^0.8.1",
"rxjs": "^5.5.7",
"sinon": "^4.4.4",
"style-loader": "^0.20.3",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.9.7",
"webpack-node-externals": "^1.6.0",
"webpack-parallel-uglify-plugin": "^1.0.2",
"zone.js": "^0.8.20"
}
}