-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 872 Bytes
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
{
"name": "jq-cascader",
"version": "0.0.6",
"description": "jquery cascader component",
"main": "/lib/cascader.js",
"bin": "./lib/cascader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -w",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/lz82/jq-cascader"
},
"homepage": "https://github.com/lz82/jq-cascader",
"author": "liuzhuang",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"jquery": "^1.12.4",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"webpack": "^5.14.0"
},
"devDependencies": {
"webpack-cli": "^4.3.1"
}
}