-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.63 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": "react-spotify-iframe",
"version": "1.0.0",
"description": "lightweight library for Spotify iframe interactions",
"type": "module",
"main": "dist/index.js",
"source": "index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "microbundle",
"storybook": "storybook dev -p 6006",
"test": "test-storybook",
"unit-test": "react-scripts test --setupFiles ./storybook/setupFilesjs",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git@github-MohammedNagdy:MohammedNagdy/react-spotify-iframe.git"
},
"keywords": [
"spotify",
"iframe",
"iframe-api",
"embed",
"react",
"javacript",
"interactions"
],
"author": "Mohammed Nagdy",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.10",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.6.10",
"@storybook/react-webpack5": "^7.6.10",
"@storybook/test": "^7.6.10",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^9.3.4",
"microbundle": "^0.15.1",
"prettier": "^3.2.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0",
"storybook": "^7.6.10"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}