-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "synchroplayer",
"version": "1.0.1",
"description": "Synchronized video player for watching videos together remotely.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thomas Jarrand <thomas.jarrand@gmail.com> (https://thomas.jarrand.fr)",
"license": "MIT",
"files": [
"build/",
"bin/"
],
"dependencies": {
"@elao/container.js": "^3.0.2",
"i18n-js": "^3.8.0",
"netcode": "^2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-logger": "^3.0.6",
"reset-css": "^5.0.1",
"tom32i-event-emitter.js": "^2.0.5"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.0",
"@babel/preset-react": "^7.13.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.1",
"css-loader": "^6.7.0",
"eslint": "^7.31.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-react": "^7.23.0",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.4.9",
"postcss-loader": "^6.2.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.0"
},
"browserslist": [
"defaults"
],
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}