-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.95 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
62
63
64
65
{
"name": "ninja-ytg",
"version": "0.1.2",
"description": "The feature everyone want on YTG",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AntoineKM/ninja-ytg.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.4",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/chrome": "^0.0.287",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@babel/eslint-parser": "^7.11.0",
"babel-loader": "^9.1.2",
"babel-preset-react-app": "^10.0.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^7.0.0",
"eslint": "^8.54.0",
"eslint-config-antoine": "^1.0.13",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^3.1.0",
"react-refresh": "^0.16.0",
"react-refresh-typescript": "^2.0.7",
"sass": "^1.57.1",
"sass-loader": "^16.0.0",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"type-fest": "^4.0.0",
"typescript": "^5.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^6.0.0",
"webpack-dev-server": "^5.0.0",
"zip-webpack-plugin": "^4.0.1"
}
}