-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 937 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
{
"name": "ytsync-plugin",
"version": "2.0.1",
"main": "dist/app.js",
"license": "MIT",
"scripts": {
"build": "rm -Rf build && webpack --config webpack/webpack.config.js"
},
"devDependencies": {
"@types/animejs": "^3.1.1",
"@types/common-tags": "^1.8.0",
"@types/jquery": "^3.3.36",
"@types/socket.io-client": "^1.4.32",
"@types/tampermonkey": "^4.0.0",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.12",
"@types/webpack-merge": "^4.1.5",
"@types/youtube": "^0.0.42",
"animejs": "^3.2.0",
"common-tags": "^1.8.0",
"copy-webpack-plugin": "^5.1.1",
"jquery": "^3.5.1",
"socket.io-client": "^2.3.0",
"terser-webpack-plugin": "^3.0.0",
"ts-loader": "^5.3.3",
"tslint": "^6.1.1",
"typescript": "^3.8.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.2",
"zip-webpack-plugin": "^3.0.0"
}
}