-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.75 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "cding-table",
"version": "1.0.7-beta.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"authors": [
"不才 <[email protected]> (https://www.notbucai.com/)"
],
"homepage": "https://cding-table.notbucai.com",
"repository": {
"type": "git",
"url": "[email protected]:notbucai/cding-table.git"
},
"bugs": {
"url": "https://github.com/notbucai/cding-table/issues"
},
"description": "This is an element-Puls table component that can be configured to perform complex operations on the table.",
"license": "MIT",
"keywords": [
"table",
"el-element",
"el-table",
"cding-table",
"element-plus-ui",
"vue3",
"JSON table",
"Options Table"
],
"sideEffects": [
"./website/assets/styles/fonts/style.css",
"./website/assets/styles/common.scss",
"*.vue"
],
"scripts": {
"test": "jest --coverage && codecov",
"dev": "rollup --config ./build/rollup.config.js --watch --sourcemap",
"build": "cross-env NODE_ENV=production rollup --config ./build/rollup.config.js --sourcemap",
"website:dev": "webpack server --profile --config ./website/webpack.config.js",
"website:build": "cross-env NODE_ENV=production webpack --profile --config ./website/webpack.config.js",
"website:analyzer": "cross-env NODE_ANALYZER_ENV=true cross-env NODE_ENV=production webpack --profile --config ./website/webpack.config.js",
"lint-fix": "eslint --fix .",
"lint": "eslint --ext .js,.vue,.ts,.tsx --ignore-path .gitignore --fix src",
"prepublishOnly": "node prepublish.js",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@element-plus/icons": "^0.0.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@types/jest": "^27.0.1",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/compiler-sfc": "^3.2.22",
"@vue/test-utils": "^2.0.0-rc.17",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"clipboard-copy": "^4.0.1",
"codecov": "^3.8.3",
"colors": "^1.4.0",
"copy-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"cssnano": "^5.0.8",
"dayjs": "^1.10.6",
"element-theme-chalk": "^2.15.5",
"esbuild": "^0.12.20",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.0.0-beta.4",
"file-loader": "^6.2.0",
"flush-promises": "^1.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"highlight.js": "^11.2.0",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"jest": "^26",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^8.1.2",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "^2.2.0",
"nprogress": "^0.2.0",
"ora": "5.4.1",
"prettier": "^2.4.1",
"progress-bar-webpack-plugin": "^2.1.0",
"rollup": "^2.60.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-scss": "3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"semver": "^7.3.5",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.2.5",
"thread-loader": "^3.0.4",
"transliteration": "^2.2.0",
"ts-jest": "^26",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.0",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"vue-eslint-parser": "^7.10.0",
"vue-jest": "^5.0.0-alpha.10",
"vue-loader": "^16.8.3",
"vue-router": "^4.0.11",
"webpack": "^5.50.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"element-plus": ">=1.2.x",
"vue": ">=3.0.x"
},
"dependencies": {
"element-plus": "^1.2.0-beta.3",
"vue": "^3.2.22"
}
}