-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·48 lines (48 loc) · 1.21 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
{
"name": "create-code",
"version": "0.2.6",
"description": "The command tool based on umi antd to create code blocks",
"bin": {
"create-code": "./bin/create-code"
},
"repository": {
"type": "github",
"url": "https://github.com/acpplife/create-code.git"
},
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/types": "^7.4.4",
"axios": "^0.19.0",
"camelcase": "^5.3.1",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"fs-extra": "^8.1.0",
"ice-npm-utils": "^1.3.0",
"inquirer": "^6.5.0",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"npmlog": "^4.1.2",
"putout": "^4.23.4",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"tar": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-compat": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-hooks": "^1.6.0"
},
"files": [
"bin",
"demo-schema",
"lib"
]
}