-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.43 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.43 KB
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
{
"name": "autofit.js",
"version": "3.2.8",
"description": "autofit.js 是迄今为止最易用的自适应工具",
"type": "module",
"main": "./dist/autofit.cjs.js",
"module": "./dist/autofit.esm.js",
"exports": {
"import": "./dist/autofit.esm.js",
"require": "./dist/autofit.cjs.js",
"types": "./dist/types/index.d.ts"
},
"types": "./dist/types/index.d.ts",
"files": [
"dist/*",
"autofit.png",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "rolldown -c ./rolldown.config.dev.ts --watch",
"build": "tsc --emitDeclarationOnly && rolldown -c ./rolldown.config.ts",
"publish": "npm run build && npm publish",
"vnr": "vnr"
},
"repository": {
"type": "git",
"url": "https://github.com/Auto-Plugin/autofit.js"
},
"homepage": "https://auto-plugin.github.io/autofit.js/",
"keywords": [
"大屏",
"自适应",
"可视化",
"适配",
"vue3",
"vue",
"react",
"echarts",
"auto-zoom",
"autofit",
"auto-fit",
"vue-autofit",
"fit",
"vue-fit",
"autofit.js"
],
"author": "Larry Zhu",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.2.1",
"rolldown": "1.0.0-beta.1",
"rollup-plugin-banner2": "^1.3.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.1",
"tsc-alias": "^1.8.6",
"typescript": "^4.4.4",
"vnr": "^1.0.5"
},
"license": "MIT"
}