|
29 | 29 | "scripts": { |
30 | 30 | "start": "vite --config ./vite.config.js", |
31 | 31 | "build-examples": "vite build --config ./vite.config.js", |
32 | | - "lint": "eslint \"src/**/*.{js,jsx,ts}\" \"test/**/*.js\" \"example/*.{js,jsx}\" && tsc -p tsconfig.json --noEmit", |
| 32 | + "lint": "eslint \"src/**/*.{js,jsx,ts}\" \"test/**/*.{js,ts,tsx,jsx}\" \"example/*.{js,jsx}\" && tsc -p tsconfig.json --noEmit", |
33 | 33 | "test": "tsc --project tsconfig.test.json && jest" |
34 | 34 | }, |
35 | 35 | "repository": { |
|
45 | 45 | "devDependencies": { |
46 | 46 | "@babel/core": "^7.21.8", |
47 | 47 | "@babel/preset-env": "^7.21.5", |
| 48 | + "@babel/preset-modules": "^0.1.6", |
| 49 | + "@babel/preset-react": "^7.26.3", |
| 50 | + "@babel/preset-typescript": "^7.26.0", |
48 | 51 | "@react-three/drei": "^9.114.3", |
49 | 52 | "@react-three/postprocessing": "^2.16.3", |
50 | 53 | "@takram/three-atmosphere": "^0.10.3", |
51 | 54 | "@takram/three-geospatial": "^0.1.0", |
52 | 55 | "@takram/three-geospatial-effects": "^0.1.0", |
53 | 56 | "@types/eslint": "^7.28.1", |
| 57 | + "@types/jest": "^27.5.2", |
| 58 | + "@types/react": "^18.3.12", |
| 59 | + "@types/react-dom": "^18.3.1", |
54 | 60 | "@types/three": "^0.166.0", |
55 | 61 | "@typescript-eslint/eslint-plugin": "^7.14.1", |
56 | 62 | "@typescript-eslint/parser": "^7.14.1", |
57 | 63 | "@vitejs/plugin-react": "^4.3.2", |
58 | | - "babel-jest": "^29.5.0", |
| 64 | + "babel-jest": "^27.5.1", |
59 | 65 | "cesium": "^1.97.0", |
60 | 66 | "concurrently": "^6.2.1", |
| 67 | + "eslint": "^8.57.1", |
61 | 68 | "eslint-config-mdcs": "^5.0.0", |
62 | 69 | "eslint-plugin-jest": "^28.6.0", |
63 | 70 | "eslint-plugin-react": "^7.37.1", |
|
67 | 74 | "leva": "^0.9.35", |
68 | 75 | "postprocessing": "^6.36.4", |
69 | 76 | "three": "^0.170.0", |
70 | | - "typescript": "^5.1.3", |
| 77 | + "ts-jest": "^27.1.5", |
| 78 | + "typescript": "^4.9.5", |
71 | 79 | "vite": "^6.2.2" |
72 | 80 | }, |
73 | 81 | "peerDependencies": { |
|
0 commit comments