-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
69 lines (69 loc) · 2.22 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
{
"name": "@polyv/vod-upload-js-sdk",
"version": "1.2.3",
"description": "Polyv JavaScript Upload SDK provides you with a development kit for uploading media files to Polyv Video Cloud platform.",
"keywords": [
"polyv",
"video",
"upload",
"保利威",
"视频云"
],
"main": "dist/main.js",
"scripts": {
"dev": "npx cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --open",
"build": "npx cross-env NODE_ENV=production webpack --config build/webpack.prod.config.js",
"build-umd": "npx cross-env NODE_ENV=production webpack --config build/webpack.umd.config.js",
"build-demo": "npx cross-env NODE_ENV=production webpack --config build/webpack.demo.config.js",
"gen-doc": "npx jsdoc ./src -d ./docs/api/1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/polyv/vod-upload-js-sdk"
},
"engines": {
"node": ">=8.0.0"
},
"author": "Polyv frontend team",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.2.0",
"@babel/runtime-corejs2": "^7.2.0",
"ali-oss": "^6.1.0",
"autoprefixer": "^9.4.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"cross-env": "^5.2.0",
"css-loader": "^2.0.0",
"cssnano": "^4.1.7",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-sonarjs": "^0.2.0",
"html-webpack-plugin": "^3.2.0",
"jraiser": "^3.1.3",
"jsdoc": "^3.5.5",
"md5": "^2.2.1",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^8.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.5"
},
"dependencies": {
"@babel/runtime": "^7.6.3"
}
}