forked from jarstone/dselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 1.79 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
{
"name": "@skem9/dselect",
"version": "1.1.4",
"description": "Dropdown select box for bootstrap 5 with search, multiple, tag and image support",
"repository": {
"type": "git",
"url": "git+https://yohn@github.com/Yohn/dselect.git"
},
"type": "commonjs",
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"test": "jest"
},
"keywords": [
"dropdown-select",
"bootstrap-select",
"bootstrap-select2",
"bootstrap-5",
"form-select",
"dselect",
"bootstrap-5-extra",
"select",
"select2",
"tags",
"bootstrap-tags",
"vanilla-js",
"form-tags"
],
"author": {
"name": "Yohn",
"url": "https://github.com/Yohn"
},
"contributors": [
{
"name": "jarstone",
"url": "https://github.com/jarstone"
},
{
"name": "Rpgdudester",
"url": "https://github.com/Rpgdudester"
},
{
"name": "MaxEtMoritz",
"url": "https://github.com/MaxEtMoritz"
},
{
"name": "martinikf",
"url": "https://github.com/martinikf"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Yohn/dselect/issues"
},
"homepage": "https://github.com/Yohn/dselect#readme",
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"esbuild": "^0.12.29",
"eslint": "^9.14.0",
"fs-extra": "^10.1.0",
"gulp": "^5.0.0",
"gulp-rename": "^2.0.0",
"jest": "^29.7.0",
"postcss": "^8.4.47",
"postcss-cli": "^8.3.1",
"through2": "^4.0.2"
},
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11"
]
}