-
Notifications
You must be signed in to change notification settings - Fork 653
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.78 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.78 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "ng2-file-upload-demo",
"version": "10.0.0",
"private": true,
"description": "Angular file upload directives",
"scripts": {
"start": "npx nx run ng2-file-upload-demo:serve",
"demo.build": "ng build",
"demo.build-prod": "ng build",
"build": "nx run ng2-file-upload:build",
"build-prod": "nx run ng2-file-upload:build",
"lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all",
"version": "nx run ng2-file-upload:version",
"pretest": "run-s lint build",
"test-coverage": "nx run-many --all --target=test --codeCoverage",
"demo.gh-pages": "run-s build demo.build demo.deploy",
"demo.deploy": "gh-pages -d dist/apps/demo",
"flow.github-release": "conventional-github-releaser -p angular"
},
"keywords": [
"angular",
"bootstrap",
"twitter-bootstrap",
"file-upload",
"angular-file-upload"
],
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git"
},
"bugs": {
"url": "https://github.com/valor-software/ng2-file-upload/issues"
},
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
"devDependencies": {
"@angular-devkit/build-angular": "21.1.2",
"@angular-devkit/core": "21.0.6",
"@angular-devkit/schematics": "21.0.6",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/animations": "21.0.9",
"@angular/cli": "21.0.6",
"@angular/common": "21.0.9",
"@angular/compiler": "21.0.9",
"@angular/compiler-cli": "21.0.9",
"@angular/core": "21.0.9",
"@angular/forms": "21.0.9",
"@angular/platform-browser": "21.0.9",
"@angular/platform-browser-dynamic": "21.0.9",
"@nx/angular": "22.3.3",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/node": "22.3.3",
"@schematics/angular": "21.0.6",
"@types/fs-extra": "9.0.7",
"@types/jest": "30.0.0",
"@types/node": "^22.9.3",
"@types/webpack": "^5.0.0",
"@typescript-eslint/eslint-plugin": "8.53.1",
"@typescript-eslint/parser": "8.53.1",
"autoprefixer": "^10.4.0",
"bootstrap": "5.2.3",
"classlist-polyfill": "1.2.0",
"codecov": "3.8.2",
"conventional-changelog-cli": "2.1.1",
"conventional-github-releaser": "3.1.5",
"core-js": "^3.14.0",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.5",
"fs-extra": "9.1.0",
"gh-pages": "3.2.2",
"google-code-prettify": "1.0.5",
"html-loader": "^1.3.2",
"jest": "30.2.0",
"jest-preset-angular": "16.0.0",
"markdown-loader": "^6.0.0",
"ng-packagr": "21.0.1",
"ngx-bootstrap": "^21.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"raw-loader": "^4.0.2",
"rxjs": "^6.6.0",
"ts-helpers": "^1.1.2",
"ts-jest": "29.4.6",
"ts-node": "10.9.1",
"typescript": "5.9.3",
"zone.js": "0.16.0",
"jest-util": "30.0.5"
},
"contributors": [
{
"name": "Vyacheslav Chub",
"email": "vyacheslav.chub@valor-software.com",
"url": "https://github.com/buchslava"
},
{
"name": "Dmitriy Shekhovtsov",
"email": "valorkin@gmail.com",
"url": "https://github.com/valorkin"
},
{
"name": "Adrian Faciu",
"email": "adrian.faciu@gmail.com",
"url": "https://github.com/adrianfaciu"
},
{
"name": "Oleksandr Telnov",
"email": "otelnov@gmail.com",
"url": "https://github.com/otelnov"
}
],
"dependencies": {
"@nx/workspace": "22.3.3",
"nx": "22.3.3",
"tslib": "^2.3.1"
}
}