forked from georgipeltekov/ngx-file-drop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 933 Bytes
/
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
{
"repository": "georgipeltekov/ngx-file-drop",
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.9.0"
},
"scripts": {
"clean": "rimraf out-tsc dist/*",
"prebuild": "npm run clean",
"build": "ng-packagr -p src/ng-package.json",
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0",
"@angular-devkit/core": "^14.0.0",
"@angular/cli": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.2.0",
"ng-packagr": "^14.0.0",
"rxjs": "^6.5.4",
"typescript": "^4.7.3",
"zone.js": "~0.11.4"
},
"dependencies": {
"tslib": "^2.3.1"
}
}