-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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": "view-win",
"version": "0.0.2",
"description": "视窗显示",
"main": "src/index.js",
"type": "module",
"scripts": {
"dev": "rollup -c rollup.config.js -w",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgbin24/view-win.git"
},
"keywords": [
"tab",
"list",
"scroll",
"x-scroll",
"tab scroll",
"list scroll",
"In-window display",
"Center display"
],
"author": "cgbin24",
"license": "MIT",
"bugs": {
"url": "https://github.com/cgbin24/view-win/issues"
},
"files": [
"src"
],
"homepage": "https://github.com/cgbin24/view-win#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4"
}
}