-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "@dalanke/react-audio-player",
"version": "1.0.1",
"description": "HTML5 audio tag based music player wrap in react component",
"repository": {
"type": "git",
"url": "https://github.com/Dalanke/react_audio_player"
},
"main": "lib/bundle.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dalanke",
"license": "MIT",
"keywords": [
"react",
"muisc",
"audio",
"player",
"component",
"responsive"
],
"dependencies": {
"bootstrap": "^4.5.0",
"react-bootstrap": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^9.0.0",
"rollup": "^2.26.5",
"rollup-plugin-postcss": "^3.1.6"
}
}