-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "xin-select2",
"version": "0.1.6",
"description": "xin select2 component",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\"",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reekoheek/xin-select2.git"
},
"author": "Ganesha <[email protected]> (http://sagara.id)",
"license": "MIT",
"bugs": {
"url": "https://github.com/reekoheek/xin-select2/issues"
},
"homepage": "https://github.com/reekoheek/xin-select2#readme",
"devDependencies": {
"@xinix/xin": "^2.6.4",
"css-loader": "^2.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"jquery": "^3.3.1",
"select2": "^4.0.7",
"select2-bootstrap4-theme": "^1.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test"
}
}
}