-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
41 lines (41 loc) · 1.22 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
{
"repository": "georgipeltekov/ngx-file-drop",
"engines": {
"node": ">= 16.13.0",
"npm": ">= 8.1.0"
},
"scripts": {
"prestart": "npm run build",
"start": "ng serve",
"clean": "rimraf out-tsc dist/*",
"prebuild": "npm run clean",
"build": "ng build ngx-file-drop --configuration=production",
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.0",
"@angular-devkit/core": "^16.1.0",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/schematics": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "^16.1.0",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/compiler-cli": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"ng-packagr": "^16.1.0",
"rxjs": "^6.5.4",
"typescript": "^4.9.5",
"zone.js": "~0.13.1"
},
"dependencies": {
"tslib": "^2.3.1"
}
}