-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "react-drag-resize-dialog",
"version": "1.0.13",
"description": "基于 react-rnd 的一个可以移动可以改变大小的对话框组件",
"main": "lib/index.js",
"files": [
"es",
"lib"
],
"scripts": {
"build": "webpack --config config/webpack.prod.config.js",
"start": "webpack serve --inline --progress --config config/webpack.dev.config.js --open",
"pub": "npm run build && npm publish"
},
"keywords": [
"react",
"react-rnd",
"npm",
"umi"
],
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-loader": "8.0.5",
"css-loader": "^3.4.2",
"html-webpack-plugin": "^5.3.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^1.5.0",
"react-drag-resize-dialog": "^1.0.13",
"react-rnd": "^10.1.9",
"style-loader": "^1.1.3",
"umi": "^3.1.2",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {},
"author": "lius",
"license": "ISC"
}