forked from bunjs/bun-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "bunjs",
"version": "1.5.0",
"description": "",
"bin": {
"bun": "bin/cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "liguohui01",
"license": "ISC",
"dependencies": {
"autoprefixer": "^8.6.2",
"chalk": "^2.1.0",
"chokidar": "^3.0.0",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.11.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^4.5.1",
"download-git-repo": "^1.0.2",
"express": "^4.17.1",
"express-devtool": "^1.1.3",
"html-webpack-plugin": "^4.0.0-beta.3",
"mini-css-extract-plugin": "^0.7.0",
"opn": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"pm2": "^3.5.0",
"rimraf": "^2.6.2",
"typescript": "^3.7.2",
"uglifyjs-webpack-plugin": "^1.2.4",
"vue-loader": "^15.7.0",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.3",
"webpack-bundle-size-analyzer": "^2.7.0",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-manifest-plugin": "^2.0.0",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
}
}