-
-
Notifications
You must be signed in to change notification settings - Fork 204
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "@ttskch/select2-bootstrap4-theme",
"version": "1.5.2",
"description": "Select2 v4 theme for Bootstrap4",
"main": "",
"style": "select2-bootstrap4.css",
"scripts": {
"build": "webpack --config webpack.config.js --mode development",
"build:prod": "webpack --config webpack.config.js --mode production",
"build:both": "npm run build && npm run build:prod",
"prepare": "ln -sf ../dist/select2-bootstrap4.css docs/",
"watch": "npm run prepare && npm run build -- --watch",
"lint": "stylelint ./src/**/*.{scss,sass,css}",
"lint:fix": "stylelint ./src/**/*.{scss,sass,css} --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ttskch/select2-bootstrap4-theme.git"
},
"keywords": [
"select2",
"theme",
"bootstrap",
"bootstrap4",
"css",
"scss"
],
"author": "Takashi Kanemoto <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ttskch/select2-bootstrap4-theme/issues"
},
"homepage": "https://github.com/ttskch/select2-bootstrap4-theme#readme",
"devDependencies": {
"autoprefixer": "^10.2.3",
"bootstrap": "^4.6.0",
"css-loader": "^5.0.1",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^5.0.0",
"postcss": "^8.2.4",
"postcss-loader": "^4.2.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.9.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"stylelint-webpack-plugin": "^2.1.1",
"webpack": "^5.16.0",
"webpack-cli": "^4.4.0"
},
"jsdelivr": "dist/select2-bootstrap4.min.css",
"browserslist": [
"last 2 versions",
"ios >= 9"
]
}