-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 843 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
29
30
31
32
33
34
35
{
"name": "lazyremoteplayer",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"bundle": "./bundler.sh",
"test": "mocha"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"babelify": "^10.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-player": "^1.7.0",
"socket.io": "^2.2.0",
"typy": "^2.0.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"mocha": "^5.2.0"
}
}