forked from portexe/react-pwr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.78 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-podcast-ninja",
"version": "1.7.2",
"description": "A simple react component that plays back podcast",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/montekaka/react-podcast-ninja.git"
},
"author": "Josh Chen",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-node-resolve": "^11.1.1",
"@storybook/addon-actions": "^6.1.16",
"@storybook/addon-essentials": "^6.1.16",
"@storybook/addon-links": "^6.1.16",
"@storybook/react": "^6.1.16",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"date-fns": "^2.23.0",
"framer-motion": "^4.1.17",
"jotai": "^1.2.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-player": "^2.9.0",
"react-qrcode-logo": "^2.7.0",
"rollup": "^2.38.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rss-parser": "^3.12.0",
"use-draggable-scroll": "^0.1.0",
"styled-components": "^5.3.3"
},
"peerDependencies": {
"axios": "^0.21.1",
"date-fns": "^2.23.0",
"jotai": "^1.2.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-player": "^2.9.0",
"react-qrcode-logo": "^2.7.0",
"rss-parser": "^3.12.0",
"use-draggable-scroll": "^0.1.0",
"styled-components": "^5.3.3"
}
}