|
4 | 4 | "description": "Open Source Bazaar web-site", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | | - "prepare": "husky install && npx playwright install", |
| 7 | + "prepare": "husky install", |
8 | 8 | "dev": "next dev", |
9 | 9 | "build": "next build", |
10 | | - "export": "next build && next export", |
11 | 10 | "start": "next start", |
12 | 11 | "lint": "next lint", |
13 | | - "test": "npm run lint && lint-staged", |
14 | | - "e2e": "jest" |
| 12 | + "test": "npm run lint && lint-staged" |
15 | 13 | }, |
16 | 14 | "dependencies": { |
17 | | - "@mdx-js/loader": "^2.0.0", |
18 | | - "@mdx-js/react": "^2.0.0", |
19 | | - "@next/mdx": "^12.1.0", |
20 | | - "idea-react": "^0.27.11", |
21 | | - "next": "^12.3.4", |
| 15 | + "@mdx-js/loader": "^3.0.0", |
| 16 | + "@mdx-js/react": "^3.0.0", |
| 17 | + "@next/mdx": "^14.0.3", |
| 18 | + "idea-react": "^1.0.0-rc.30", |
| 19 | + "next": "^14.0.3", |
22 | 20 | "next-pwa": "^5.6.0", |
23 | | - "react": "^17.0.2", |
24 | | - "react-bootstrap": "^2.7.0", |
25 | | - "react-dom": "^17.0.2", |
26 | | - "react-typed-component": "^1.0.4" |
| 21 | + "react": "^18.2.0", |
| 22 | + "react-bootstrap": "^2.9.1", |
| 23 | + "react-dom": "^18.2.0", |
| 24 | + "react-typed-component": "^1.0.6" |
27 | 25 | }, |
28 | 26 | "devDependencies": { |
29 | | - "@jest/types": "^27.5.1", |
30 | | - "@types/jest": "^27.4.1", |
31 | | - "@types/node": "^14.18.12", |
32 | | - "@types/react": "^17.0.53", |
33 | | - "eslint": "^8.10.0", |
34 | | - "eslint-config-next": "^12.1.0", |
35 | | - "husky": "^7.0.4", |
36 | | - "jest": "^27.5.1", |
37 | | - "jest-playwright-preset": "^1.7.0", |
38 | | - "lint-staged": "^12.3.4", |
39 | | - "playwright": "^1.19.2", |
40 | | - "prettier": "^2.5.1", |
41 | | - "sass": "^1.49.9", |
42 | | - "ts-jest": "^27.1.3", |
43 | | - "ts-node": "^10.6.0", |
44 | | - "typescript": "~4.6.2" |
| 27 | + "@types/node": "^18.18.9", |
| 28 | + "@types/react": "^18.2.37", |
| 29 | + "eslint": "^8.53.0", |
| 30 | + "eslint-config-next": "^14.0.3", |
| 31 | + "husky": "^8.0.3", |
| 32 | + "lint-staged": "^15.1.0", |
| 33 | + "prettier": "^3.1.0", |
| 34 | + "sass": "^1.69.5", |
| 35 | + "typescript": "~5.2.2" |
45 | 36 | }, |
46 | 37 | "prettier": { |
47 | 38 | "singleQuote": true, |
48 | 39 | "trailingComma": "all", |
49 | 40 | "arrowParens": "avoid" |
50 | 41 | }, |
51 | 42 | "lint-staged": { |
52 | | - "*.{html,md,less,json,yml,js,ts,tsx}": "prettier --write", |
53 | | - "*.{js,jsx,ts,tsx}": "eslint --fix" |
| 43 | + "*.{html,md,scss,json,yml,js,mjs,ts,tsx}": "prettier --write", |
| 44 | + "*.{js,mjs,ts,tsx}": "eslint --fix" |
54 | 45 | } |
55 | 46 | } |
0 commit comments