-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
71 lines (71 loc) · 1.87 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
{
"name": "fe-code",
"repository": {
"type": "git",
"url": "https://github.com/lgwebdream/fe-code.git"
},
"publishConfig": {
"registry":"https://registry.npmjs.org"
},
"version": "1.0.1",
"description": "",
"main": "index.js",
"bin": {
"fe-code": "bin/fe"
},
"scripts": {
"prepare": "husky install",
"mock": "json-server --watch ./mocks/api.json",
"eslint": "lint-staged",
"fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@darkobits/lolcatjs": "^3.1.5",
"ajv": "^8.6.2",
"antd": "^4.16.7",
"axios": "^1.6.4",
"camelcase": "^6.2.0",
"chalk": "^4.1.1",
"commander": "^5.1.0",
"cosmiconfig": "^7.0.0",
"download-git-repo": "^3.0.2",
"eslint-plugin-vue": "^7.14.0",
"figlet": "^1.4.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"https-proxy-agent": "^5.0.0",
"inquirer": "^7.1.0",
"jest": "^28.0.0",
"js-yaml": "^4.1.0",
"json-schema-ref-parser": "^9.0.9",
"json-server": "^0.17.1",
"ora": "^4.0.4",
"promise-fs": "^2.1.1",
"quicktype-core": "^6.0.70",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}