|
3 | 3 | "version": "1.0.41",
|
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 |
| - "start": "webpack-dev-server --env=dev", |
7 |
| - "build": "rm -rf dist/ && webpack --env=prod" |
| 6 | + "dev": "vite", |
| 7 | + "prod": "vite build" |
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "axios": "^0.21.2", |
11 | 10 | "react": "^17.0.2",
|
12 | 11 | "react-dom": "^17.0.2",
|
13 |
| - "react-redux": "^7.2.0", |
14 |
| - "react-router-dom": "^6.2.1", |
15 |
| - "redux": "^4.0.5", |
16 |
| - "redux-actions": "^2.6.5", |
17 |
| - "redux-thunk": "^2.3.0", |
18 |
| - "styled-components": "^5.1.1", |
19 |
| - "styled-reset": "^4.1.5" |
| 12 | + "react-router-dom": "^6.2.1" |
20 | 13 | },
|
21 | 14 | "devDependencies": {
|
22 |
| - "@babel/plugin-transform-runtime": "7.16.4", |
23 |
| - "@babel/preset-env": "^7.16.4", |
24 |
| - "@babel/preset-react": "7.16.0", |
25 |
| - "@babel/preset-typescript": "7.16.0", |
26 |
| - "@types/dotenv-webpack": "^7.0.3", |
| 15 | + "@rollup/plugin-alias": "^3.1.9", |
27 | 16 | "@types/react": "17.0.35",
|
28 | 17 | "@types/react-dom": "17.0.11",
|
29 | 18 | "@typescript-eslint/eslint-plugin": "5.4.0",
|
30 | 19 | "@typescript-eslint/parser": "5.4.0",
|
| 20 | + "@vitejs/plugin-react": "^1.2.0", |
| 21 | + "@vitejs/plugin-react-refresh": "^1.3.6", |
| 22 | + "autoprefixer": "^10.4.2", |
31 | 23 | "babel-eslint": "10.1.0",
|
32 | 24 | "babel-polyfill": "^6.26.0",
|
33 |
| - "clean-webpack-plugin": "^4.0.0", |
34 | 25 | "core-js": "^3.19.1",
|
35 |
| - "css-loader": "^6.5.1", |
36 |
| - "dotenv-webpack": "^7.0.3", |
37 |
| - "esbuild-loader": "^2.16.0", |
| 26 | + "cssnano": "^5.1.1", |
38 | 27 | "eslint": "^7.28.0",
|
39 | 28 | "eslint-config-prettier": "^8.3.0",
|
40 | 29 | "eslint-plugin-prettier": "^4.0.0",
|
41 |
| - "eslint-webpack-plugin": "3.1.1", |
42 |
| - "file-loader": "^6.2.0", |
43 |
| - "fork-ts-checker-webpack-plugin": "6.5.0", |
44 |
| - "fs": "0.0.1-security", |
45 |
| - "html-webpack-plugin": "^5.5.0", |
46 | 30 | "husky": "4",
|
47 | 31 | "lint-staged": "^12.0.3",
|
48 |
| - "mini-css-extract-plugin": "2.4.5", |
49 |
| - "optimize-css-assets-webpack-plugin": "^6.0.1", |
| 32 | + "postcss": "^8.4.8", |
| 33 | + "postcss-import": "^14.0.2", |
| 34 | + "postcss-load-config": "^3.1.3", |
| 35 | + "postcss-loader": "^6.2.1", |
| 36 | + "postcss-nested": "^5.0.6", |
50 | 37 | "prettier": "^2.4.1",
|
51 |
| - "react-helmet": "^6.1.0", |
52 | 38 | "sass": "1.43.5",
|
53 |
| - "sass-loader": "12.3.0", |
54 |
| - "style-loader": "3.3.1", |
55 |
| - "ts-jest": "27.0.7", |
56 | 39 | "typescript": "^4.5.2",
|
57 |
| - "url-loader": "4.1.1", |
58 |
| - "webpack": "^5.65.0", |
59 |
| - "webpack-bundle-analyzer": "^4.5.0", |
60 |
| - "webpack-cli": "^4.9.1", |
61 |
| - "webpack-dev-server": "^4.5.0", |
62 |
| - "webpack-manifest-plugin": "^4.0.2", |
63 |
| - "webpack-merge": "^5.8.0" |
| 40 | + "vite": "^2.8.6", |
| 41 | + "vite-plugin-html": "^3.1.0", |
| 42 | + "vite-tsconfig-paths": "^3.4.1" |
64 | 43 | },
|
65 | 44 | "husky": {
|
66 | 45 | "hooks": {
|
|
0 commit comments