We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed7417 commit 2845031Copy full SHA for 2845031
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@AwesomeWebProjects/audio-player",
3
- "version": "0.1.2",
+ "version": "1.0.0",
4
"author": "Daniel Barion // @danielbarion (github)",
5
"main": "src/export-components.js",
6
"license": "MIT",
@@ -68,13 +68,13 @@
68
"worker-loader": "^2.0.0"
69
},
70
"dependencies": {
71
+ "@material-ui/core": "^3.8.1",
72
+ "@material-ui/icons": "^3.0.1",
73
"react": "^16.8.6",
74
"react-app-polyfill": "^1.0.1",
75
"react-dev-utils": "^9.0.1",
76
"react-dom": "^16.8.6",
- "react-router-dom": "^5.0.1",
- "@material-ui/core": "^3.8.1",
77
- "@material-ui/icons": "^3.0.1"
+ "react-router-dom": "^5.0.1"
78
79
"scripts": {
80
"start": "node scripts/start.js",
0 commit comments