-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "cicada",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "react-scripts test",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint src --fix",
"dev": "tcb lowcode debug",
"publish": "tcb lowcode publish"
},
"keywords": [
"weda",
"lowcode",
"components"
],
"author": "cloudbase team",
"license": "MIT",
"description": "腾讯云微搭低代码组件库模板",
"dependencies": {
"@tcwd/vuera": "0.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"vue": "^2.6.14"
},
"devDependencies": {
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-storyshots": "^6.1.21",
"@storybook/addons": "^6.1.21",
"@storybook/node-logger": "^6.1.21",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.1.21",
"@storybook/theming": "^6.1.21",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-loader": "8.1.0",
"miniprogram-simulate": "^1.3.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.3",
"storybook": "^6.1.21"
}
}