-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
45
46
{
"name": "box-cat-loader",
"version": "1.0.2",
"description": "配合box-cat按需加载的前端接口最终解决方案",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"build:test": "npm run build:index & npm run build:default",
"build:default": "webpack --config test/build/webpack.default.js",
"build:index": "webpack --config test/build/webpack.index.js"
},
"keywords": [
"box-cat",
"api",
"axios"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hengshanMWC/box-cat-loader.git"
},
"bugs": {
"url": "https://github.com/hengshanMWC/box-cat-loader/issues"
},
"homepage": "https://github.com/hengshanMWC/box-cat-loader#readme",
"author": "mawencan",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"babel-jest": "^26.6.3",
"box-cat": "^3.0.8",
"clean-webpack-plugin": "^3.0.0",
"flyio": "^0.6.14",
"jest": "^26.6.3",
"memory-fs": "^0.5.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@babel/generator": "^7.12.5",
"@babel/parser": "^7.12.7",
"@babel/traverse": "^7.12.9",
"@babel/types": "^7.12.7",
"loader-utils": "^2.0.0"
}
}