|
1 | 1 | { |
2 | | - "name": "04-boilerplate-front", |
| 2 | + "name": "07-cloud-master-frontend-lemoncode", |
3 | 3 | "version": "1.0.0", |
4 | | - "description": "Member project", |
5 | | - "main": "index.js", |
6 | 4 | "type": "module", |
7 | 5 | "scripts": { |
8 | 6 | "start": "run-p -l type-check:watch start:dev", |
9 | 7 | "start:dev": "vite --port 8080", |
10 | | - "build": "npm run type-check && npm run clean && npm run build:prod", |
11 | | - "build:prod": "vite build", |
| 8 | + "prebuild": "npm run type-check && npm run clean", |
| 9 | + "build": "vite build", |
12 | 10 | "type-check": "tsc --noEmit --preserveWatchOutput", |
13 | 11 | "type-check:watch": "npm run type-check -- --watch", |
14 | 12 | "clean": "rimraf dist", |
15 | 13 | "test": "vitest run -c ./config/test/config.ts", |
16 | 14 | "test:watch": "vitest run -c ./config/test/config.ts" |
17 | 15 | }, |
| 16 | + "imports": { |
| 17 | + "#*": "./src/*" |
| 18 | + }, |
18 | 19 | "author": "Lemoncode", |
19 | 20 | "license": "MIT", |
20 | 21 | "dependencies": { |
21 | | - "@emotion/css": "^11.11.2", |
22 | | - "@emotion/react": "^11.11.4", |
23 | | - "@emotion/styled": "^11.11.0", |
| 22 | + "@emotion/css": "^11.13.5", |
| 23 | + "@emotion/react": "^11.14.0", |
| 24 | + "@emotion/styled": "^11.14.0", |
24 | 25 | "@lemoncode/fonk": "^1.5.4", |
25 | 26 | "@lemoncode/fonk-formik": "^4.0.1", |
26 | | - "@mui/material": "^5.15.12", |
27 | | - "axios": "^1.6.7", |
28 | | - "formik": "^2.4.5", |
29 | | - "react": "^18.2.0", |
30 | | - "react-dom": "^18.2.0", |
31 | | - "react-router-dom": "^6.22.2" |
| 27 | + "@mui/material": "^6.4.3", |
| 28 | + "@tanstack/react-router": "^1.102.1", |
| 29 | + "axios": "^1.7.9", |
| 30 | + "formik": "^2.4.6", |
| 31 | + "react": "^19.0.0", |
| 32 | + "react-dom": "^19.0.0" |
32 | 33 | }, |
33 | 34 | "devDependencies": { |
34 | | - "@emotion/babel-plugin": "^11.11.0", |
35 | | - "@testing-library/dom": "^9.3.4", |
36 | | - "@testing-library/jest-dom": "^6.4.2", |
37 | | - "@testing-library/react": "^14.2.1", |
38 | | - "@testing-library/user-event": "^14.5.2", |
39 | | - "@types/jest": "^29.5.12", |
40 | | - "@types/react": "^18.2.63", |
41 | | - "@types/react-dom": "^18.2.19", |
| 35 | + "@emotion/babel-plugin": "^11.13.5", |
| 36 | + "@tanstack/router-devtools": "^1.102.1", |
| 37 | + "@tanstack/router-plugin": "^1.102.1", |
| 38 | + "@testing-library/dom": "^10.4.0", |
| 39 | + "@testing-library/jest-dom": "^6.6.3", |
| 40 | + "@testing-library/react": "^16.2.0", |
| 41 | + "@testing-library/user-event": "^14.6.1", |
| 42 | + "@types/jest": "^29.5.14", |
| 43 | + "@types/react": "^19.0.8", |
| 44 | + "@types/react-dom": "^19.0.3", |
42 | 45 | "@types/react-router-dom": "^5.3.3", |
43 | | - "@vitejs/plugin-react": "^4.2.1", |
44 | | - "jsdom": "^24.0.0", |
| 46 | + "@vitejs/plugin-react": "^4.3.4", |
| 47 | + "jsdom": "^26.0.0", |
45 | 48 | "npm-run-all": "^4.1.5", |
46 | | - "rimraf": "^5.0.5", |
47 | | - "ts-jest": "^29.1.2", |
48 | | - "typescript": "^5.3.3", |
49 | | - "vite": "^5.1.5", |
50 | | - "vitest": "^1.3.1" |
| 49 | + "rimraf": "^6.0.1", |
| 50 | + "ts-jest": "^29.2.5", |
| 51 | + "typescript": "^5.7.3", |
| 52 | + "vite": "^6.1.0", |
| 53 | + "vitest": "^3.0.5" |
51 | 54 | } |
52 | 55 | } |
0 commit comments