UNPKG

2.85 kBJSONView Raw
1{
2 "name": "@malagu/cli",
3 "version": "0.0.24",
4 "description": "Malagu CLI.",
5 "publishConfig": {
6 "access": "public"
7 },
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/muxiangqiu/malagu.git"
12 },
13 "bugs": {
14 "url": "https://github.com/muxiangqiu/malagu/issues"
15 },
16 "homepage": "https://github.com/muxiangqiu/malagu",
17 "files": [
18 "bin",
19 "lib",
20 "src",
21 "templates"
22 ],
23 "bin": {
24 "malagu": "./bin/malagu"
25 },
26 "main": "lib/index.js",
27 "typings": "lib/index.d.ts",
28 "scripts": {
29 "prepare": "yarn run clean && yarn run build",
30 "clean": "malaguext clean",
31 "build": "malaguext build",
32 "watch": "malaguext watch",
33 "test": "malaguext test",
34 "docs": "malaguext docs"
35 },
36 "dependencies": {
37 "@yarnpkg/lockfile": "^1.1.0",
38 "assets-webpack-plugin": "^5.0.2",
39 "axios": "^0.19.2",
40 "chalk": "^2.4.2",
41 "clean-webpack-plugin": "^3.0.0",
42 "clear-module": "^4.0.0",
43 "commander": "^2.20.0",
44 "copy-webpack-plugin": "^5.1.1",
45 "css-loader": "^3.1.0",
46 "delay": "^4.3.0",
47 "eslint": "^6.8.0",
48 "file-loader": "^4.1.0",
49 "fork-ts-checker-notifier-webpack-plugin": "^2.0.0",
50 "fork-ts-checker-webpack-plugin": "^4.1.0",
51 "friendly-errors-webpack-plugin": "^1.7.0",
52 "fs-extra": "^8.1.0",
53 "hard-source-webpack-plugin": "^0.13.1",
54 "html-webpack-plugin": "^3.2.0",
55 "html-webpack-tags-plugin": "^2.0.17",
56 "ignore-loader": "^0.1.2",
57 "inquirer": "^6.5.0",
58 "inquirer-autocomplete-prompt": "^1.0.1",
59 "is-builtin-module": "^3.0.0",
60 "jexl": "^2.2.2",
61 "js-yaml": "^3.13.1",
62 "lodash": "^4.17.15",
63 "lodash.mergewith": "^4.6.2",
64 "memory-fs": "^0.4.1",
65 "ora": "^4.0.2",
66 "rimraf": "^2.6.1",
67 "source-map-loader": "^0.2.4",
68 "style-loader": "^0.23.1",
69 "temp": "^0.8.3",
70 "terser-webpack-plugin": "^2.1.3",
71 "traverse": "^0.6.6",
72 "ts-loader": "^6.2.0",
73 "ts-node": "^8.4.1",
74 "typedoc": "^0.15.0",
75 "typescript": "^3.5.3",
76 "url-loader": "^2.1.0",
77 "uuid": "^3.1.0",
78 "webpack": "^4.36.1",
79 "webpack-dev-server": "^3.7.2",
80 "webpack-filter-warnings-plugin": "^1.2.1",
81 "webpack-merge": "^4.2.1",
82 "webpack-node-externals": "^1.7.2",
83 "workbox-webpack-plugin": "^5.1.3",
84 "worker-loader": "^2.0.0"
85 },
86 "devDependencies": {
87 "@malagu/ext-scripts": "^0.0.24",
88 "@types/chai": "^4.0.1",
89 "@types/chai-string": "^1.4.0",
90 "@types/friendly-errors-webpack-plugin": "^0.1.2",
91 "@types/fs-extra": "^8.0.0",
92 "@types/js-yaml": "^3.12.1",
93 "@types/loader-utils": "^1.1.3",
94 "@types/lodash.mergewith": "^4.6.6",
95 "@types/memory-fs": "^0.3.2",
96 "@types/webpack": "^4.32.0",
97 "@types/webpack-dev-server": "^3.1.7",
98 "@types/webpack-merge": "^4.1.5",
99 "@types/yarnpkg__lockfile": "^1.1.3"
100 }
101}