-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.81 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
{
"name": "@generative.fm/record",
"version": "0.1.4",
"description": "Recording interface for Generative.fm",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.dev.config.js",
"build": "webpack --config webpack.production.config.js",
"build:profile": "webpack --config webpack.profile.config.js",
"test": "karma start --single-run",
"test:watch": "karma start",
"lint": "eslint . --ext \".js,.jsx\"",
"deploy": "node -r dotenv/config node_modules/.bin/s3-sync deploy",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/generative-fm/record.git"
},
"author": "Alex Bainter <[email protected]> (https://alexbainter.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/generative-fm/record/issues"
},
"homepage": "https://github.com/generative-fm/record#readme",
"devDependencies": {
"@alexbainter/eslint-config": "^0.1.2",
"@alexbainter/s3-sync": "^0.6.0",
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@sentry/webpack-plugin": "^1.13.0",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"css-loader": "^5.2.6",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.2",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"image-webpack-loader": "^7.0.1",
"karma": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"mini-css-extract-plugin": "^1.6.0",
"mocha": "^7.1.1",
"prettier": "^2.0.2",
"prop-types": "^15.7.2",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"source-map-loader": "^3.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@generative-music/pieces-alex-bainter": "^5.2.2",
"@generative-music/samples-alex-bainter": "^2.5.0",
"@generative-music/web-library": "^0.2.2",
"@generative-music/web-provider": "^3.0.0",
"@generative-music/web-recorder": "^2.0.0",
"@generative.fm/web-ui": "^0.5.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@sentry/react": "^5.26.0",
"@sentry/tracing": "^5.26.0",
"classnames": "^2.2.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"rxjs": "^6.5.5",
"tone": "^14.7.58",
"uuid": "^7.0.3"
}
}