-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 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
{
"name": "@dxpr/dxb-slider",
"version": "2.0.1",
"description": "Customizable Range Slider with RTL Support and WCAG AA Accessibility features",
"main": "dxb-slider.js",
"filename": "dxb-slider.min.js",
"jsdelivr": "dxb-slider.min.js",
"style": "dxb-slider.min.css",
"files": [
"dxb-slider.js",
"dxb-slider.min.js",
"dxb-slider.css",
"dxb-slider.min.css"
],
"scripts": {
"test": "vitest run",
"build": "gulp minify-js && gulp minify-css",
"dev": "gulp watch",
"start": "gulp",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dxpr/DXB-Slider.git"
},
"keywords": [
"range",
"slider",
"input",
"form",
"ui",
"rtl",
"accessibility",
"wcag"
],
"author": "DXPR",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dxpr/DXB-Slider/issues"
},
"homepage": "https://github.com/dxpr/DXB-Slider#readme",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"gulp": "^5.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"vitest": "^2.1.4"
}
}