-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.01 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
{
"name": "el-table-ts",
"version": "1.4.8",
"main": "dist/el-table-ts.common.js",
"typings": "types/index.d.ts",
"private": false,
"author": "ame",
"scripts": {
"serve": "vue-cli-service serve",
"mock": "npm run ./mock/index.ts",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"build": "vue-cli-service build --target lib --name el-table-ts ./src/components/index.ts"
},
"dependencies": {
"@babel/preset-env": "^7.23.2",
"await-to-js": "^3.0.0",
"normalize.css": "^8.0.1",
"ts-debounce": "^3.0.0",
"v-click-outside": "^3.2.0",
"vue-class-component": "^7.2.6",
"vue-frag": "^1.4.2",
"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-typescript": "^7.14.5",
"@types/compression": "^1.7.0",
"@types/express": "^4.17.8",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/mockjs": "^1.0.6",
"@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",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"core-js": "^3.7.0",
"element-ui": "^2.14.0",
"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",
"mockjs": "^1.1.0",
"prettier": "^2.8.1",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"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",
"webpack": "^4.4.2"
},
"keywords": [
"vue",
"typescript",
"el-table-ts",
"template",
"element-ui"
],
"description": "[组件使用文档](https://ame.cool/pages/28073c/)",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aimeiyijia/el-table-ts.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/aimeiyijia/el-table-ts/issues"
},
"homepage": "https://github.com/aimeiyijia/el-table-ts#readme"
}