-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "next-api-sdk",
"private": true,
"homepage": "https://github.com/easyops-cn/next-api-sdk",
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-api-sdk.git"
},
"license": "GPL-3.0",
"scripts": {
"prepare": "lerna bootstrap && husky install",
"build": "lerna run build",
"test": "echo 'no tests'",
"test:ci": "echo 'no tests'",
"yo-sdk": "create-api-sdk",
"lint-staged": "lint-staged"
},
"browserslist": {
"development": [
"extends @next-core/browserslist-config-next/development"
],
"production": [
"extends @next-core/browserslist-config-next/production"
]
},
"devDependencies": {
"@next-core/babel-preset-next": "^1.0.19",
"@next-core/create-api-sdk": "^1.0.25",
"@next-core/browserslist-config-next": "^1.1.1",
"@next-core/eslint-config-next": "^2.0.23",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"concurrently": "^8.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lerna": "^6.5.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6",
"typescript": "^5.0.2"
},
"workspaces": [
"sdk/*"
]
}