-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "cztvcloud-content-catch",
"version": "1.0.0",
"description": "抓取网页内容并格式化的插件",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:ttkyh/content-catch-for-cztvcloud.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"document-ready": "^2.0.2",
"element-ui": "^2.13.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"shortid": "^2.2.15",
"throttle-debounce": "^2.1.0",
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"browserslist": "^4.8.3",
"cross-env": "^6.0.3",
"css-loader": "^3.4.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.9.0",
"raw-loader": "^4.0.0",
"sass": "^1.24.2",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"terser-webpack-plugin": "^2.3.1",
"url-loader": "^3.0.0",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
}
}