forked from netease-lcap/ui-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.29 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.29 KB
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
72
{
"name": "lcap-ui-monorepo",
"version": "3.8.2",
"private": true,
"description": "Codewave Low Code AI Platform UI Components",
"main": "index.js",
"scripts": {
"commit": "cz",
"postinstall": "husky install && pnpm --filter \"./packages/*\" build",
"version-packages": "changeset version",
"start": "pnpm dev:react-pc",
"dev:react-pc": "pnpm --dir ./libraries/pc-react-ui storybook",
"build": "pnpm --filter \"./libraries/*\" build && cd libraries/pc-react-ui && node usage-script.js > ./dist-theme/nasl.ui.merge.json && cd ./dist-theme rm ./nasl.ui.json && mv nasl.ui.merge.json nasl.ui.json",
"test": "pnpm --filter \"./libraries/*\" test",
"lint": "eslint --fix",
"changeset": "changeset",
"coverage": "pnpm --dir ./libraries/* test:coverage"
},
"keywords": [
"codewave",
"ui",
"components"
],
"lint-staged": {
"libraries/pc-react-ui/**/*.{ts,tsx,js,vue}": [
"eslint --cache --fix",
"git add"
],
"packages/**/*.{ts,tsx,js,vue}": [
"eslint --cache --fix",
"git add"
]
},
"engines": {
"node": ">=18.17.0",
"pnpm": ">=8.12.1"
},
"repository": "https://github.com/netease-lcap/ui-libraries",
"packageManager": "pnpm@8.12.1",
"author": "NetEase CodeWave FE Team",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@lcap/storybook-vue-vite": "workspace:^7.6.17",
"@types/node": "^20.11.26",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"minimist": "^1.2.8",
"typescript": "^5.3.3"
}
}