-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
{
"name": "teapack",
"version": "1.1.0",
"description": "Just always be fresh . 永远基于最新webpack及库封装的脚手架",
"main": "build.js",
"license": "MIT",
"bin": {
"teapack": "./teapack.js"
},
"scripts": {
"build": "webpack"
},
"keywords": [
"webpack-cli",
"teapack"
],
"author": "andesome",
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.0",
"babel-loader": "^8.0.5",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.1",
"commander": "^2.19.0",
"css-loader": "^2.1.1",
"debug": "^4.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"react-dev-utils": "^8.0.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-chain": "^5.2.2",
"webpack-dev-server": "^3.2.1",
"progress": "^2.0.3"
},
"devDependencies": {
"eslint": "^5.15.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andesome/teapack.git"
},
"bugs": {
"url": "https://github.com/Andesome/teapack/issues"
},
"homepage": "https://github.com/Andesome/teapack#readme"
}