-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.48 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ngx-virtual-dnd-list",
"version": "13.0.6",
"scripts": {
"build": "ng build virtual-dnd-list && rm -r dist/src",
"publish": "npm run build && npm publish ./dist",
"docs:dev": "ng serve docs",
"docs:build": "ng build docs",
"core:update": "git submodule update --remote"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfuu/ngx-virtual-dnd-list.git"
},
"keywords": [
"ngx",
"angular",
"sort",
"drag",
"drop",
"draggable",
"sortable",
"virtual",
"virtual-list",
"big-data",
"big-list",
"infinite"
],
"author": "mfuu",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/mfuu/ngx-virtual-dnd-list/issues"
},
"homepage": "https://github.com/mfuu/ngx-virtual-dnd-list#readme",
"peerDependencies": {
"@angular/core": "^13.0.0"
},
"dependencies": {
"sortable-dnd": "^0.6.21"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.0.0",
"@angular/animations": "^13.0.0",
"@angular/cli": "^13.0.0",
"@angular/common": "^13.0.0",
"@angular/compiler": "^13.0.0",
"@angular/compiler-cli": "^13.0.0",
"@angular/forms": "^13.0.0",
"@angular/platform-browser": "^13.0.0",
"@angular/platform-browser-dynamic": "^13.0.0",
"@angular/router": "^13.0.0",
"mockjs": "^1.1.0",
"ng-packagr": "^13.0.0",
"rxjs": "^7.5.0",
"tslib": "^2.3.0",
"typescript": "^4.6.2",
"zone.js": "^0.11.4"
}
}