-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 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
{
"name": "opack-cli",
"version": "0.0.4",
"description": "前端脚手架",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"opack": "./bin/opack"
},
"author": "",
"license": "ISC",
"dependencies": {
"bash-color": "0.0.4",
"fs-extra": "^9.0.1",
"inquirer": "^6.0.0",
"moment": "^2.29.1",
"shelljs": "^0.8.4",
"yargs": "^16.1.1"
},
"devDependencies": {
"chalk": "^4.1.0",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.0.0",
"@types/react": "^17.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.1",
"babel-plugin-aliases": "^1.0.1",
"babel-plugin-import": "^1.7.0",
"babel-plugin-lodash": "^3.3.4",
"babel-polyfill": "^6.26.0",
"eslint-plugin-import": "^2.22.1",
"inquirer": "^6.0.0",
"lerna": "^3.22.1",
"precommit": "^1.2.2",
"cz-emoji-xg": "1.0.3"
}
}