-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.7 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
54
55
56
57
58
59
60
61
{
"version": "0.0.0",
"scripts": {
"build": "rm -rf dist && webpack",
"dev": "webpack --watch --mode development"
},
"dependencies": {
"auto-bind": "^4.0.0",
"buffer": "^6.0.3",
"https-browserify": "^1.0.0",
"p-queue": "^6.6.2",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-hook-form": "^6.14.0",
"rsuite": "^4.8.6",
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"timers-browserify": "^2.0.12",
"url": "^0.11.0",
"ytdl-core": "^4.3.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.3.0",
"@types/firefox-webext-browser": "^82.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/webpack-dev-server": "^3.11.1",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"html-webpack-plugin": "^4.5.0",
"json5-loader": "^4.0.1",
"less": "^3.12.2",
"less-loader": "^7.2.1",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.13",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.3",
"web-ext": "^5.4.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
]
}
}