-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "doly-cli",
"version": "1.2.2",
"description": "A simple CLI for web development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"doly": "bin/index.js"
},
"author": "caijf",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.7",
"address": "^1.1.2",
"archiver": "^3.1.1",
"autoprefixer": "^9.7.5",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-named-asset-import": "^0.3.6",
"chalk": "^2.4.2",
"chokidar": "^2.1.8",
"commander": "^2.20.3",
"copy-webpack-plugin": "^5.1.1",
"create-doly": "^0.0.24",
"css-loader": "^2.1.1",
"detect-port": "^1.3.0",
"doly-mocker-api": "^1.0.0",
"file-loader": "^4.2.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"inquirer": "^7.1.0",
"is-plain-object": "^3.0.0",
"is-root": "^2.1.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0.9.0",
"mkdirp": "^1.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^3.4.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"react-dev-utils": "^9.1.0",
"rimraf": "^2.6.3",
"shelljs": "^0.8.3",
"string-replace-loader": "^2.3.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"update-notifier": "^4.1.0",
"url": "^0.11.0",
"url-loader": "^2.2.0",
"webpack": "^4.42.1",
"webpack-dev-server": "^3.10.3",
"webpack-manifest-plugin": "^2.2.0",
"webpackbar": "^4.0.0",
"which": "^1.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/doly-dev/doly-cli"
},
"homepage": "https://github.com/doly-dev/doly-cli#readme",
"bugs": {
"url": "https://github.com/doly-dev/doly-cli/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}