-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 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
{
"name": "multiple-select-js",
"version": "1.2.6",
"description": "A simple javascript (non jQuery) library for multiple select component that supports Bootstrap 4 natively.",
"main": "src/MultipleSelect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"build-dev": "webpack --mode=development",
"dev": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibnujakaria/multiple-select-js.git"
},
"keywords": [
"Multiple",
"select"
],
"author": "Nurul Huda <ibnujakaria@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibnujakaria/multiple-select-js/issues"
},
"homepage": "https://github.com/ibnujakaria/multiple-select-js#readme",
"dependencies": {
"events": "^3.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^6.0.1",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
}