forked from cloudinary/cloudinary_angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 KB
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
{
"version": "0.0.0",
"private": true,
"name": "angular-cloudinary-photo",
"description": "Sample application using Cloudinary's Angular2 SDK",
"license": "MIT",
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/compiler-cli": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/platform-server": "^6.0.3",
"@angular/router": "^6.0.3",
"@cloudinary/angular-5.x": "^1.0.1",
"cloudinary-core": "^2.5.0",
"core-js": "^2.5.6",
"ng2-file-upload": "^1.3.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.2.0",
"ts-loader": "^4.3.0",
"tslint": "^5.10.0",
"tslint-loader": "^3.6.0",
"webpack": "^4.8.3",
"webpack-dev-server": "^3.1.4",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@types/node": "^10.1.2",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^5.0.0",
"concurrently": "^3.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.21.0",
"to-string-loader": "^1.1.5",
"typescript": "^2.7.1",
"webpack-cli": "^2.1.3"
},
"scripts": {
"start": "webpack-dev-server --open",
"start:e2e": "webpack-dev-server"
}
}