-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"name": "h-utils.js",
"version": "0.5.5",
"description": "js utils",
"main": "dist/utils.min",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --config webpack.dev.config.js --hot --inline",
"registry": "npm config set registry https://registry.npmjs.org/ && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HEJIN2016/js-utils.git"
},
"keywords": [
"utils",
"javascript"
],
"author": "hejin",
"license": "MIT",
"bugs": {
"url": "https://github.com/HEJIN2016/js-utils/issues"
},
"homepage": "https://github.com/HEJIN2016/js-utils#readme",
"dependencies": {
"babel-preset-env": "^1.7.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^3.0.0",
"portfinder": "^1.0.25",
"uglifyjs-webpack-plugin": "^2.2.0"
}
}