-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "react-simplified-player",
"version": "1.0.9",
"description": "Simple Easy Customizable React Audio Player 🎶",
"main": "index.js",
"publishConfig": {
"callmenikk:registry": "https://npm.pkg.github.com"
},
"keywords": [
"react",
"reactjs",
"player",
"music",
"audio",
"react-player",
"react-music-player",
"react-audio-player",
"cd-player",
"music-player",
"audio-player",
"component",
"mp3-player",
"mp3",
"spotify-player",
"spotify-audio-player"
],
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build-lib": "npm run clean && tsc && cp package.json README.md ./dist"
},
"author": "callmenikk",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}