forked from xxxily/h5player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.62 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
{
"name": "h5player",
"version": "1.2.0",
"description": "h5player tampermonkey",
"author": "xxxily",
"private": true,
"scripts": {
"rollup": "rollup -w -c config/rollup.config.js",
"h5player:prod": "npm run rollup --mode-dev --proj-h5player",
"server": "node bin/staticService/index.js",
"ui-dev": "webpack-dev-server --inline --config bin/webpack/webpack.dev.conf.js",
"ui-build": "webpack-cli --inline --config bin/webpack/webpack.prod.conf.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"local-storage-proxy": "^4.0.3",
"lodash": "^4.17.21",
"vue": "2.7.10"
},
"license": "GPL",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.6.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"chokidar": "^3.3.1",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.5.2",
"dayjs": "^1.8.16",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"express": "^4.17.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"morgan": "^1.10.0",
"node-sass": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"rollup": "^1.21.4",
"rollup-plugin-alias": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"socket.io": "^2.3.0",
"style-loader": "^1.1.4",
"url-join": "^4.0.1",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.9.7",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"webpack-parallel-uglify-plugin": "^1.1.2"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
}
}