-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
73 lines (73 loc) · 2.33 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
{
"name": "web-component-wheat-ui",
"version": "1.1.18",
"description": "通过 web component 打造全新组件库",
"main": "index.js",
"homepage": "https://glean-wheat.github.io/wheat-ui/storybook-static",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./build/webpack.config.js",
"dev": "webpack-dev-server --open --config ./build/webpack.config.js",
"start": "webpack-dev-server --open --config ./build/webpack.config.js",
"storybook": "start-storybook --no-manager-cache false -p 6006",
"build-storybook": "build-storybook",
"predeploy": "build-storybook",
"deploy": "gh-pages -d storybook-static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glean-wheat/wheat-ui.git"
},
"devDependencies": {
"@babel/core": "~7.12.3",
"@babel/plugin-proposal-class-properties": "~7.12.1",
"@babel/plugin-proposal-function-bind": "~7.12.1",
"@babel/preset-env": "~7.12.1",
"@babel/preset-react": "~7.12.5",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.3.12",
"@storybook/jest": "^0.0.10",
"@storybook/react": "^6.3.12",
"@storybook/testing-library": "^0.0.13",
"@storybook/web-components": "^6.3.12",
"babel-loader": "^8.2.2",
"boxen": "^5.0.1",
"classnames": "^2.3.2",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^5.0.1",
"css-to-string-loader": "^0.1.3",
"gh-pages": "^4.0.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.0",
"lerna": "^4.0.0",
"lit-html": "^1.4.1",
"node-sass": "^6.0.0",
"rc-resize-observer": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-window": "^1.8.8",
"sass": "^1.34.1",
"sass-loader": "^10.1.1",
"sass-to-string": "^1.5.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^1.4.5",
"to-string-loader": "^1.1.6",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-merge": "^4.2.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/glean-wheat/wheat-ui/issues"
},
"dependencies": {
"@befe/brick": "^0.2.50",
"antd": "^4.24.8",
"lit": "^2.0.2"
}
}