forked from lgwebdream/fe-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
{
"name": "fe-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"fe-code": "bin/fe"
},
"scripts": {
"prepare": "husky install",
"mock": "json-server --watch ./mocks/api.json",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@darkobits/lolcatjs": "^3.1.3",
"antd": "^4.16.7",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"commander": "^5.1.0",
"cosmiconfig": "^7.0.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.4.0",
"fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.0",
"inquirer": "^7.1.0",
"jest": "^27.0.6",
"json-server": "^0.16.3",
"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",
"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"
}
}