-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
{
"name": "TabHome",
"version": "1.1.0",
"description": "处理书签栏存放不下的书签(Handle bookmarks that do not fit in the bookmarks bar)",
"main": "index.js",
"repository": "https://github.com/Yinbe/TabHome",
"author": "Yinbe",
"license": "GPL-3.0",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch",
"build": "cross-env NODE_ENV=production webpack",
"lint": "eslint src",
"prebuild": "yarn lint"
},
"dependencies": {
"chrome-promise": "^3.0.0",
"cross-env": "^5.2.0",
"element-ui": "^2.5.4",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.16",
"vue-i18n": "^8.26.5",
"vue-router": "^3.0.1",
"vuedraggable": "^2.24.3",
"webextension-polyfill": "^0.8.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^5.3.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"markdown-loader": "^3.0.0",
"node-sass": "^4.9.0",
"sass": "^1.3.0",
"sass-loader": "^7.0.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"vue-loader": "^15.0.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-cli": "^3.2.3"
}
}