-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "@progress/kendo-draggable",
"description": "A cross-browser/event abstraction that handles mouse and touch drag sequences",
"author": "Progress",
"license": "Apache-2.0",
"version": "0.0.0-semantically-released",
"main": "dist/npm/main.js",
"module": "dist/es/main.js",
"jsnext:main": "dist/es/main.js",
"es2015": "dist/es2015/main.js",
"typings": "dist/npm/main.d.ts",
"scripts": {
"build-package": "gulp build-rollup-package build-cdn",
"test": "gulp e2e",
"lint": "./node_modules/.bin/eslint ./src/*.js",
"prepare": "husky"
},
"keywords": [
"Kendo UI"
],
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^20.0.1",
"@commitlint/config-conventional": "^20.0.0",
"@types/node": "^24.10.1",
"@progress/kendo-package-tasks": "^5.0.0",
"eslint": "^9.39.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.5.4",
"gulp": "^5.0.1",
"husky": "^9.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-draggable.git"
},
"bugs": {
"url": "https://github.com/telerik/kendo-draggable/issues"
},
"files": [
"dist"
]
}