-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 2.58 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "lux",
"version": "1.1.3",
"description": "A system network proxy tool",
"main": "src/index.js",
"scripts": {
"lint-fix": "eslint --ext .ts,.tsx --fix src",
"dev": "webpack serve -c build/webpack.ui.config.js --env NODE_ENV=development --mode development --hot --open",
"build": "webpack -c build/webpack.ui.config.js --env NODE_ENV=production --mode production"
},
"keywords": [],
"author": "igoogolx",
"license": "MIT",
"dependencies": {
"@fluentui-contrib/react-data-grid-react-window": "^1.3.1",
"@fluentui/react-components": "^9.56.8",
"@fortawesome/fontawesome-free": "^6.7.2",
"@reduxjs/toolkit": "^2.5.0",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"i18next": "^24.2.0",
"isomorphic-ws": "^5.0.0",
"proxy-uri-parser": "https://github.com/igoogolx/proxy-uri-parser.git#v0.2.0",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^15.2.0",
"react-inlinesvg": "^4.1.5",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.0",
"redux": "^5.0.1",
"semver": "^7.6.3",
"shadowsocksconfig": "github:Jigsaw-Code/outline-shadowsocksconfig",
"ws": "^8.18.0",
"yaml": "^2.6.1",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-highlight-words": "^0.20.0",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.13",
"autoprefixer": "^10.4.16",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.14.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.2",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}