forked from HdvonFrontEnd/hd-cmps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 4.88 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
145
146
147
148
149
150
151
152
153
154
155
{
"name": "hd-cmps",
"version": "2.0.2",
"description": "a UI component library for HDVON's projects",
"main": "dist/index.js",
"files": [
"dist",
"packages",
"types"
],
"scripts": {
"add": "node build/bin/add-entry.js",
"build:file": "node build/bin/build-entry.js",
"dev:file": "node build/bin/dev-entry.js",
"dev": "npm run build:file && npm run dev:file && cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js",
"deploy:build": "rimraf lib && npm run build:file && npm run dev:file && cross-env NODE_ENV=production webpack --config build/webpack.demo.js",
"deploy:gh-pages": "node build/deploy-gh-pages.js",
"lint": "eslint \"src/**/*\" \"packages/**/*\" \"build/**/*\" --fix",
"dist": "rimraf dist && npm run build:file && npm run lint && cross-env NODE_ENV=production webpack --config build/webpack.prod.conf.js && cross-env NODE_ENV=production COMPONENTS_ENV=true webpack --config build/webpack.prod.conf.js",
"release": "node build/release.js",
"test": "npm run lint && cross-env BABEL_ENV=test jest --config test/unit/jest.config.js",
"test:watch": "cross-env BABEL_ENV=test jest --config test/unit/jest.config.js --watchAll",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "https://github.com/HdvonFrontEnd/hd-cmps.git"
},
"keywords": [
"vue",
"element",
"UI",
"component"
],
"dependencies": {
"@fullcalendar/core": "^4.1.0",
"@fullcalendar/daygrid": "^4.1.0",
"@fullcalendar/interaction": "^4.1.0",
"@fullcalendar/vue": "^4.1.1",
"@tinymce/tinymce-vue": "^2.0.0",
"@types/echarts": "^4.1.14",
"css-element-queries": "^1.1.1",
"deepmerge": "^3.2.0",
"echarts": "^4.2.1",
"hd-fun": "^0.3.0",
"js-cookie": "^2.2.0",
"lodash": "^4.17.15",
"pdfjs-dist": "2.0.943",
"perfect-scrollbar": "^1.4.0",
"photoswipe": "^4.1.3",
"tinymce": "5.0.6",
"vue-property-decorator": "^8.2.2"
},
"peerDependencies": {
"element-ui": "2.10.1",
"vue": "2.5.21",
"vue-echarts": "4.0.2"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.3.4",
"@babel/register": "7.0.0",
"@commitlint/cli": "^8.0.0",
"@octokit/rest": "^16.33.0",
"@types/photoswipe": "^4.0.29",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "8.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.5",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-require-context-hook": "^1.0.0",
"chalk": "^2.4.2",
"clean-webpack-plugin": "2.0.0",
"copy-webpack-plugin": "^5.0.0",
"cross-env": "^3.1.3",
"css-loader": "^2.1.0",
"element-ui": "^2.10.1",
"eslint": "5.15.1",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.1.2",
"eslint-plugin-html": "4.0.1",
"eslint-plugin-markdown": "^1.0.0",
"file-loader": "1.1.5",
"friendly-errors-webpack-plugin": "^1.7.0",
"git-branch": "^2.0.1",
"hd-md-loader": "^0.3.0",
"hd-websocket": "^0.3.0",
"html-webpack-plugin": "3.2.0",
"husky": "^3.0.0",
"inquirer": "^6.2.2",
"jest": "^24.9.0",
"jest-transform-stub": "^2.0.0",
"json-templater": "^1.0.4",
"lerna": "^3.13.1",
"lint-staged": "^9.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.11.0",
"normalize.css": "7.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pixi.js": "5.0.3",
"postcss": "^7.0.14",
"progress-bar-webpack-plugin": "^1.12.1",
"rimraf": "^2.5.4",
"sass-loader": "^7.1.0",
"sinon": "^7.3.2",
"style-loader": "^0.23.1",
"ts-jest": "^24.1.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.1",
"uppercamelcase": "^1.1.0",
"url-loader": "0.6.2",
"vue": "2.5.21",
"vue-class-component": "^7.1.0",
"vue-echarts": "^4.0.2",
"vue-jest": "^3.0.5",
"vue-loader": "^15.2.4",
"vue-markdown-loader": "^2.4.1",
"vue-router": "3.0.2",
"vue-template-compiler": "2.5.21",
"webpack": "4.29.6",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.2.1",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"lint-staged": {
"**/*.{js,ts,vue}": "eslint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"author": "HDVON",
"license": "MIT"
}