-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "react-audio-visualizers",
"version": "1.0.0",
"description": "Set of Audio Visualizers components made using RN web and NativeBase",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"start": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rayan1810/AudioVisualizer.git"
},
"keywords": [
"Audio",
"Visualizers"
],
"author": "Rohit Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/rayan1810/AudioVisualizer/issues"
},
"homepage": "https://github.com/rayan1810/AudioVisualizer#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^6.4.9",
"@types/react": "^17.0.38",
"babel-loader": "^8.2.3",
"react": "^17.0.2",
"rollup": "^2.62.0",
"rollup-plugin-dts": "^4.1.0",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react-dom": "^17.0.2",
"tslib": "^2.3.1",
"webpack": "5"
}
}