-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "soundcloud-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"client": "webpack-dev-server --config webpack.config.js --mode development --devtool inline-source-map --hot",
"build": "webpack --config webpack.config.js --mode production",
"start": "node src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-regenerator": "^6.26.0",
"css-loader": "^3.1.0",
"eslint": "^6.1.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"audio-buffer-utils": "^5.1.2",
"audioconcat": "^0.1.3",
"axios": "^0.19.0",
"compression": "^1.7.4",
"connected-react-router": "^6.5.2",
"create-react-class": "^15.6.3",
"crunker": "^0.2.0",
"express": "^4.17.1",
"get-urls": "^9.2.0",
"history": "^4.9.0",
"react": "^16.8.6",
"react-debounce-input": "^3.2.0",
"react-dom": "^16.8.6",
"react-keyboard-event-handler": "^1.5.1",
"react-media": "^1.9.2",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-router-redux": "^4.0.8",
"react-slider": "^0.11.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"soundcloud-v2-api": "^0.1.4",
"truncate": "^2.1.0"
}
}