-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "live-translate-userscript",
"version": "1.1.0",
"description": "Get streaming translation comments easily. Based on extension made by u/konokalahola",
"main": "webpack.config.js",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"husky": "^4.2.5",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-userscript": "^2.5.5"
},
"scripts": {
"dev": "webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack-cli",
"lint": "eslint ."
},
"keywords": ["youtube", "userscript", "livechat", "filter", "hololive"],
"author": "u/BakuhatsuK",
"license": "WTFPL",
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}