-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1011 Bytes
/
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
{
"name": "js-select-hd",
"version": "1.0.5",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"deploy": "firebase deploy --only hosting:js-select"
},
"keywords": [],
"author": "hoangdaicntt",
"license": "ISC",
"devDependencies": {
"css-loader": "^5.0.1",
"javascript-obfuscator": "^1.9.0",
"pinch-zoom-element": "^1.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-obfuscator": "^1.9.0"
},
"dependencies": {
"color": "^3.1.2",
"lodash": "^4.17.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoangdaicntt/js-select.git"
},
"bugs": {
"url": "https://github.com/hoangdaicntt/js-select/issues"
},
"homepage": "https://github.com/hoangdaicntt/js-select#readme"
}