-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
71 lines (71 loc) · 1.91 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
{
"name": "select2-bootstrap-5-theme",
"description": "Select2 v4 theme for Bootstrap 5",
"version": "1.3.0",
"license": "MIT",
"author": "Andrew Palfrey <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/apalfrey/select2-bootstrap-5-theme.git"
},
"bugs": "https://github.com/apalfrey/select2-bootstrap-5-theme/issues",
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
],
"keywords": [
"select2",
"theme",
"select2-theme",
"bootstrap",
"bootstrap5",
"css",
"scss",
"sass"
],
"main": "",
"style": "dist/select2-bootstrap-5-theme.css",
"sass": "src/select2-bootstrap-5-theme.scss",
"scripts": {
"start": "gulp",
"start:full": "npm-run-all -p start docs docs:serve",
"clean": "gulp clean",
"lint": "gulp lint",
"compile": "gulp compile",
"compile:main": "gulp compile:main",
"compile:rtl": "gulp compile:rtl",
"watch": "gulp watch",
"docs": "gulp docs",
"docs:clean": "gulp docs:clean",
"docs:lint": "gulp docs:lint",
"docs:compile": "gulp docs:compile",
"docs:compile:main": "gulp docs:compile:main",
"docs:compile:rtl": "gulp docs:compile:rtl",
"docs:watch": "gulp docs:watch",
"docs:build": "cd docs && bundle exec jekyll build",
"docs:serve": "cd docs && bundle exec jekyll serve --config _config_dev.yml"
},
"dependencies": {
"bootstrap": "^5.1.3"
},
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.0.5",
"autoprefixer": "^10.4.2",
"cssnano": "^5.1.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.6",
"rtlcss": "^3.5.0",
"sass": "^1.49.8",
"stylelint": "^14.5.2",
"stylelint-config-twbs-bootstrap": "^3.0.1"
}
}