|
5 | 5 | "packages/*" |
6 | 6 | ], |
7 | 7 | "type": "module", |
8 | | - "packageManager": "pnpm@8.15.7", |
| 8 | + "packageManager": "pnpm@9.0.4", |
9 | 9 | "engines": { |
10 | 10 | "node": ">=20.x", |
11 | 11 | "pnpm": ">=8.x" |
12 | 12 | }, |
13 | | - "devDependencies": { |
| 13 | + "dependencies": { |
14 | 14 | "@babel/core": "7.24.4", |
15 | 15 | "@babel/eslint-parser": "7.24.1", |
16 | 16 | "@babel/plugin-transform-runtime": "7.24.3", |
|
22 | 22 | "@commitlint/cli": "19.2.2", |
23 | 23 | "@commitlint/config-conventional": "19.2.2", |
24 | 24 | "@jest/globals": "29.7.0", |
25 | | - "@rollup/plugin-babel": "6.0.4", |
26 | | - "@rollup/plugin-node-resolve": "15.2.3", |
27 | 25 | "@scaleway/eslint-config-react": "workspace:*", |
28 | 26 | "@scaleway/tsconfig": "workspace:*", |
29 | 27 | "@testing-library/jest-dom": "6.4.2", |
30 | 28 | "@testing-library/react": "15.0.2", |
31 | 29 | "@types/jest": "29.5.12", |
32 | 30 | "@types/node": "20.12.7", |
33 | | - "@types/react": "18.2.78", |
34 | 31 | "@types/react-dom": "18.2.25", |
| 32 | + "@types/react": "18.2.78", |
| 33 | + "@vitejs/plugin-react": "4.2.1", |
| 34 | + "browserslist": "4.23.0", |
35 | 35 | "builtin-modules": "3.3.0", |
36 | 36 | "cross-env": "7.0.3", |
| 37 | + "esbuild-plugin-browserslist": "0.11.1", |
37 | 38 | "eslint": "8.57.0", |
38 | 39 | "husky": "9.0.11", |
39 | | - "jest": "29.7.0", |
40 | 40 | "jest-environment-jsdom": "29.7.0", |
41 | 41 | "jest-junit": "16.0.0", |
42 | 42 | "jest-localstorage-mock": "2.4.26", |
| 43 | + "jest": "29.7.0", |
43 | 44 | "lint-staged": "15.2.2", |
44 | 45 | "mockdate": "3.0.5", |
45 | 46 | "prettier": "3.2.5", |
46 | | - "react": "18.2.0", |
47 | | - "react-dom": "18.2.0", |
48 | 47 | "read-pkg": "9.0.1", |
49 | | - "rollup": "4.14.3", |
50 | | - "rollup-plugin-dts": "6.1.0", |
51 | | - "rollup-plugin-preserve-shebangs": "0.2.0", |
52 | | - "rollup-plugin-visualizer": "5.12.0", |
53 | 48 | "tstyche": "1.1.0 ", |
54 | 49 | "typescript": "5.4.5", |
| 50 | + "vite": "5.2.10", |
55 | 51 | "wait-for-expect": "3.0.2" |
56 | 52 | }, |
57 | 53 | "scripts": { |
58 | 54 | "lint": "eslint --ext js,ts,tsx --cache .", |
59 | 55 | "lint:fix": "pnpm run lint --fix", |
60 | | - "build": "pnpm recursive --filter='!@scaleway/eslint-config-react' --filter='!@scaleway/tsconfig' exec -- rollup -c ../../rollup.config.mjs", |
61 | | - "build:profile": "cross-env PROFILE=true pnpm run build", |
| 56 | + "build": "pnpm recursive run build", |
62 | 57 | "commit": "npx git-cz -a", |
63 | 58 | "format": "prettier --write '**/*.{ts,tsx,js,json,md,mdx}'", |
64 | 59 | "test": "TZ=UTC jest", |
|
0 commit comments