-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "el-form-plus",
"version": "0.7.6",
"main": "dist/el-form-plus.common.js",
"typings": "types/index.d.ts",
"private": false,
"author": "ame",
"scripts": {
"serve": "vue-cli-service serve",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"build": "vue-cli-service build --target lib --name el-form-plus ./src/components/install.ts"
},
"dependencies": {
"currency.js": "^2.0.4",
"dayjs": "^1.11.9",
"is-equal": "^1.6.4",
"lodash": "^4.17.20",
"normalize.css": "^8.0.1",
"vue-class-component": "^7.2.6",
"vue-frag": "^1.4.1",
"vue-property-decorator": "^9.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.14.5",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.8",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.6",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.1.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"core-js": "^3.7.0",
"element-ui": "^2.15.13",
"eslint": "^7.13.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-vue": "^7.1.0",
"jest": "^26.6.3",
"jest-environment-jsdom": "^24.9.0",
"jest-environment-jsdom-global": "^2.0.4",
"lint-staged": "^10.5.1",
"prettier": "^2.8.1",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"script-loader": "^0.7.2",
"ts-jest": "^26.4.3",
"ts-loader": "^8.3.0",
"ts-node-dev": "^1.0.0",
"tslib": "^2.4.1",
"typescript": "4.9.4",
"vue": "^2.6.12",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.12",
"vuedraggable": "^2.24.3",
"webpack": "^4.4.2"
},
"keywords": [
"vue",
"typescript",
"el-form-plus",
"template",
"element-ui",
"el-form"
],
"description": "[组件使用文档](https://ame.cool/pages/28073c/)",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aimeiyijia/el-form-plus.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aimeiyijia/el-form-plus/issues"
},
"homepage": "https://github.com/aimeiyijia/el-form-plus#readme"
}