forked from For-Article/little-bird-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "little-bird-cli",
"version": "0.0.20",
"description": "前端脚手架CLI工具",
"main": "index.js",
"scripts": {
"compile": "babel src -d dist",
"watch": "npm run compile -- --watch"
},
"bin": {
"little-bird-cli": "./bin/cmd",
"lb-cli": "./bin/cmd",
"lbc": "./bin/cmd"
},
"keywords": [
"脚手架"
],
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chalk": "^3.0.0",
"commander": "^5.0.0",
"css-loader": "^3.4.2",
"download-git-repo": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.1.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"log-symbols": "^3.0.0",
"open-browser-webpack-plugin": "0.0.5",
"ora": "^4.0.3",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}