|
1 | 1 | { |
2 | 2 | "name": "@open-source-bazaar/web-site", |
3 | | - "version": "0.0.2", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "Open Source Bazaar web-site", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | | - "prepare": "husky install", |
| 7 | + "prepare": "husky", |
8 | 8 | "dev": "next dev", |
9 | 9 | "build": "next build", |
10 | 10 | "start": "next start", |
11 | | - "lint": "next lint", |
12 | | - "test": "npm run lint && lint-staged" |
| 11 | + "lint": "next lint && tsc --noEmit", |
| 12 | + "test": "lint-staged && npm run lint" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
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", |
| 15 | + "@mdx-js/loader": "^3.1.0", |
| 16 | + "@mdx-js/react": "^3.1.0", |
| 17 | + "@next/mdx": "^15.1.6", |
| 18 | + "idea-react": "^2.0.0-rc.8", |
| 19 | + "next": "^15.1.6", |
20 | 20 | "next-pwa": "^5.6.0", |
21 | | - "react": "^18.2.0", |
22 | | - "react-bootstrap": "^2.9.1", |
23 | | - "react-dom": "^18.2.0", |
| 21 | + "react": "^18.3.1", |
| 22 | + "react-bootstrap": "^2.10.9", |
| 23 | + "react-dom": "^18.3.1", |
24 | 24 | "react-typed-component": "^1.0.6" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
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" |
| 27 | + "@eslint/compat": "^1.2.6", |
| 28 | + "@eslint/eslintrc": "^3.2.0", |
| 29 | + "@eslint/js": "^9.19.0", |
| 30 | + "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
| 31 | + "@types/eslint-config-prettier": "^6.11.3", |
| 32 | + "@types/eslint__eslintrc": "^2.1.2", |
| 33 | + "@types/next-pwa": "^5.6.9", |
| 34 | + "@types/node": "^22.13.1", |
| 35 | + "@types/react": "^18.3.18", |
| 36 | + "@types/react-dom": "^18", |
| 37 | + "eslint": "^9.19.0", |
| 38 | + "eslint-config-next": "^15.1.6", |
| 39 | + "eslint-config-prettier": "^10.0.1", |
| 40 | + "eslint-plugin-react": "^7.37.4", |
| 41 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 42 | + "globals": "^15.14.0", |
| 43 | + "husky": "^9.1.7", |
| 44 | + "lint-staged": "^15.4.3", |
| 45 | + "prettier": "^3.4.2", |
| 46 | + "prettier-plugin-css-order": "^2.1.2", |
| 47 | + "sass": "^1.84.0", |
| 48 | + "typescript": "~5.7.3", |
| 49 | + "typescript-eslint": "^8.23.0" |
| 50 | + }, |
| 51 | + "resolutions": { |
| 52 | + "next": "$next" |
36 | 53 | }, |
37 | 54 | "prettier": { |
38 | 55 | "singleQuote": true, |
39 | 56 | "trailingComma": "all", |
40 | | - "arrowParens": "avoid" |
| 57 | + "arrowParens": "avoid", |
| 58 | + "plugins": [ |
| 59 | + "prettier-plugin-css-order", |
| 60 | + "@softonus/prettier-plugin-duplicate-remover" |
| 61 | + ] |
41 | 62 | }, |
42 | 63 | "lint-staged": { |
43 | | - "*.{html,md,scss,json,yml,js,mjs,ts,tsx}": "prettier --write", |
44 | | - "*.{js,mjs,ts,tsx}": "eslint --fix" |
| 64 | + "*.{html,md,scss,json,yml,js,mjs,ts,tsx}": "prettier --write" |
45 | 65 | } |
46 | 66 | } |
0 commit comments