forked from zhelezkov/audio-streaming-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
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
{
"name": "audio-streaming-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-amplify": "^0.4.1",
"aws-amplify-react": "^0.1.47",
"date-fns": "^1.29.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-dropzone": "^4.2.10",
"react-flexbox-grid": "^2.1.0",
"react-player": "^1.6.2",
"react-scripts": "1.1.4",
"react-toastify": "^4.0.1",
"sanitize.css": "^5.0.0",
"styled-components": "^3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"prettier": "1.12.1"
}
}