-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 870 Bytes
/
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
{
"name": "OIJMusic",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node functions/index.js",
"postinstall": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"dotenv": "^6.2.0",
"webpack": "^4.17.2",
"webpack-node-externals": "^1.2.0"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@material-ui/core": "^3.6.1",
"@material-ui/icons": "^3.0.1",
"express": "^4.16.4",
"hls.js": "^0.12.1",
"lodash": "^4.17.11",
"m3u8stream": "^0.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"request": "^2.88.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack-cli": "^3.1.2"
}
}