-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.6 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
{
"name": "@asathinker/minipack",
"version": "1.0.0-alpha.9",
"description": "迷你打包工具",
"main": "lib/index.js",
"scripts": {
"compile": "rimraf lib && babel src --out-dir lib",
"publish": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib",
"bin",
"package.json",
"README.md"
],
"bin": {
"minipack": "bin/minipack.js"
},
"keywords": [
"mini",
"webpack",
"pack"
],
"author": "sixing",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.7",
"autoprefixer": "^9.7.4",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"js-md5": "^0.7.3",
"json-loader": "^0.5.7",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"loader-utils": "^1.4.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^2.1.0",
"showdown": "^1.9.1",
"style-loader": "^1.1.3",
"webpack": "4.41.6",
"webpack-dev-server": "^3.10.3",
"yargs": "^15.1.0"
}
}