-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·80 lines (80 loc) · 1.98 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
{
"name": "ac-selector",
"version": "3.0.17",
"description": "选人组件",
"keywords": [
"react",
"react-component",
"ac-selector",
"iuap-design",
"tinper-next",
"selector"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-acs/ac-selector",
"author": "[email protected]",
"repository": "https://github.com/tinper-acs/ac-selector",
"bugs": "https://github.com/tinper-acs/ac-selector/issues",
"license": "MIT",
"main": "./build/index.js",
"types": "index.d.ts",
"files": [
"package.json",
"dist",
"build",
"src"
],
"scripts": {
"dev": "webpack-dev-server --config ./config/webpack.dev.js",
"build": "rimraf build && lessc ./src/Selector.less ./build/Selector.css && babel src -d build",
"compiler": "babel src -d build"
},
"dependencies": {
"@tinper/next-ui": "^4.4.4",
"mini-store": "2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"babel-loader": "^8.3.0",
"bee-clipboard": "^2.0.5",
"bee-drawer": "0.0.2",
"bee-layout": "^1.2.8",
"bee-panel": "^2.0.2",
"chai": "^3.5.0",
"clean-webpack-plugin": "^3.0.0",
"console-polyfill": "^0.2.3",
"css-loader": "^3.6.0",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^2.9.1",
"es5-shim": "^4.6.7",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.14.0",
"style-loader": "^1.3.0",
"tinper-bee": "^2.4.0",
"url-loader": "^3.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-dom": "*"
}
}