-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 988 Bytes
/
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
{
"name": "monorepo-kwai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install"
},
"engines": {
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@eslint/create-config": "0.4.3",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vue/eslint-config-typescript": "^11.0.2",
"commitlint": "^17.6.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"recommended": "link:@vue/typescript/recommended",
"typescript": "^5.0.4"
},
"dependencies": {
"vue": "^3.2.47"
}
}