-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "weda_custom_components",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "react-scripts test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint src --fix",
"new": "npx hygen comp new"
},
"keywords": [
"weda",
"lowcode",
"components"
],
"author": "cloudbase team",
"license": "MIT",
"description": "腾讯云微搭低代码组件库模板",
"dependencies": {
"@cloudbase/weda-ui": "^3.5.0",
"gantt-task-react": "^0.3.9",
"prop-types": "^15.7.2",
"react-error-boundary": "^3.1.4",
"weui": "^2"
},
"peerDependencies": {
"react": ">=18.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/blocks": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/react-webpack5": "^7.0.7",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"miniprogram-simulate": "^1.3.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "4.0.3",
"storybook": "^7.0.7"
}
}