-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "weda-comp",
"version": "1.0.0",
"scripts": {
"test": "react-scripts test",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint src --fix"
},
"keywords": [
"weda",
"lowcode",
"components"
],
"author": "cloudbase team",
"license": "MIT",
"description": "腾讯云微搭低代码组件库模板",
"dependencies": {
"@types/react": "^17.0.0",
"@types/wechat-miniprogram": "^3.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^6.1.12",
"@storybook/addon-storyshots": "^6.1.12",
"@storybook/addons": "^6.1.12",
"@storybook/react": "^6.1.21",
"@storybook/theming": "^6.1.12",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"miniprogram-simulate": "^1.4.2",
"react-scripts": "4.0.3",
"storybook": "^6.1.21"
}
}