forked from georgipeltekov/ngx-file-drop
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"repository": "https://github.com/BugSplat-Git/ngx-file-drop",
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.9.0"
},
"scripts": {
"prestart": "npm run build:lib",
"start": "ng serve",
"clean": "rimraf out-tsc dist",
"prebuild:lib": "npm run clean",
"build:lib": "ng build ngx-file-drop --configuration=production",
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular-devkit/core": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/compiler-cli": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@types/node": "^20.14.11",
"ng-packagr": "^19.0.1",
"rxjs": "^6.5.4",
"tslint": "~6.1.3",
"typescript": "^5.6.3",
"zone.js": "~0.15.0"
},
"dependencies": {
"@bobbyg603/ngx-toggle": "^3.1.2",
"tslib": "^2.3.0"
}
}