This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.87 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
{
"name": "h5-audio-controls",
"version": "1.3.1",
"description": "Simple h5 music controller",
"main": "build/H5AudioControls.js",
"scripts": {
"test": "jest",
"start": "cross-env NODE_ENV=development webpack --display-modules --display-reasons --display-error-details --watch --color",
"build": "cross-env NODE_ENV=production webpack --progress --optimize-minimize && webpack --progress --display-modules --display-reasons --display-error-details --color",
"deploy": "gulp deploy",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycdpo/h5-audio-controls.git"
},
"keywords": [
"h5",
"audio",
"control"
],
"author": "cycjimmy <[email protected]> (https://github.com/cycjimmy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cycdpo/h5-audio-controls/issues"
},
"homepage": "https://github.com/cycdpo/h5-audio-controls#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.1.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.0",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"gh-pages": "^2.0.1",
"gulp": "^3.9.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"node-sass": "^4.9.3",
"postcss-loader": "^3.0.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglify-js": "^3.4.9",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"awesome-js-funcs": "^0.1.4"
}
}