|
1 | 1 | { |
2 | 2 | "name": "lux", |
3 | | - "version": "1.20.0", |
| 3 | + "version": "1.21.0", |
4 | 4 | "description": "A system network proxy tool", |
5 | 5 | "main": "src/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "lint-fix": "eslint --ext .ts,.tsx --fix src", |
8 | | - "dev": "webpack serve -c build/webpack.ui.config.js --env NODE_ENV=development --mode development --hot --open", |
9 | | - "build": "webpack -c build/webpack.ui.config.js --env NODE_ENV=production --mode production" |
| 8 | + "dev": "vite dev --host 127.0.0.1", |
| 9 | + "build": "vite build" |
10 | 10 | }, |
11 | 11 | "keywords": [], |
12 | 12 | "author": "igoogolx", |
|
17 | 17 | "@fortawesome/fontawesome-free": "^7.0.0", |
18 | 18 | "@reduxjs/toolkit": "^2.9.0", |
19 | 19 | "@tailwindcss/postcss": "^4.1.16", |
20 | | - "axios": "^1.12.2", |
| 20 | + "axios": "^1.15.0", |
21 | 21 | "classnames": "^2.5.1", |
22 | 22 | "dayjs": "^1.11.13", |
23 | 23 | "formik": "^2.4.6", |
24 | 24 | "i18next": "^25.4.0", |
25 | 25 | "isomorphic-ws": "^5.0.0", |
26 | | - "proxy-uri-parser": "https://github.com/igoogolx/proxy-uri-parser.git#v0.2.0", |
| 26 | + "proxy-uri-parser": "https://github.com/igoogolx/proxy-uri-parser.git#v0.2.1", |
27 | 27 | "qrcode": "^1.5.4", |
28 | 28 | "react": "^19.2.0", |
29 | 29 | "react-dom": "^19.2.0", |
|
36 | 36 | "semver": "^7.7.2", |
37 | 37 | "shadowsocksconfig": "github:Jigsaw-Code/outline-shadowsocksconfig", |
38 | 38 | "ws": "^8.18.3", |
39 | | - "yaml": "^2.8.1", |
| 39 | + "yaml": "^2.8.3", |
40 | 40 | "yup": "^1.7.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@eslint/eslintrc": "^3.3.1", |
44 | | - "@eslint/js": "^9.34.0", |
| 43 | + "@eslint/eslintrc": "^3.3.5", |
| 44 | + "@eslint/js": "^10.0.1", |
| 45 | + "@rolldown/plugin-babel": "^0.2.3", |
45 | 46 | "@tailwindcss/typography": "^0.5.15", |
46 | 47 | "@types/node": "^24.3.0", |
47 | 48 | "@types/qrcode": "^1.5.5", |
|
50 | 51 | "@types/react-highlight-words": "^0.20.0", |
51 | 52 | "@types/semver": "^7.7.0", |
52 | 53 | "@types/ws": "^8.18.1", |
53 | | - "copy-webpack-plugin": "^13.0.0", |
54 | | - "css-loader": "^7.1.2", |
55 | | - "dotenv-webpack": "^8.1.0", |
56 | | - "eslint": "^9.34.0", |
57 | | - "eslint-config-prettier": "^10.1.1", |
| 54 | + "@vitejs/plugin-react": "^6.0.1", |
| 55 | + "babel-plugin-react-compiler": "^1.0.0", |
| 56 | + "eslint": "^10.2.0", |
| 57 | + "eslint-config-prettier": "^10.1.8", |
58 | 58 | "eslint-plugin-react": "^7.37.5", |
59 | 59 | "eslint-plugin-react-hooks": "^7.0.1", |
60 | 60 | "globals": "^16.0.0", |
61 | | - "html-webpack-plugin": "^5.5.0", |
62 | | - "mini-css-extract-plugin": "^2.9.2", |
63 | | - "postcss": "^8.5.6", |
64 | | - "postcss-loader": "^8.2.0", |
| 61 | + "postcss": "^8.5.15", |
65 | 62 | "postcss-preset-env": "^10.1.2", |
66 | 63 | "prettier": "^3.4.2", |
67 | 64 | "prettier-plugin-organize-imports": "^4.1.0", |
68 | 65 | "prettier-plugin-tailwindcss": "^0.6.9", |
69 | 66 | "tailwindcss": "^4.1.16", |
70 | | - "ts-loader": "^9.5.1", |
71 | | - "typescript": "^5.9.2", |
72 | | - "typescript-eslint": "^8.40.0", |
| 67 | + "typescript": "^6.0.2", |
| 68 | + "typescript-eslint": "^8.58.1", |
73 | 69 | "typescript-plugin-css-modules": "^5.2.0", |
74 | | - "webpack": "^5.101.3", |
75 | | - "webpack-bundle-analyzer": "^4.10.2", |
76 | | - "webpack-cli": "^6.0.1", |
77 | | - "webpack-dev-server": "^5.2.2" |
| 70 | + "vite": "^8.0.8" |
78 | 71 | } |
79 | 72 | } |
0 commit comments