-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.15 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.15 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "webpack-utils",
"version": "8.0.1",
"description": "A Collations of webpack utils. Build webpack project happily",
"repository": {
"type": "git",
"url": "git@github.com:mycoin/webpack-utils.git"
},
"author": {
"name": "mycoin",
"email": "nqliujiangtao@gmail.com"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"bin": {
"build-scripts": "bin/build-scripts"
},
"files": [
"dist",
"supports",
"bin",
"package.json",
"LICENSE"
],
"scripts": {
"dev": "bundle-scripts dev --target=node",
"build": "bundle-scripts --target=node",
"prepublish": "npm run build"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@vue/compiler-sfc": "^3.2.37",
"babel-loader": "^8.2.5",
"bundle-scripts": "^0.3.14",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"combo-handler": "^1.1.0",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"cosmiconfig": "^6.0.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"html-loader": "^3.1.2",
"less-loader": "^11.0.0",
"less-plugin-functions": "^1.0.0",
"loader-utils": "^2.0.2",
"lodash.template": "^4.5.0",
"lsofi": "^1.0.0",
"mini-css-extract-plugin": "^2.6.1",
"minify": "^4.1.3",
"nocache": "^3.0.4",
"postcss-loader": "^7.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"simple-progress-webpack-plugin": "^2.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue": "^3.2.36",
"vue-loader": "^17.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"write-file-webpack-plugin": "^4.5.1",
"yargs-parser": "^21.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-takla": "^0.0.17"
},
"engines": {
"node": "^6.16.0"
},
"license": "MIT"
}