-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
{
"name": "video-speed",
"version": "1.0.0",
"description": "调节网页视频播放速率的chrome扩展程序",
"main": "index.js",
"scripts": {
"build": "cd ./build && webpack --config build.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laivv/video-speed.git"
},
"author": "lingluo",
"license": "MIT",
"bugs": {
"url": "https://github.com/laivv/video-speed/issues"
},
"homepage": "https://github.com/laivv/video-speed#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"autoprefixer": "^9.4.9",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-es2017": "^6.24.1",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"style-loader": "^0.23.1",
"vue": "^2.6.8",
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.8",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}