This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.02 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
{
"name": "vite-plugin-element-plus",
"version": "0.0.12",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"scripts": {
"lint": "eslint src",
"build": "rm -rf dist && gulp build",
"dev": "cd examples && yarn dev"
},
"keywords": [
"vite",
"element-plus",
"plugin"
],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/element-plus/vite-plugin-element-plus"
},
"bugs": {
"url": "https://github.com/element-plus/vite-plugin-element-plus/issues"
},
"homepage": "https://github.com/element-plus/vite-plugin-element-plus/tree/main/#readme",
"dependencies": {
"@rollup/pluginutils": "^4.1.0",
"es-module-lexer": "^0.6.0"
},
"peerDependencies": {
"vite": ">=2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@element-plus/publish-tester": "^0.0.4",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/debug": "^4.1.5",
"@types/gulp": "^4.0.9",
"@types/jest": "^26.0.24",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"babel-jest": "^27.0.6",
"chalk": "^4.1.2",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^6.0.0",
"ini": "^2.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.55.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.37.5",
"ts-jest": "^27.0.3",
"ts-node": "^10.1.0",
"tsup": "^4.11.2",
"typescript": "^4.3.5",
"vite": "^2.5.0"
}
}