-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
141 lines (141 loc) · 5.08 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@bifrostui/monorepo",
"private": true,
"license": "MIT",
"homepage": "https://alibaba.github.io/bifrostui",
"scripts": {
"v:online": "npx lerna version --force-publish --message 'Publish'",
"v:beta": "npx lerna version prerelease --preid=beta --force-publish --message 'Publish'",
"pub:online": "pnpm -r publish",
"pub:beta": "pnpm -r publish --tag beta",
"start:h5": "dumi dev",
"start:weapp": "node scripts/mini-program-site/index.js --type weapp",
"start:alipay": "node scripts/mini-program-site/index.js --type alipay",
"start:tt": "node scripts/mini-program-site/index.js --type tt",
"build:weapp": "node scripts/mini-program-site/index.js --type weapp",
"build:alipay": "node scripts/mini-program-site/index.js --type alipay",
"build:tt": "node scripts/mini-program-site/index.js --type tt",
"build": "lerna run build --no-private --verbose",
"docs:build": "dumi build && chmod +x ./scripts/copy-cname.sh && ./scripts/copy-cname.sh",
"site:release": "chmod +x ./scripts/website-release.sh && ./scripts/website-release.sh 'update website'",
"clear": "rimraf **/node_modules",
"package": "chmod +x ./scripts/pack-packages.sh && ./scripts/pack-packages.sh",
"test": "jest --no-cache",
"ci:test": "pnpm run test --coverage",
"ci:eslint": "pnpm run lint:script -f json -o ./.ci/eslint.json",
"generate:mini:files": "node scripts/mini-program-site/generateMiniFiles.js",
"lint": "pnpm run lint:script && pnpm run lint:style",
"lint:script": "eslint ./packages --ext .js,.jsx,.ts,.tsx",
"lint:style": "stylelint ./**/*.less",
"prepare": "husky install",
"md:trans": "node scripts/translate/translate.js",
"check:credentials": "node scripts/check-account/check-credentials.js"
},
"devDependencies": {
"@ant-design/icons-svg": "4.4.2",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@bifrostui/react": "^1.1.10",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@makotot/ghostui": "2.0.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^15.0.6",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.5.1",
"@types/react": "^17.0.0 || ^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"acorn": "^8.8.2",
"animated-scroll-to": "2.3.0",
"axios": "^1.7.7",
"babel-jest": "^28.1.0",
"chalk": "^4.1.2",
"classnames": "^2.5.1",
"copy-to-clipboard": "3.3.3",
"dumi": "^2.2.1",
"esbuild": "^0.19.7",
"esbuild-plugin-less": "1.3.10",
"escodegen": "^2.0.0",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fs-extra": "^10.0.0",
"glob": "^10.2.2",
"globby": "^11",
"heti": "0.9.4",
"husky": "^8.0.3",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-less-loader": "^0.2.0",
"lerna": "^7.1.2",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^13.2.2",
"lodash.merge": "^4.6.2",
"mdast-util-from-markdown": "^0.8.0",
"minimist": "^1.2.8",
"pinyin": "^2.11.2",
"postcss-less": "^6.0.0",
"prettier": "^3.0.0",
"prism-react-renderer": "1.3.5",
"prism-themes": "1.9.0",
"qrcode.react": "^3.0.2",
"rc-tabs": "12.15.0",
"rc-tree": "5.9.0",
"react-copy-to-clipboard": "5.1.0",
"react-test-renderer": "^18.0.0",
"rimraf": "^3.0.0",
"stylelint": "^15.6.1",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^4.0.0",
"ts-jest": "^28.0.3",
"ts-node": "^10.2.1",
"tslib": "^2.7.0",
"typescript": "^4.3.5"
},
"lint-staged": {
"!script/**/*": [],
"./packages/**/*.{js,ts,jsx,tsx}": [
"npx prettier --write",
"npx eslint --fix"
],
"*.less": [
"npx prettier --write",
"npx stylelint --fix"
],
"*.{json,md}": [
"npx prettier --write"
]
},
"version": "0.0.0",
"dependencies": {
"@tarojs/components": "^3.0.0",
"@tarojs/helper": "^3.0.0",
"@tarojs/plugin-platform-alipay": "^3.0.0",
"@tarojs/plugin-platform-jd": "^3.0.0",
"@tarojs/plugin-platform-qq": "^3.0.0",
"@tarojs/plugin-platform-swan": "^3.0.0",
"@tarojs/plugin-platform-tt": "^3.0.0",
"@tarojs/plugin-platform-weapp": "^3.0.0",
"@tarojs/react": "^3.0.0",
"@tarojs/router": "^3.0.0",
"@tarojs/runtime": "^3.0.0",
"@tarojs/shared": "^3.0.0",
"@tarojs/taro": "^3.0.0",
"@tarojs/taro-h5": "^3.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
}