-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.87 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
69
70
71
{
"name": "rehowl",
"version": "1.0.1",
"description": "Opinionated React wrapper for Howler.js",
"main": "lib/index.js",
"type": "module",
"files": [
"/lib"
],
"scripts": {
"build": "tsc",
"deploy": "gh-pages -d storybook-static",
"predeploy": "storybook build --docs",
"prepublish": "rm -rf ./lib; yarn build;",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev --docs -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morinted/rehowl.git"
},
"keywords": [
"react",
"howler",
"howl",
"react-component",
"react.js",
"audio",
"player",
"howler.js"
],
"author": "Ted Morin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/morinted/rehowl/issues"
},
"homepage": "https://github.com/morinted/rehowl#readme",
"peerDependencies": {
"howler": "^2.2.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@storybook/addon-docs": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addons": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/theming": "^7.5.3",
"@types/babel__preset-env": "^7",
"@types/howler": "^2.2.11",
"@types/react": "^18.2.36",
"@types/react-dom": "^18",
"gh-pages": "^2.1.1",
"howler": "^2.2.4",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-gfm": "^3.0.0",
"storybook": "^7.5.3",
"ts-loader": "^9.5.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}