|
5 | 5 | "scripts": { |
6 | 6 | "build": "ts-node bin/build", |
7 | 7 | "prerender": "ts-node bin/prerender", |
8 | | - "start:dev": "ts-node bin/dev", |
| 8 | + "start:dev": "ts-node bin/development", |
9 | 9 | "start:prod": "NODE_ENV=production node dist/server", |
10 | 10 | "start:static": "npx serv --path dist/public", |
11 | 11 | "lint:es": "eslint --ext .ts,.tsx src bin" |
|
21 | 21 | "node": ">= 16.0" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@eleven-labs/design-system": "^0.5.4", |
25 | | - "@remix-run/router": "^1.4.0", |
26 | | - "cross-fetch": "^3.1.5", |
| 24 | + "@eleven-labs/design-system": "^0.6.2", |
| 25 | + "@remix-run/router": "^1.9.0", |
| 26 | + "cross-fetch": "^4.0.0", |
27 | 27 | "express": "^4.18.2", |
28 | | - "hoofd": "^1.5.2", |
29 | | - "i18next": "^22.4.13", |
30 | | - "i18next-browser-languagedetector": "^7.0.1", |
31 | | - "i18next-http-middleware": "^3.3.0", |
| 28 | + "hoofd": "^1.7.1", |
| 29 | + "i18next": "^23.5.1", |
| 30 | + "i18next-browser-languagedetector": "^7.1.0", |
| 31 | + "i18next-http-middleware": "^3.4.1", |
32 | 32 | "react": "^18.2.0", |
33 | 33 | "react-dom": "^18.2.0", |
34 | | - "react-i18next": "^12.2.0", |
35 | | - "react-router-dom": "^6.9.0", |
| 34 | + "react-i18next": "^13.2.2", |
| 35 | + "react-router-dom": "^6.16.0", |
36 | 36 | "serve-static": "^1.15.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@eleven-labs/eslint-config-react": "0.1.1", |
40 | | - "@types/express": "^4.17.17", |
| 39 | + "@eleven-labs/eslint-config-react": "^1.0.1", |
| 40 | + "@types/express": "^4.17.19", |
41 | 41 | "@types/i18next": "^13.0.0", |
42 | | - "@types/node": "^18.15.9", |
43 | | - "@types/react": "^18.0.29", |
44 | | - "@types/react-dom": "^18.0.11", |
| 42 | + "@types/node": "^20.8.4", |
| 43 | + "@types/react": "^18.2.28", |
| 44 | + "@types/react-dom": "^18.2.13", |
45 | 45 | "@types/react-i18next": "^8.1.0", |
46 | 46 | "@types/react-router-dom": "^5.3.3", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.43.0", |
48 | | - "@vitejs/plugin-react": "^3.1.0", |
49 | | - "dotenv": "^16.0.3", |
50 | | - "eslint": "^8.0.1", |
51 | | - "eslint-config-prettier": "8.x", |
52 | | - "eslint-config-standard-with-typescript": "34.0.1", |
53 | | - "eslint-import-resolver-typescript": "3.*", |
54 | | - "eslint-plugin-autofix": "1.x", |
55 | | - "eslint-plugin-import": "^2.25.2", |
56 | | - "eslint-plugin-jsx-a11y": "6.x", |
57 | | - "eslint-plugin-n": "^15.0.0", |
58 | | - "eslint-plugin-prettier": "4.x", |
59 | | - "eslint-plugin-promise": "^6.0.0", |
60 | | - "eslint-plugin-react": "7.x", |
61 | | - "eslint-plugin-react-hooks": "4.x", |
62 | | - "husky": "^8.0.3", |
63 | | - "lint-staged": "^13.2.0", |
64 | | - "prettier": "2.x", |
65 | | - "sass": "^1.60.0", |
| 47 | + "@typescript-eslint/eslint-plugin": "^6.7.5", |
| 48 | + "@vitejs/plugin-react-swc": "^3.4.0", |
| 49 | + "dotenv": "^16.3.1", |
| 50 | + "eslint": "^8.51.0", |
| 51 | + "lint-staged": "^14.0.1", |
| 52 | + "prettier": "3.0.3", |
| 53 | + "sass": "^1.69.3", |
66 | 54 | "ts-node": "^10.9.1", |
67 | | - "typescript": "^4.9.5", |
68 | | - "vite": "^4.2.1", |
69 | | - "vite-tsconfig-paths": "^4.0.7" |
| 55 | + "typescript": "^5.2.2", |
| 56 | + "vite": "^4.4.11", |
| 57 | + "vite-tsconfig-paths": "^4.2.1" |
70 | 58 | } |
71 | 59 | } |
0 commit comments