|
1 | 1 | {
|
2 | 2 | "name": "ClearX",
|
3 |
| - "version": "1.0.0", |
4 |
| - "description": "一站式门店管理平台", |
| 3 | + "version": "0.1.0-BETA", |
| 4 | + "description": "Turbo快速开发框架", |
5 | 5 | "license": "MIT",
|
6 | 6 |
|
7 | 7 | "keywords": [
|
8 | 8 | "react",
|
9 |
| - "boilerplate", |
10 |
| - "javaScript", |
11 |
| - "starter", |
12 | 9 | "vite",
|
13 |
| - "material-ui", |
| 10 | + "semi-ui", |
14 | 11 | "axios",
|
15 |
| - "rrd", |
16 | 12 | "prettier",
|
17 | 13 | "recoil"
|
18 | 14 | ],
|
19 | 15 | "scripts": {
|
20 |
| - "dev": "vite --open", |
21 |
| - "start": "vite --open", |
| 16 | + "dev": "vite --open --mode dev --port 5173", |
| 17 | + "start": "vite --open --mode dev --port 5173", |
22 | 18 | "host": "vite --open --host",
|
23 |
| - "build": "vite build", |
| 19 | + "build": "vite build --mode prod -d", |
24 | 20 | "preview": "vite preview",
|
25 | 21 | "lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
26 | 22 | "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
|
|
31 | 27 | "test:cover": "vitest run --coverage"
|
32 | 28 | },
|
33 | 29 | "dependencies": {
|
34 |
| - "@douyinfe/semi-icons": "^2.47.0", |
35 |
| - "@douyinfe/semi-illustrations": "^2.47.0", |
36 |
| - "@douyinfe/semi-ui": "^2.47.0", |
| 30 | + "@douyinfe/semi-icons": "^2.48.0", |
| 31 | + "@douyinfe/semi-illustrations": "^2.48.0", |
| 32 | + "@douyinfe/semi-ui": "^2.48.0", |
37 | 33 | "@emotion/react": "^11.11.1",
|
38 | 34 | "@emotion/styled": "^11.11.0",
|
39 | 35 | "axios": "^1.6.2",
|
40 | 36 | "classnames": "^2.3.2",
|
| 37 | + "framer-motion": "^10.16.14", |
| 38 | + "iconoir": "^7.1.0", |
| 39 | + "iconoir-react": "^7.1.0", |
41 | 40 | "lodash": "^4.17.21",
|
42 | 41 | "moment": "^2.29.4",
|
43 | 42 | "react": "^18.2.0",
|
44 | 43 | "react-dom": "^18.2.0",
|
45 |
| - "react-router-dom": "^6.20.0", |
| 44 | + "react-router-dom": "^6.20.1", |
46 | 45 | "recoil": "^0.7.7",
|
47 | 46 | "styled-components": "^6.1.1",
|
48 |
| - "typescript": "^5.3.2" |
| 47 | + "typescript": "^5.3.3" |
49 | 48 | },
|
50 | 49 | "devDependencies": {
|
51 |
| - "@babel/core": "^7.23.3", |
| 50 | + "@babel/core": "^7.23.5", |
52 | 51 | "@testing-library/dom": "^9.3.3",
|
53 |
| - "@testing-library/jest-dom": "^6.1.4", |
| 52 | + "@testing-library/jest-dom": "^6.1.5", |
54 | 53 | "@testing-library/react": "^14.1.2",
|
55 | 54 | "@testing-library/user-event": "^14.5.1",
|
56 | 55 | "@types/lodash": "^4.14.202",
|
57 |
| - "@types/react": "^18.2.38", |
| 56 | + "@types/react": "^18.2.42", |
58 | 57 | "@types/react-dom": "^18.2.17",
|
59 | 58 | "@vitejs/plugin-react-swc": "^3.5.0",
|
60 | 59 | "autoprefixer": "^10.4.16",
|
61 |
| - "eslint": "^8.54.0", |
| 60 | + "eslint": "^8.55.0", |
62 | 61 | "eslint-config-airbnb": "^19.0.4",
|
63 |
| - "eslint-config-prettier": "^9.0.0", |
| 62 | + "eslint-config-prettier": "^9.1.0", |
64 | 63 | "eslint-plugin-import": "^2.29.0",
|
65 | 64 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
66 | 65 | "eslint-plugin-prettier": "^5.0.1",
|
67 | 66 | "eslint-plugin-react": "^7.33.2",
|
68 | 67 | "eslint-plugin-react-hooks": "^4.6.0",
|
69 | 68 | "eslint-plugin-tailwindcss": "^3.13.0",
|
70 | 69 | "jsdom": "^22.1.0",
|
71 |
| - "postcss": "^8.4.31", |
| 70 | + "postcss": "^8.4.32", |
72 | 71 | "prettier": "^3.1.0",
|
73 |
| - "tailwindcss": "^3.3.5", |
74 |
| - "vite": "^4.5.0", |
| 72 | + "tailwindcss": "^3.3.6", |
| 73 | + "vite": "^4.5.1", |
75 | 74 | "vitest": "^0.34.6"
|
76 | 75 | }
|
77 | 76 | }
|
0 commit comments