-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 3.92 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
{
"name": "k-view-next",
"version": "1.0.5",
"description": "vue3 ui library",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"author": "cgj",
"license": "MIT",
"private": false,
"keywords": [
"vue",
"eleme",
"components",
"ant",
"design",
"antd",
"vue",
"typescript",
"ts",
"component",
"components",
"ui",
"framework",
"frontend"
],
"scripts": {
"dev": "gulp compile && node build/server.dev.js --mode=development",
"docs": "gulp compile && node build/server.prod.js --mode=development docs",
"docs:build": "gulp compile && node build/server.prod.build.js --mode=production docs",
"lint": "eslint . --ext '.js,.jsx,.ts,.tsx' --fix",
"test": "cross-env NODE_ENV=test jest --coverage",
"compile": "gulp compile",
"gen": "node build/genComp.js",
"commit": "git add . && git-cz"
},
"devDependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.2.27",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.17",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"ant-design-vue": "^2.2.8",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^7.2.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.3",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.5.0",
"fs-extra": "^10.1.0",
"git-cz": "^4.8.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-filter": "^7.0.0",
"gulp-less": "^5.0.0",
"gulp-strip-code": "^0.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"html-webpack-plugin": "^5.5.0",
"inquirer": "^8.2.4",
"jest": "^27.5.1",
"jest-serializer-vue": "^2.0.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"less-plugin-npm-import": "^2.1.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.3",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"merge2": "^1.4.1",
"mini-css-extract-plugin": "^2.5.0",
"object-assign": "^4.1.1",
"postcss": "^8.4.6",
"postcss-loader": "^6.2.1",
"process": "^0.11.10",
"progress-bar-webpack-plugin": "^2.1.0",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"through2": "^4.0.2",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"vue": "^3.2.27",
"vue-loader": "^17.0.0",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoldierAb/k-view-next.git"
},
"bugs": {
"url": "https://github.com/SoldierAb/k-view-next/issues"
},
"homepage": "https://github.com/SoldierAb/k-view-next#readme"
}