-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
85 lines (85 loc) · 2.26 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
81
82
83
84
85
{
"name": "autofit.js",
"version": "3.2.2",
"description": "autofit.js 是迄今为止最易用的自适应工具",
"main": "index.js",
"types": "./index.d.ts",
"files": [
"es",
"autofit.js",
"autofit.min.js",
"autofit.png",
"index.js",
"index.d.ts",
"LICENSE",
"readme.md",
"readme.en.md"
],
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "npm run lint && npm run clean && npm run build:es && npm run build:node && npm run build:web",
"build:es": "tsc --project ./tsconfig.es.json && tsc-alias -p tsconfig.es.alias.json",
"build:node": "tsc --project ./tsconfig.node.json && tsc-alias -p tsconfig.node.alias.json",
"build:web": "vite build",
"clean": "shx rm -rf ./es",
"lint": "eslint src/**/*.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/larryzhu-dev/autofit.js.git"
},
"homepage": "https://larryzhu-dev.github.io/autoLarryPages/autofit.js/",
"keywords": [
"大屏",
"自适应",
"可视化",
"适配",
"vue3",
"vue",
"react",
"echarts",
"auto-zoom",
"autofit",
"auto-fit",
"vue-autofit",
"fit",
"vue-fit",
"autofit.js"
],
"author": "Larry Zhu",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.1.0",
"@types/jest": "29.2.4",
"@types/jquery": "^3.5.30",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"babel-jest": "^29.4.3",
"babel-loader": "^9.1.2",
"babel-plugin-remove-import-export": "^1.1.1",
"eslint": "^7.32.0",
"jest": "^29.4.3",
"jquery": "^3.7.1",
"lint-staged": "^10",
"rollup": "^4.18.0",
"rollup-plugin-license": "^3.5.2",
"shx": "^0.3.4",
"ts-jest": "29.0.3",
"ts-loader": "^9.4.2",
"tsc-alias": "^1.8.6",
"tsconfig-paths-jest": "^0.0.1",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue": "^3.4.29",
"vue-tsc": "^2.0.21"
},
"license": "MIT"
}