-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"name": "cb-cli",
"version": "1.0.0",
"description": "ci tool",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cb-cli": "./bin/cb-cli.js"
},
"directories": {
"bin": "./bin"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-import": "^1.10.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"koa": "^2.10.0",
"koa-static": "^5.0.0",
"log4js": "^5.2.2",
"memory-fs": "^0.5.0",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"readline-sync": "^1.4.10",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.2",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-join": "^4.0.1",
"yargs": "^15.0.2"
}
}