This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.71 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
{
"name": "shwave",
"version": "1.9.2",
"main": "dist/shwave.min.js",
"author": {
"name": "Shirtiny",
"email": "shirtiny@gmail.com"
},
"license": "MIT",
"keywords": [
"react",
"react library",
"wave",
"audio",
"timeline",
"js",
"javaScript",
"canvas",
"shwave",
"shirtiny"
],
"repository": {
"type": "git",
"url": "https://github.com/Shirtiny/shWave"
},
"description": "wave audio and timeline",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.dev.config.js",
"pro": "webpack --config webpack.product.config.js",
"start": "webpack-dev-server --config webpack.dev.config.js --open"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.9.2",
"@emotion/babel-preset-css-prop": "^10.0.27",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.1",
"file-loader": "^6.0.0",
"flv.js": "^1.5.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.0.4",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-dplayer": "^0.3.3",
"react-hot-loader": "^4.12.20",
"style-loader": "^1.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"duration-time-conversion": "^1.0.1",
"font-awesome": "^4.7.0",
"framer-motion": "^1.10.3",
"loadsh": "^0.0.4",
"react-dom": "npm:@hot-loader/react-dom"
}
}