-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.93 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "webaudio-controls-react-typescript",
"version": "0.0.11",
"homepage": "https://blechdom.github.io/webaudio-controls-react-typescript/",
"description": "![webaudio-logo](./src/stories/assets/webaudio-logo-192x192.png)",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blechdom/webaudio-controls-react-typescript.git"
},
"author": "Kristin Galvin <blechdom@gmail.com>",
"keywords": [
"audio",
"visual",
"design",
"system",
"elementary.audio"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/blechdom/webaudio-controls-react-typescript/issues"
},
"scripts": {
"start": "start-storybook -p 6006 -s public",
"build": "rollup -c",
"clean": "rm -rf dist",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook",
"test-storybook": "test-storybook",
"release": "auto shipit --base-branch=main",
"test": "jest"
},
"resolutions": {
"react-test-renderer": "18.1.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.5.1",
"styled-components": "^5.3.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@react-theming/storybook-addon": "^1.1.10",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.0",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-jest": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-storyshots": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/test-runner": "^0.9.2",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.1.2",
"@types/react": "^18.0.21",
"@types/styled-components": "^5.1.26",
"auto": "^10.37.6",
"babel-jest": "^29.1.2",
"babel-loader": "^8.2.5",
"gh-pages": "^4.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"standardized-audio-context-mock": "^9.6.4",
"ts-jest": "^29.0.3"
}
}