forked from Ryware/ngx-drag-and-drop-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "ngx-drag-and-drop-lists",
"version": "1.3.3",
"description": "angular drag and drop component for lists",
"main": "index.js",
"scripts": {
"ngc": "ngc",
"build": "npm run ngc && node ./scripts/copy-package",
"publishPackage": "npm run build && cd dist && npm publish",
"dev": "tsc --watch"
},
"precommit": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/misha130/ngx-drag-and-drop-lists.git"
},
"keywords": [
"drag-and-drop",
"angular2",
"angular4",
"angular9",
"alignment"
],
"author": "Misha Tarnortusky",
"license": "MIT",
"bugs": {
"url": "https://github.com/misha130/ngx-drag-and-drop-lists/issues"
},
"homepage": "https://github.com/misha130/ngx-drag-and-drop-lists#readme",
"dependencies": {},
"devDependencies": {
"@angular/animations": "~9.1.1",
"@angular/common": "~9.1.1",
"@angular/compiler": "~9.1.1",
"@angular/core": "^9.1.1",
"@angular/forms": "~9.1.1",
"@angular/platform-browser": "^9.1.1",
"@angular/platform-browser-dynamic": "^9.1.1",
"@angular/platform-server": "~9.1.1",
"@angular/cli": "~9.1.1",
"connect": "^3.7.0",
"serve-static": "^1.14.1",
"core-js": "^3.6.4",
"rxjs": "^6.5.5",
"tslint": "^6.1.1",
"typescript": "~3.8.3",
"zone.js": "^0.10.3"
}
}