-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
151 lines (151 loc) · 5.19 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "ngx-dnd",
"version": "9.0.0",
"description": "Drag and Drop for Angular2 and beyond!",
"scripts": {
"ng": "ng",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:lib": "ng build @swimlane/ngx-dnd",
"build:lib:prod": "ng build --configuration production @swimlane/ngx-dnd",
"postbuild:lib": "npm-run-all copyFiles scss-bundle scss-build",
"postbuild:lib:prod": "npm-run-all copyFiles scss-bundle scss-build",
"deploy": "ng deploy --base-href=\"/ngx-dnd/\"",
"serve": "ng serve",
"start": "npm-run-all serve",
"start:prod": "npm-run-all build:lib:prod serve",
"test": "run-s lint cy:run",
"test:ci": "run-s lint cy:ci",
"cy:run": "cypress run --browser chrome",
"cy:open": "cypress open",
"cy:ci": "start-server-and-test serve http-get://localhost:4200 cy:run",
"lint": "ng lint",
"ci": "run-s lint prettier:ci cy:ci",
"prettier": "prettier --write \"**/*.{js,ts}\"",
"prettier:ci": "prettier --check \"**/*.{js,ts}\"",
"changelog": "chg release -y && git add -A CHANGELOG.md",
"setMetadata": "node ./tools/set-metadata.js",
"preversion": "npm-run-all build:lib:prod ci",
"version": "npm run changelog",
"postversion": "npm run setMetadata && git add -A . && git commit --amend --no-edit",
"scss-bundle": "scss-bundle -c ./projects/swimlane/ngx-dnd/scss-bundle.config.json",
"scss-build": "node-sass ./projects/swimlane/ngx-dnd/src/lib/ngx-dnd.scss ./dist/swimlane/ngx-dnd/release/index.css",
"copyFiles": "cpx \"./{CHANGELOG.md,README.md,LICENSE}\" ./dist/swimlane/ngx-dnd",
"prepublish:lib": "run-s ci build:lib:prod",
"publish:lib": "cd dist/swimlane/ngx-dnd && npm publish",
"prepack:lib": "npm run build:lib:prod",
"pack:lib": "cd dist/swimlane/ngx-dnd && npm pack",
"publish": "npm-run-all publish:lib deploy",
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'npm run publish'.\" && exit 1"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/elements": "^13.1.1",
"@angular/forms": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/router": "^13.1.1",
"@ngx-loading-bar/core": "^4.2.0",
"@ngx-loading-bar/http-client": "^4.2.0",
"@stackblitz/sdk": "^1.2.0",
"@swimlane/docspa-core": "^8.0.1",
"@swimlane/docspa-remark-preset": "^6.0.0",
"@swimlane/dragula": "^3.8.0",
"@types/dragula": "^2.1.33",
"@ungap/global-this": "^0.3.1",
"@webcomponents/custom-elements": "^1.4.1",
"core-js": "^3.20.2",
"deepmerge": "^4.2.2",
"ngx-logger": "^4.1.3",
"path": "^0.12.7",
"process": "^0.11.10",
"quick-lru": "^4.0.1",
"remark-inline-links": "^3.1.3",
"rxjs": "^6.6.3",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^2.3.1",
"url-resolve": "^1.0.0",
"vfile-reporter": "^6.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1301.2",
"@angular-devkit/build-angular": "~13.1.2",
"@angular-devkit/core": "^13.1.2",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@angular/language-service": "^13.1.1",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/mdast": "^3.0.3",
"@types/node": "^13.1.4",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"angular-cli-ghpages": "^1.0.0",
"chg": "^0.4.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"cypress": "^10.6.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-security": "^1.4.0",
"husky": "^4.2.4",
"ng-packagr": "^13.1.2",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"pretty-quick": "^3.1.3",
"scss-bundle": "^3.1.1",
"start-server-and-test": "^1.10.11",
"ts-node": "^8.8.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-security": "^1.16.0",
"tslint-config-swimlane": "^5.0.0",
"typescript": "~4.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swimlane/ngx-dnd.git"
},
"keywords": [
"angular2",
"angular4",
"angular5",
"dnd",
"drag",
"drop",
"angular"
],
"authors": [
"Jayson Harshbarger"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/ngx-dnd/issues"
},
"homepage": "https://github.com/swimlane/ngx-dnd#readme",
"browser": {
"crypto": false
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}